diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-20 00:01:23 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-20 00:01:23 +0000 |
commit | 42b06101bfa9d4b3cc096505ab7086e36bd64cbc (patch) | |
tree | 71ea0c5215b5dbf3afa85582a6ad788c2a743a64 /net-analyzer/ifstat | |
parent | stable on hppa and sparc (diff) | |
download | gentoo-2-42b06101bfa9d4b3cc096505ab7086e36bd64cbc.tar.gz gentoo-2-42b06101bfa9d4b3cc096505ab7086e36bd64cbc.tar.bz2 gentoo-2-42b06101bfa9d4b3cc096505ab7086e36bd64cbc.zip |
marked stable on x86 and sparc, added metadata
Diffstat (limited to 'net-analyzer/ifstat')
-rw-r--r-- | net-analyzer/ifstat/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ifstat/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/ifstat/ifstat-1.0.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/ifstat/metadata.xml | 11 |
4 files changed, 24 insertions, 7 deletions
diff --git a/net-analyzer/ifstat/ChangeLog b/net-analyzer/ifstat/ChangeLog index 5d7fc4f6ab58..ecabc035437d 100644 --- a/net-analyzer/ifstat/ChangeLog +++ b/net-analyzer/ifstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ifstat -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.2 2003/11/11 20:13:48 gmsoft Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.3 2004/01/20 00:01:11 gustavoz Exp $ + + 19 Jan 2004; <gustavoz@gentoo.org> ifstat-1.0.ebuild: + marked stable on x86 and sparc, added metadata *ifstat-1.0 (11 Oct 2003) diff --git a/net-analyzer/ifstat/Manifest b/net-analyzer/ifstat/Manifest index 07671efd5f87..9e3ec27e5b89 100644 --- a/net-analyzer/ifstat/Manifest +++ b/net-analyzer/ifstat/Manifest @@ -1,3 +1,4 @@ -MD5 0851f0b9ffd64de680e025dc9a120d36 ChangeLog 495 -MD5 80e1cbd36845a3fbc5556667eb00168c ifstat-1.0.ebuild 668 +MD5 49de6da6fb8520c0a52352b65e5a138c ifstat-1.0.ebuild 681 +MD5 234d61b2726e5c56cf0c9baf2989d71e ChangeLog 603 +MD5 8c8338bdf51a64e621a7999846188535 metadata.xml 432 MD5 e017f0ba646dda4a948483bbb0ab56eb files/digest-ifstat-1.0 61 diff --git a/net-analyzer/ifstat/ifstat-1.0.ebuild b/net-analyzer/ifstat/ifstat-1.0.ebuild index b0993da375d4..c1293bf1b138 100644 --- a/net-analyzer/ifstat/ifstat-1.0.ebuild +++ b/net-analyzer/ifstat/ifstat-1.0.ebuild @@ -1,6 +1,8 @@ -# 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/ifstat/ifstat-1.0.ebuild,v 1.2 2003/11/11 20:13:48 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.0.ebuild,v 1.3 2004/01/20 00:01:11 gustavoz Exp $ + +IUSE="snmp" DESCRIPTION="Network interface bandwidth usage, with support for snmp targets." SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz" @@ -8,7 +10,7 @@ HOMEPAGE="http://gael.roualland.free.fr/ifstat/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc hppa" +KEYWORDS="x86 sparc hppa" DEPEND="virtual/glibc snmp? ( >=net-analyzer/net-snmp-5.0 )" diff --git a/net-analyzer/ifstat/metadata.xml b/net-analyzer/ifstat/metadata.xml new file mode 100644 index 000000000000..1efa3b479a9a --- /dev/null +++ b/net-analyzer/ifstat/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>gustavoz@gentoo.org</email> + <name>Gustavo Zacarias</name> + <description>Primary Maintainer</description> +</maintainer> +<longdescription>ifstat is a utility to monitor network interface bandwidth usage, with vmstat look and feel.</longdescription> +</pkgmetadata> |