summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-25 12:15:08 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-25 12:15:08 +0000
commitb4e745f1e1461bd05d87498297fd9015abad38d8 (patch)
tree06fa82b24a9ef3682a7787a163a3d0a0fbc9d38a /net-misc/iperf
parentadded DEFINE + fixed some bugs + version bump (diff)
downloadgentoo-2-b4e745f1e1461bd05d87498297fd9015abad38d8.tar.gz
gentoo-2-b4e745f1e1461bd05d87498297fd9015abad38d8.tar.bz2
gentoo-2-b4e745f1e1461bd05d87498297fd9015abad38d8.zip
Stable on x86.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-misc/iperf')
-rw-r--r--net-misc/iperf/ChangeLog5
-rw-r--r--net-misc/iperf/Manifest14
-rw-r--r--net-misc/iperf/iperf-2.0.1.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog
index c074e3fb0251..2d4df8f52500 100644
--- a/net-misc/iperf/ChangeLog
+++ b/net-misc/iperf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/iperf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.10 2005/01/23 10:52:13 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.11 2005/02/25 12:15:08 ka0ttic Exp $
+
+ 25 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> iperf-2.0.1.ebuild:
+ Marked stable on x86.
*iperf-2.0.1 (23 Jan 2005)
diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index bd8b84987aa6..5180d2a26e41 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 a8112991bb81783a444d54b93f72138f iperf-2.0.1.ebuild 950
+MD5 009c1d95c767bb1373453618092da5b7 iperf-2.0.1.ebuild 949
MD5 44c5634a576aafd997491f64bc94c2bd iperf-1.7.0.ebuild 939
-MD5 1506787dfaf2ab4b5f000c490235c972 ChangeLog 1213
+MD5 c351de4fee3bb6827bd1d9c3895568ea ChangeLog 1307
MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
MD5 fb3cd54b7325d842e3118e6d41503ac0 files/iperf.confd 308
MD5 670817398ac2d9dc91ce1ae301e62ee1 files/iperf.initd 521
MD5 8d7742f71fada23db6fa1398664a3c2e files/digest-iperf-1.7.0 70
MD5 99a03cce31fe2b9ff92f82359c48eae5 files/digest-iperf-2.0.1 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-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 d8f9309d07ab..fe48a46be605 100644
--- a/net-misc/iperf/iperf-2.0.1.ebuild
+++ b/net-misc/iperf/iperf-2.0.1.ebuild
@@ -1,6 +1,6 @@
# 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.2 2005/01/23 12:22:10 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.1.ebuild,v 1.3 2005/02/25 12:15:08 ka0ttic Exp $
DESCRIPTION="tool to measure IP bandwidth using UDP or TCP"
HOMEPAGE="http://dast.nlanr.net/Projects/Iperf"
@@ -8,7 +8,7 @@ SRC_URI="http://dast.nlanr.net/Projects/Iperf2.0/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE="ipv6 threads debug"
DEPEND="virtual/libc"