diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-07-30 03:20:35 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-07-30 03:20:35 +0000 |
commit | 314d644a01b91798ff1dba53cad00fabc96186dc (patch) | |
tree | 3eb883df3fe317e56446ab16c710cba405217d1e | |
parent | stable on ppc64, bug #57012 (diff) | |
download | historical-314d644a01b91798ff1dba53cad00fabc96186dc.tar.gz historical-314d644a01b91798ff1dba53cad00fabc96186dc.tar.bz2 historical-314d644a01b91798ff1dba53cad00fabc96186dc.zip |
Added macos keyword.
-rw-r--r-- | net-analyzer/netio/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netio/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index 5c2bb1354f51..b1bfbd2ec002 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netio # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.6 2004/07/01 20:05:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.7 2004/07/30 03:20:35 gongloo Exp $ + + 29 Jul 2004; Hasan Khalil <gongloo@gentoo.org> netio-1.23.ebuild: + Added macos keyword, resolves bug #57820. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, netio-1.23.ebuild: diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest index 5bfcd4ad05ec..ae1fcc0aa6c3 100644 --- a/net-analyzer/netio/Manifest +++ b/net-analyzer/netio/Manifest @@ -1,4 +1,4 @@ -MD5 a9fe4c32ad7a88016ed4a57d6f8da479 netio-1.23.ebuild 1076 -MD5 68a68abb9c3f2451f4eb68e337443100 ChangeLog 3693 +MD5 4dd9b2a64d203dff60829a86e3c09167 ChangeLog 3804 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 +MD5 ec6d97b93c1b3bb866f76b2721e93b9f netio-1.23.ebuild 1080 MD5 e2011a67f325086737a95017b12456d1 files/digest-netio-1.23 57 diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index dc8e47d84cee..2e8015adc8f1 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.7 2004/07/01 20:05:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.8 2004/07/30 03:20:35 gongloo Exp $ DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://freshmeat.net/projects/netio/" SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc ~sparc macos" IUSE="" DEPEND="virtual/libc app-arch/unzip" |