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 | a16e0491f718a01db3665817db5eb3220042b50f (patch) | |
tree | 1f01905a7f6d3642c0001ad347cf981266bf766a | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-a16e0491f718a01db3665817db5eb3220042b50f.tar.gz historical-a16e0491f718a01db3665817db5eb3220042b50f.tar.bz2 historical-a16e0491f718a01db3665817db5eb3220042b50f.zip |
add missing IUSE and metadata, virtual/glibc -> virtual/libc
-rw-r--r-- | net-analyzer/bigeye/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/bigeye/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/bigeye/bigeye-0.3.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/bigeye/metadata.xml | 5 |
4 files changed, 18 insertions, 5 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/Manifest b/net-analyzer/bigeye/Manifest index aa76892958a1..ab517cfdacbb 100644 --- a/net-analyzer/bigeye/Manifest +++ b/net-analyzer/bigeye/Manifest @@ -1,4 +1,5 @@ -MD5 747f043a4bb855102c194ecb36108eb3 bigeye-0.3.ebuild 931 -MD5 5d5e2c457520b8f9ec1ff9653f8276b5 ChangeLog 423 +MD5 b48b72285a8dffd134afb34c23da291a bigeye-0.3.ebuild 939 +MD5 3307cdc4f8d38ba6dc93e43f09f2c712 ChangeLog 646 +MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 MD5 8ef1b063fc9655f3f06781a2eeaa785d files/0.3-gcc3.patch 525 MD5 dcc42b28916e9e2c9b9d9aff3b156684 files/digest-bigeye-0.3 58 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> |