diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:05:49 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:05:49 +0000 |
commit | c8b331077f36cef34b2952b57dd30b006551299c (patch) | |
tree | adc69b54fdf5cc2cbe6e28511152f9a0434f62e3 /net-analyzer/netio | |
parent | Fix docs building. Resolves bug #55700. (Manifest recommit) (diff) | |
download | gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.tar.gz gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.tar.bz2 gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.zip |
virtual/glibc -> virtual/libc, add metadata.xml
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/netio/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 6 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index e63e8f110c0d..5c2bb1354f51 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2004/06/24 22:11:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.6 2004/07/01 20:05:49 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, + netio-1.23.ebuild: + change virtual/glibc to virtual/libc, add metadata.xml 28 Feb 2004; Jason Wever <weeve@gentoo.org> netio-1.23.ebuild: Added ~sparc keyword, resolves bug #43209. diff --git a/net-analyzer/netio/metadata.xml b/net-analyzer/netio/metadata.xml new file mode 100644 index 000000000000..03aa50bab7e3 --- /dev/null +++ b/net-analyzer/netio/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +</pkgmetadata> diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index 8ce373079dc2..dc8e47d84cee 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,6 +1,6 @@ # 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.6 2004/06/24 22:11:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.7 2004/07/01 20:05:49 squinky86 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,9 +9,9 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="x86 ppc ~sparc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/unzip" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" S=${WORKDIR}/ src_compile() { |