diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-28 17:20:02 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-28 17:20:02 +0000 |
commit | 29d33dec1096a00bc0c66d4def353ea6e899a2ec (patch) | |
tree | 5f68ab3a11111e6a1fab037a197dd88a3cf2910f /net-analyzer | |
parent | Marked stable on sparc. (diff) | |
download | historical-29d33dec1096a00bc0c66d4def353ea6e899a2ec.tar.gz historical-29d33dec1096a00bc0c66d4def353ea6e899a2ec.tar.bz2 historical-29d33dec1096a00bc0c66d4def353ea6e899a2ec.zip |
Added ~sparc keyword, resolves bug #43209.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/netio/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index bcd21b68cf94..fdfbbcb282df 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netio -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.3 2003/11/01 22:29:37 mholzer Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.4 2004/02/28 17:20:02 weeve Exp $ + + 28 Feb 2004; Jason Wever <weeve@gentoo.org> netio-1.23.ebuild: + Added ~sparc keyword, resolves bug #43209. 02 Nov 2003; Martin Holzer <mholzer@gentoo.org> netio-1.23.ebuild: adding unzip. Closes #32485 diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest index e4b553fe0cab..5b73a214d783 100644 --- a/net-analyzer/netio/Manifest +++ b/net-analyzer/netio/Manifest @@ -1,3 +1,3 @@ -MD5 0958ba6e201e2648b12a9272c70df1af ChangeLog 3448 -MD5 4ac077dccaa890ff3813be13bbe9749a netio-1.23.ebuild 1078 +MD5 e808396f596d08969b8e096b1f5dd15d ChangeLog 3557 +MD5 578e8eb990e20d83651e6b0f8b300d54 netio-1.23.ebuild 1083 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 865c46c6bf34..8f35220f700f 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2003/11/01 22:29:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.5 2004/02/28 17:20:02 weeve 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" +KEYWORDS="x86 ppc ~sparc" IUSE="" DEPEND="virtual/glibc app-arch/unzip" |