diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:10:39 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:10:39 +0000 |
commit | 98a83278289de2338dd470c6aabcbfcdffc24274 (patch) | |
tree | fafe38ff2b329552f9c5df843adcc674ed57e0b9 /net-misc | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-98a83278289de2338dd470c6aabcbfcdffc24274.tar.gz gentoo-2-98a83278289de2338dd470c6aabcbfcdffc24274.tar.bz2 gentoo-2-98a83278289de2338dd470c6aabcbfcdffc24274.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/hashcash/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/hashcash/hashcash-0.27.ebuild | 5 | ||||
-rw-r--r-- | net-misc/hlfl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.0.ebuild | 5 | ||||
-rw-r--r-- | net-misc/hlfl/hlfl-0.60.1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-1.7.0.ebuild | 5 |
7 files changed, 25 insertions, 11 deletions
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} |