summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 21:10:39 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 21:10:39 +0000
commit8acf4353094264942e9636f4ee88578610c883bd (patch)
treef1bbe53ea0a80b3a8387d66520727745323643e3 /net-misc
parentvirtual/glibc -> virtual/libc (diff)
downloadhistorical-8acf4353094264942e9636f4ee88578610c883bd.tar.gz
historical-8acf4353094264942e9636f4ee88578610c883bd.tar.bz2
historical-8acf4353094264942e9636f4ee88578610c883bd.zip
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/datapipe/ChangeLog5
-rw-r--r--net-misc/datapipe/datapipe-1.0.ebuild5
-rw-r--r--net-misc/duplicity/ChangeLog6
-rw-r--r--net-misc/duplicity/duplicity-0.4.0.ebuild5
-rw-r--r--net-misc/duplicity/duplicity-0.4.1.ebuild5
-rw-r--r--net-misc/etherwake/ChangeLog5
-rw-r--r--net-misc/etherwake/etherwake-1.09.ebuild5
-rw-r--r--net-misc/getdate/ChangeLog5
-rw-r--r--net-misc/getdate/getdate-1.2.ebuild5
-rw-r--r--net-misc/gsmlib/ChangeLog6
-rw-r--r--net-misc/gsmlib/gsmlib-1.10.ebuild5
-rw-r--r--net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild4
-rw-r--r--net-misc/hashcash/ChangeLog5
-rw-r--r--net-misc/hashcash/hashcash-0.27.ebuild5
-rw-r--r--net-misc/hlfl/ChangeLog6
-rw-r--r--net-misc/hlfl/hlfl-0.60.0.ebuild5
-rw-r--r--net-misc/hlfl/hlfl-0.60.1.ebuild5
-rw-r--r--net-misc/iperf/ChangeLog5
-rw-r--r--net-misc/iperf/iperf-1.7.0.ebuild5
19 files changed, 67 insertions, 30 deletions
diff --git a/net-misc/datapipe/ChangeLog b/net-misc/datapipe/ChangeLog
index 708bd3872024..68b5d81582f5 100644
--- a/net-misc/datapipe/ChangeLog
+++ b/net-misc/datapipe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/datapipe
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/datapipe/ChangeLog,v 1.2 2004/06/24 23:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/datapipe/ChangeLog,v 1.3 2004/07/01 20:56:03 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> datapipe-1.0.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*datapipe-1.0 (17 Nov 2003)
diff --git a/net-misc/datapipe/datapipe-1.0.ebuild b/net-misc/datapipe/datapipe-1.0.ebuild
index a8b0106755a2..503b3f04a1ee 100644
--- a/net-misc/datapipe/datapipe-1.0.ebuild
+++ b/net-misc/datapipe/datapipe-1.0.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/datapipe/datapipe-1.0.ebuild,v 1.2 2004/06/24 23:40:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/datapipe/datapipe-1.0.ebuild,v 1.3 2004/07/01 20:56:03 squinky86 Exp $
inherit gcc
+IUSE=""
DESCRIPTION="bind a local port and connect it to a remote socket"
HOMEPAGE="http://http.distributed.net/pub/dcti/unsupported/"
SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz http://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz"
@@ -12,7 +13,7 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
$(gcc-getCC) ${CFLAGS} -o datapipe datapipe.c
diff --git a/net-misc/duplicity/ChangeLog b/net-misc/duplicity/ChangeLog
index 9a6a36aa9082..418b0088eef7 100644
--- a/net-misc/duplicity/ChangeLog
+++ b/net-misc/duplicity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/duplicity
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/ChangeLog,v 1.3 2004/06/24 23:42:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/ChangeLog,v 1.4 2004/07/01 20:58:31 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> duplicity-0.4.0.ebuild,
+ duplicity-0.4.1.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*duplicity-0.4.1 (19 Oct 2003)
diff --git a/net-misc/duplicity/duplicity-0.4.0.ebuild b/net-misc/duplicity/duplicity-0.4.0.ebuild
index f6678f0aa729..b9682b357225 100644
--- a/net-misc/duplicity/duplicity-0.4.0.ebuild
+++ b/net-misc/duplicity/duplicity-0.4.0.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.0.ebuild,v 1.3 2004/06/24 23:42:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.0.ebuild,v 1.4 2004/07/01 20:58:31 squinky86 Exp $
+IUSE=""
DESCRIPTION="duplicity is a secure backup system using gnupg to encypt data"
HOMEPAGE="http://www.nongnu.org/duplicity/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND=">=dev-lang/python-2.2
app-crypt/gnupg
net-libs/librsync"
diff --git a/net-misc/duplicity/duplicity-0.4.1.ebuild b/net-misc/duplicity/duplicity-0.4.1.ebuild
index bd925c8d7947..de09ebf48e13 100644
--- a/net-misc/duplicity/duplicity-0.4.1.ebuild
+++ b/net-misc/duplicity/duplicity-0.4.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.1.ebuild,v 1.2 2004/06/24 23:42:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/duplicity/duplicity-0.4.1.ebuild,v 1.3 2004/07/01 20:58:31 squinky86 Exp $
+IUSE=""
DESCRIPTION="duplicity is a secure backup system using gnupg to encypt data"
HOMEPAGE="http://www.nongnu.org/duplicity/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND=">=dev-lang/python-2.2
app-crypt/gnupg
>=net-libs/librsync-0.9.6"
diff --git a/net-misc/etherwake/ChangeLog b/net-misc/etherwake/ChangeLog
index 099e13dca311..a77290350553 100644
--- a/net-misc/etherwake/ChangeLog
+++ b/net-misc/etherwake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/etherwake
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/ChangeLog,v 1.7 2004/06/24 23:43:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/ChangeLog,v 1.8 2004/07/01 20:59:21 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> etherwake-1.09.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> etherwake-1.09.ebuild:
Adding amd64 keyword. Closing #45588.
diff --git a/net-misc/etherwake/etherwake-1.09.ebuild b/net-misc/etherwake/etherwake-1.09.ebuild
index 878847f810dd..f4ba23c07911 100644
--- a/net-misc/etherwake/etherwake-1.09.ebuild
+++ b/net-misc/etherwake/etherwake-1.09.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/etherwake-1.09.ebuild,v 1.3 2004/06/24 23:43:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/etherwake/etherwake-1.09.ebuild,v 1.4 2004/07/01 20:59:21 squinky86 Exp $
inherit gcc
+IUSE=""
DESCRIPTION="This program generates and transmits a Wake-On-LAN (WOL) \"Magic Packet\", used for restarting machines that have been soft-powered-down (ACPI D3-warm state)."
HOMEPAGE="http://www.scyld.com/expert/wake-on-lan.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
@@ -14,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha ~amd64"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
$(gcc-getCC) ${CFLAGS} -o etherwake ether-wake.c || die "Compile failed"
diff --git a/net-misc/getdate/ChangeLog b/net-misc/getdate/ChangeLog
index 968f998df8d9..8048a4639a1b 100644
--- a/net-misc/getdate/ChangeLog
+++ b/net-misc/getdate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/getdate
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.4 2004/06/24 23:45:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/ChangeLog,v 1.5 2004/07/01 21:02:14 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> getdate-1.2.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
03 Jan 2004; Martin Holzer <mholzer@gentoo.org> getdate-1.2.ebuild:
fixing homepage closes 37093
diff --git a/net-misc/getdate/getdate-1.2.ebuild b/net-misc/getdate/getdate-1.2.ebuild
index 67f463919a3f..10b53d9adfbf 100644
--- a/net-misc/getdate/getdate-1.2.ebuild
+++ b/net-misc/getdate/getdate-1.2.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.4 2004/06/24 23:45:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.5 2004/07/01 21:02:14 squinky86 Exp $
MY_PN=${PN}_rfc868
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
+IUSE=""
DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility"
HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/"
SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
@@ -14,7 +15,7 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND="${DEPEND}"
src_unpack() {
diff --git a/net-misc/gsmlib/ChangeLog b/net-misc/gsmlib/ChangeLog
index 3156fd4dabc1..cf63b3df2a91 100644
--- a/net-misc/gsmlib/ChangeLog
+++ b/net-misc/gsmlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/gsmlib
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/ChangeLog,v 1.5 2004/06/24 23:46:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/ChangeLog,v 1.6 2004/07/01 21:04:20 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> gsmlib-1.10.ebuild,
+ gsmlib-1.11_pre030826.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*gsmlib-1.11_pre030826 (24 Sep 2003)
diff --git a/net-misc/gsmlib/gsmlib-1.10.ebuild b/net-misc/gsmlib/gsmlib-1.10.ebuild
index ef45cc25909f..8cf622bfc381 100644
--- a/net-misc/gsmlib/gsmlib-1.10.ebuild
+++ b/net-misc/gsmlib/gsmlib-1.10.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/gsmlib-1.10.ebuild,v 1.6 2004/06/24 23:46:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/gsmlib-1.10.ebuild,v 1.7 2004/07/01 21:04:20 squinky86 Exp $
S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="Library and Applications to access GSM mobile phones"
SRC_URI="http://www.pxh.de/fs/gsmlib/download/${P}.tar.gz"
HOMEPAGE="http://www.pxh.de/fs/gsmlib/"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
SLOT="0"
LICENSE="LGPL-2"
diff --git a/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild b/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild
index 4d3d8ede6082..e52190177087 100644
--- a/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild
+++ b/net-misc/gsmlib/gsmlib-1.11_pre030826.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-misc/gsmlib/gsmlib-1.11_pre030826.ebuild,v 1.3 2004/06/24 23:46:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild,v 1.4 2004/07/01 21:04:20 squinky86 Exp $
MY_A=${PN}-pre${PV%_pre*}-${PV#*_pre}
@@ -8,7 +8,7 @@ DESCRIPTION="Library and Applications to access GSM mobile phones"
SRC_URI="http://www.pxh.de/fs/gsmlib/snapshots/${MY_A}.tar.gz"
HOMEPAGE="http://www.pxh.de/fs/gsmlib/"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
IUSE=""
SLOT="0"
diff --git a/net-misc/hashcash/ChangeLog b/net-misc/hashcash/ChangeLog
index 5697f092606c..f61f542d0274 100644
--- a/net-misc/hashcash/ChangeLog
+++ b/net-misc/hashcash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/hashcash
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/ChangeLog,v 1.3 2004/06/24 23:47:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/ChangeLog,v 1.4 2004/07/01 21:06:36 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> hashcash-0.27.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*hashcash-0.27 (11 Sep 2003)
diff --git a/net-misc/hashcash/hashcash-0.27.ebuild b/net-misc/hashcash/hashcash-0.27.ebuild
index c3d59db9a19a..f7e587588835 100644
--- a/net-misc/hashcash/hashcash-0.27.ebuild
+++ b/net-misc/hashcash/hashcash-0.27.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/hashcash-0.27.ebuild,v 1.3 2004/06/24 23:47:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hashcash/hashcash-0.27.ebuild,v 1.4 2004/07/01 21:06:36 squinky86 Exp $
+IUSE=""
DESCRIPTION="Utility to generate hashcash tokens"
HOMEPAGE="http://www.cypherspace.org/hashcash/"
SRC_URI="http://www.cypherspace.org/hashcash/source/${P}.tgz"
@@ -10,7 +11,7 @@ LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
RDEPEND=""
src_compile() {
diff --git a/net-misc/hlfl/ChangeLog b/net-misc/hlfl/ChangeLog
index 47a9d2c4d774..4e2c6d5f3f8c 100644
--- a/net-misc/hlfl/ChangeLog
+++ b/net-misc/hlfl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/hlfl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.11 2004/06/26 12:07:45 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/ChangeLog,v 1.12 2004/07/01 21:07:43 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> hlfl-0.60.0.ebuild,
+ hlfl-0.60.1.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
26 Jun 2004; David Holm <dholm@gentoo.org> hlfl-0.60.1.ebuild:
Added to ~ppc.
diff --git a/net-misc/hlfl/hlfl-0.60.0.ebuild b/net-misc/hlfl/hlfl-0.60.0.ebuild
index 51f31b0ab3ae..d709ac0eceea 100644
--- a/net-misc/hlfl/hlfl-0.60.0.ebuild
+++ b/net-misc/hlfl/hlfl-0.60.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.0.ebuild,v 1.9 2004/06/24 23:47:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.0.ebuild,v 1.10 2004/07/01 21:07:43 squinky86 Exp $
S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="High Level Firewall Language"
SRC_URI="ftp://ftp.hlfl.org/pub/hlfl/${P}.tar.gz"
HOMEPAGE="http://www.hlfl.org"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc "
SLOT="0"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
diff --git a/net-misc/hlfl/hlfl-0.60.1.ebuild b/net-misc/hlfl/hlfl-0.60.1.ebuild
index 05c07c673d28..2def3edfd0fd 100644
--- a/net-misc/hlfl/hlfl-0.60.1.ebuild
+++ b/net-misc/hlfl/hlfl-0.60.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.7 2004/06/26 12:07:45 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hlfl/hlfl-0.60.1.ebuild,v 1.8 2004/07/01 21:07:43 squinky86 Exp $
+IUSE=""
DESCRIPTION="High Level Firewall Language"
SRC_URI="ftp://ftp.hlfl.org/pub/hlfl/${P}.tar.gz"
HOMEPAGE="http://www.hlfl.org"
@@ -9,7 +10,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc"
SLOT="0"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
sed -i -e 's:${datadir}/hlfl:${datadir}:' configure
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog
index e1934b966568..fe7a6d7161d3 100644
--- a/net-misc/iperf/ChangeLog
+++ b/net-misc/iperf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/iperf
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.6 2004/06/24 23:49:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.7 2004/07/01 21:10:39 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> iperf-1.7.0.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
*iperf-1.7.0 (30 Jul 2003)
diff --git a/net-misc/iperf/iperf-1.7.0.ebuild b/net-misc/iperf/iperf-1.7.0.ebuild
index 7c1d83f634eb..02250eca3383 100644
--- a/net-misc/iperf/iperf-1.7.0.ebuild
+++ b/net-misc/iperf/iperf-1.7.0.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-1.7.0.ebuild,v 1.4 2004/06/24 23:49:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-1.7.0.ebuild,v 1.5 2004/07/01 21:10:39 squinky86 Exp $
+IUSE=""
DESCRIPTION="tool to measure IP bandwidth using UDP or TCP"
HOMEPAGE="http://dast.nlanr.net/Projects/Iperf"
SRC_URI="http://dast.nlanr.net/Projects/Iperf/${P}-source.tar.gz"
@@ -10,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_unpack() {
unpack ${A}