diff options
author | Jason Wever <weeve@gentoo.org> | 2004-11-20 04:02:37 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-11-20 04:02:37 +0000 |
commit | 78376be1f0512bdcc9f8cd2ccaa2c777d3876af8 (patch) | |
tree | cc026ce8e0cc8a7c5fc8b70111004563cf996e5c /net-analyzer | |
parent | Extracted png_do_strip_filler patch from libpng-1.2.8beta4. This fixes bug #6... (diff) | |
download | historical-78376be1f0512bdcc9f8cd2ccaa2c777d3876af8.tar.gz historical-78376be1f0512bdcc9f8cd2ccaa2c777d3876af8.tar.bz2 historical-78376be1f0512bdcc9f8cd2ccaa2c777d3876af8.zip |
Stable on sparc.
Diffstat (limited to 'net-analyzer')
-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 b1bfbd2ec002..5de31c62b218 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.7 2004/07/30 03:20:35 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.8 2004/11/20 04:02:37 weeve Exp $ + + 19 Nov 2004; Jason Wever <weeve@gentoo.org> netio-1.23.ebuild: + Stable on sparc. 29 Jul 2004; Hasan Khalil <gongloo@gentoo.org> netio-1.23.ebuild: Added macos keyword, resolves bug #57820. diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest index 40bd590f5b36..97c5cfc4ff4b 100644 --- a/net-analyzer/netio/Manifest +++ b/net-analyzer/netio/Manifest @@ -1,4 +1,4 @@ -MD5 4dd9b2a64d203dff60829a86e3c09167 ChangeLog 3804 -MD5 fb40982c8dc4e291bc0ce7f3a3f18827 netio-1.23.ebuild 1087 +MD5 a892feeb79ef9df1e43c00909203c02e ChangeLog 3887 +MD5 570ed4df895bea1b03c75ba1bf477992 netio-1.23.ebuild 1082 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 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 3b2029bea9a0..c93e9ce64391 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.10 2004/10/23 06:41:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.11 2004/11/20 04:02:37 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 ~sparc ppc-macos" +KEYWORDS="x86 ppc sparc ppc-macos" IUSE="" DEPEND="virtual/libc app-arch/unzip" |