summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:38:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:38:01 +0000
commit9d3f9ad4a70715b025e78c326035ffd11bfaf348 (patch)
tree4d6b02808273d006ab834716eea6affeb88e9ce8 /net-analyzer/netperf
parentversion bump (diff)
downloadhistorical-9d3f9ad4a70715b025e78c326035ffd11bfaf348.tar.gz
historical-9d3f9ad4a70715b025e78c326035ffd11bfaf348.tar.bz2
historical-9d3f9ad4a70715b025e78c326035ffd11bfaf348.zip
macos went away
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer/netperf')
-rw-r--r--net-analyzer/netperf/Manifest12
-rw-r--r--net-analyzer/netperf/netperf-2.2.4.ebuild4
-rw-r--r--net-analyzer/netperf/netperf-2.3.ebuild4
3 files changed, 10 insertions, 10 deletions
diff --git a/net-analyzer/netperf/Manifest b/net-analyzer/netperf/Manifest
index 5ddb94e14918..22e6061a747e 100644
--- a/net-analyzer/netperf/Manifest
+++ b/net-analyzer/netperf/Manifest
@@ -1,9 +1,9 @@
-MD5 c8fc20c9c9fc0fbf04ec65201830f03b netperf-2.2.4.ebuild 1413
-MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
MD5 754e464ac1e2853d72ce704ae74a6172 ChangeLog 2241
-MD5 2c47d60fb0866af665657e399deb7dd4 netperf-2.3.ebuild 1417
-MD5 35791611e593b4e8cefdfd56031e759d files/netperf-2.2-init 434
-MD5 f7a086a9cdee9e3d6ed0e8976b678dbf files/netperf-2.2-conf 103
+MD5 8e4293bf35bf5b25f607ce5d6869b9e5 netperf-2.2.4.ebuild 1398
+MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
+MD5 dffbbce285890c6761e53ebdfa466237 netperf-2.3.ebuild 1402
+MD5 201084fb8da044398f8a0459f1e7c4b5 files/digest-netperf-2.3 63
MD5 5b39a4d1bbad0a785afc512f8a35e87d files/netperf-2.2alpha.diff 686
MD5 787949efbc227966fa6a5609799cbf97 files/digest-netperf-2.2.4 66
-MD5 201084fb8da044398f8a0459f1e7c4b5 files/digest-netperf-2.3 63
+MD5 f7a086a9cdee9e3d6ed0e8976b678dbf files/netperf-2.2-conf 103
+MD5 35791611e593b4e8cefdfd56031e759d files/netperf-2.2-init 434
diff --git a/net-analyzer/netperf/netperf-2.2.4.ebuild b/net-analyzer/netperf/netperf-2.2.4.ebuild
index f1eb7947226c..e5448cb71063 100644
--- a/net-analyzer/netperf/netperf-2.2.4.ebuild
+++ b/net-analyzer/netperf/netperf-2.2.4.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.2.4.ebuild,v 1.15 2005/01/03 10:35:50 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.2.4.ebuild,v 1.16 2005/02/14 21:38:01 mr_bones_ Exp $
inherit flag-o-matic
@@ -23,7 +23,7 @@ IUSE="ipv6"
DEPEND="virtual/libc >=sys-apps/sed-4"
src_compile() {
- ( use macos || use ppc-macos ) || append-flags -DDO_UNIX
+ use ppc-macos || append-flags -DDO_UNIX
use ipv6 && append-flags -DDO_IPV6
emake CFLAGS="${CFLAGS}" || die
sed -i 's:^\(NETHOME=\).*:\1/usr/bin:' *_script
diff --git a/net-analyzer/netperf/netperf-2.3.ebuild b/net-analyzer/netperf/netperf-2.3.ebuild
index c8243df7b12a..3663bf2b3bcc 100644
--- a/net-analyzer/netperf/netperf-2.3.ebuild
+++ b/net-analyzer/netperf/netperf-2.3.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.3.ebuild,v 1.1 2005/01/03 10:35:50 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.3.ebuild,v 1.2 2005/02/14 21:38:01 mr_bones_ Exp $
inherit flag-o-matic
@@ -23,7 +23,7 @@ IUSE="ipv6"
DEPEND="virtual/libc >=sys-apps/sed-4"
src_compile() {
- ( use macos || use ppc-macos ) || append-flags -DDO_UNIX
+ use ppc-macos || append-flags -DDO_UNIX
use ipv6 && append-flags -DDO_IPV6
emake CFLAGS="${CFLAGS}" || die
sed -i 's:^\(NETHOME=\).*:\1/usr/bin:' *_script