summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-04-19 21:53:37 +0000
committerAron Griffis <agriffis@gentoo.org>2005-04-19 21:53:37 +0000
commit0376726147b6eae5d59f6ea7e20415512a0e7c7f (patch)
tree9a5364dc595e79131fde84e822ca19469bcc15a9 /net-analyzer/netperf
parentStable on x86. (diff)
downloadgentoo-2-0376726147b6eae5d59f6ea7e20415512a0e7c7f.tar.gz
gentoo-2-0376726147b6eae5d59f6ea7e20415512a0e7c7f.tar.bz2
gentoo-2-0376726147b6eae5d59f6ea7e20415512a0e7c7f.zip
Remove bogus sed dep and non-functional use_enable ipv6. The 2.4.x stream
does ipv6 detection and doesn't supply an option to explicitly enable/disable it (Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/netperf')
-rw-r--r--net-analyzer/netperf/ChangeLog8
-rw-r--r--net-analyzer/netperf/netperf-2.4.0_rc2.ebuild8
-rw-r--r--net-analyzer/netperf/netperf-2.4.0_rc3.ebuild8
3 files changed, 15 insertions, 9 deletions
diff --git a/net-analyzer/netperf/ChangeLog b/net-analyzer/netperf/ChangeLog
index cc0dbeea7a92..455080cc59b7 100644
--- a/net-analyzer/netperf/ChangeLog
+++ b/net-analyzer/netperf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/netperf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/ChangeLog,v 1.25 2005/04/19 21:24:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/ChangeLog,v 1.26 2005/04/19 21:53:37 agriffis Exp $
+
+ 19 Apr 2005; Aron Griffis <agriffis@gentoo.org> netperf-2.4.0_rc2.ebuild,
+ netperf-2.4.0_rc3.ebuild:
+ Remove bogus sed dep and non-functional use_enable ipv6. The 2.4.x stream
+ does ipv6 detection and doesn't supply an option to explicitly
+ enable/disable it
*netperf-2.4.0_rc3 (19 Apr 2005)
diff --git a/net-analyzer/netperf/netperf-2.4.0_rc2.ebuild b/net-analyzer/netperf/netperf-2.4.0_rc2.ebuild
index f7fce8cf15d3..d7a676c606b2 100644
--- a/net-analyzer/netperf/netperf-2.4.0_rc2.ebuild
+++ b/net-analyzer/netperf/netperf-2.4.0_rc2.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-analyzer/netperf/netperf-2.4.0_rc2.ebuild,v 1.1 2005/04/05 20:19:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.4.0_rc2.ebuild,v 1.2 2005/04/19 21:53:37 agriffis Exp $
inherit flag-o-matic
@@ -18,12 +18,12 @@ LICENSE="netperf"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ia64 ~alpha ~amd64 ~ppc64 ~ppc ~ppc-macos"
-IUSE="ipv6"
+IUSE=""
-DEPEND="virtual/libc >=sys-apps/sed-4"
+DEPEND="virtual/libc"
src_compile() {
- econf $(use_enable ipv6) || die
+ econf || die
emake || die
}
diff --git a/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild b/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild
index bc722af3f65e..0bf10bcb9bd5 100644
--- a/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild
+++ b/net-analyzer/netperf/netperf-2.4.0_rc3.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-analyzer/netperf/netperf-2.4.0_rc3.ebuild,v 1.1 2005/04/19 21:24:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild,v 1.2 2005/04/19 21:53:37 agriffis Exp $
inherit flag-o-matic
@@ -18,12 +18,12 @@ LICENSE="netperf"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ia64 ~alpha ~amd64 ~ppc64 ~ppc ~ppc-macos"
-IUSE="ipv6"
+IUSE=""
-DEPEND="virtual/libc >=sys-apps/sed-4"
+DEPEND="virtual/libc"
src_compile() {
- econf $(use_enable ipv6) || die
+ econf || die
emake || die
}