From 3be0bffbf90293adfc7d16012364dded634023a3 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Sat, 1 Nov 2003 22:29:41 +0000 Subject: adding unzip. Closes #32485 --- net-analyzer/netio/ChangeLog | 5 ++++- net-analyzer/netio/Manifest | 4 ++-- net-analyzer/netio/netio-1.23.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'net-analyzer/netio') 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 netio-1.23.ebuild: + adding unzip. Closes #32485 24 Oct 2003; Michael Imhof 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}/ -- cgit v1.2.3-65-gdbad