diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-23 12:22:10 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-01-23 12:22:10 +0000 |
commit | 4251ada6d73117b6116b553a121cbf305fcd0eaa (patch) | |
tree | 4a8c849d690c513b02821a75baf80e128017a992 /net-misc | |
parent | New revisions for 2.0.2 and 2.0.3, including CAN-2005-0102 patch. See bug #79183 (diff) | |
download | historical-4251ada6d73117b6116b553a121cbf305fcd0eaa.tar.gz historical-4251ada6d73117b6116b553a121cbf305fcd0eaa.tar.bz2 historical-4251ada6d73117b6116b553a121cbf305fcd0eaa.zip |
Fix SRC_URI
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iperf/Manifest | 8 | ||||
-rw-r--r-- | net-misc/iperf/iperf-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest index cdc8fc2b519b..bd8b84987aa6 100644 --- a/net-misc/iperf/Manifest +++ b/net-misc/iperf/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4ec9b65b9f3ca972472597729340d285 iperf-2.0.1.ebuild 947 +MD5 a8112991bb81783a444d54b93f72138f iperf-2.0.1.ebuild 950 MD5 44c5634a576aafd997491f64bc94c2bd iperf-1.7.0.ebuild 939 MD5 1506787dfaf2ab4b5f000c490235c972 ChangeLog 1213 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 @@ -12,7 +12,7 @@ MD5 99a03cce31fe2b9ff92f82359c48eae5 files/digest-iperf-2.0.1 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB84I/EZCkKN40op4RAhjLAKC2RwbBAXWjgsUVGpjPrdZpfDTCzQCgravJ -uSoE01RzQDNjBOvRjA+BonI= -=VGjr +iD8DBQFB85b7EZCkKN40op4RArtZAJwIIH2IXk9BokNhdDCUzH4vy46UZwCeLZ9U +L2RIXMRxumkMzkSDdHntDRI= +=TFzk -----END PGP SIGNATURE----- diff --git a/net-misc/iperf/iperf-2.0.1.ebuild b/net-misc/iperf/iperf-2.0.1.ebuild index ee3c452df90f..d8f9309d07ab 100644 --- a/net-misc/iperf/iperf-2.0.1.ebuild +++ b/net-misc/iperf/iperf-2.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.1.ebuild,v 1.1 2005/01/23 10:52:13 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.1.ebuild,v 1.2 2005/01/23 12:22:10 ka0ttic Exp $ 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}.tar.gz" +SRC_URI="http://dast.nlanr.net/Projects/Iperf2.0/${P}.tar.gz" LICENSE="as-is" SLOT="0" |