diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 17:21:34 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 17:21:34 +0000 |
commit | 9c797113bb62114ca6bfa94082989dfcf9f21b80 (patch) | |
tree | ef7adcc4fe1d1c9170c65b61614b75ae2e28a954 /net-analyzer/bigeye | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-9c797113bb62114ca6bfa94082989dfcf9f21b80.tar.gz gentoo-2-9c797113bb62114ca6bfa94082989dfcf9f21b80.tar.bz2 gentoo-2-9c797113bb62114ca6bfa94082989dfcf9f21b80.zip |
add missing IUSE and metadata, virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/bigeye')
-rw-r--r-- | net-analyzer/bigeye/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/bigeye/bigeye-0.3.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/bigeye/metadata.xml | 5 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net-analyzer/bigeye/ChangeLog b/net-analyzer/bigeye/ChangeLog index ad10f05cdcf4..17541e8c4b32 100644 --- a/net-analyzer/bigeye/ChangeLog +++ b/net-analyzer/bigeye/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/bigeye # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.4 2004/06/24 21:57:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.5 2004/07/01 17:21:34 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> bigeye-0.3.ebuild: + change virtual/glibc to virtual/libc, add IUSE + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> bigeye-0.3.ebuild: + change virtual/glibc to virtual/libc *bigeye-0.3 (18 Aug 2002) diff --git a/net-analyzer/bigeye/bigeye-0.3.ebuild b/net-analyzer/bigeye/bigeye-0.3.ebuild index aed782f20be3..372223013e16 100644 --- a/net-analyzer/bigeye/bigeye-0.3.ebuild +++ b/net-analyzer/bigeye/bigeye-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.5 2004/06/24 21:57:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.6 2004/07/01 17:21:34 squinky86 Exp $ inherit gcc eutils @@ -11,8 +11,9 @@ SRC_URI="http://violating.us/projects/bigeye/download/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/net-analyzer/bigeye/metadata.xml b/net-analyzer/bigeye/metadata.xml new file mode 100644 index 000000000000..03aa50bab7e3 --- /dev/null +++ b/net-analyzer/bigeye/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +</pkgmetadata> |