diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-01 22:29:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-01 22:29:41 +0000 |
commit | 004c35ea2ee125466356bc5007998d95ab4765f2 (patch) | |
tree | 4d424204e56a326c937bf1f58f0a2af16b8cf1d4 /net-analyzer/netio | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.tar.gz gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.tar.bz2 gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.zip |
adding unzip. Closes #32485
Diffstat (limited to 'net-analyzer/netio')
-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 | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index 83a3d57b2cc5..bcd21b68cf94 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.2 2003/10/24 13:47:54 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.3 2003/11/01 22:29:37 mholzer Exp $ + + 02 Nov 2003; Martin Holzer <mholzer@gentoo.org> netio-1.23.ebuild: + adding unzip. Closes #32485 24 Oct 2003; Michael Imhof <tantive@gentoo.org> netio-1.23.ebuild: Marked stable for x86 and ppc. diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest index f419d6af8ff5..e4b553fe0cab 100644 --- a/net-analyzer/netio/Manifest +++ b/net-analyzer/netio/Manifest @@ -1,3 +1,3 @@ -MD5 4df834e16dffa942cd3c2d4f0ee29bc6 netio-1.23.ebuild 1062 -MD5 063243acd88113034710526867e0b5ab ChangeLog 3348 +MD5 0958ba6e201e2648b12a9272c70df1af ChangeLog 3448 +MD5 4ac077dccaa890ff3813be13bbe9749a netio-1.23.ebuild 1078 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 ea0aafd39605..865c46c6bf34 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.3 2003/10/24 13:47:55 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.4 2003/11/01 22:29:37 mholzer 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/" @@ -9,7 +9,8 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + app-arch/unzip" RDEPEND="virtual/glibc" S=${WORKDIR}/ |