summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2004-06-23 02:41:06 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2004-06-23 02:41:06 +0000
commitdb8cc38c97f3e12283d1e8bd65b2502b069ad6e8 (patch)
treea400ab64efca16b2d8bf665e86953050b79b8d2a /net-analyzer/ifstat
parentmetadata herd fix, keyworded ~ppc and ~amd64 (diff)
downloadhistorical-db8cc38c97f3e12283d1e8bd65b2502b069ad6e8.tar.gz
historical-db8cc38c97f3e12283d1e8bd65b2502b069ad6e8.tar.bz2
historical-db8cc38c97f3e12283d1e8bd65b2502b069ad6e8.zip
Revision bump
Diffstat (limited to 'net-analyzer/ifstat')
-rw-r--r--net-analyzer/ifstat/ChangeLog7
-rw-r--r--net-analyzer/ifstat/Manifest4
-rw-r--r--net-analyzer/ifstat/files/digest-ifstat-1.11
-rw-r--r--net-analyzer/ifstat/ifstat-1.1.ebuild26
4 files changed, 36 insertions, 2 deletions
diff --git a/net-analyzer/ifstat/ChangeLog b/net-analyzer/ifstat/ChangeLog
index 6f449827222e..1bae23fcbff1 100644
--- a/net-analyzer/ifstat/ChangeLog
+++ b/net-analyzer/ifstat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/ifstat
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.4 2004/06/23 02:28:03 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.5 2004/06/23 02:41:06 gustavoz Exp $
+
+*ifstat-1.1 (22 Jun 2004)
+
+ 22 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> +ifstat-1.1.ebuild:
+ Revision bump
22 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> metadata.xml,
ifstat-1.0.ebuild:
diff --git a/net-analyzer/ifstat/Manifest b/net-analyzer/ifstat/Manifest
index f743360645d0..c2a240c5336e 100644
--- a/net-analyzer/ifstat/Manifest
+++ b/net-analyzer/ifstat/Manifest
@@ -1,4 +1,6 @@
-MD5 fa346fa51cf9bd43f84f8b87e23f12c7 ChangeLog 739
+MD5 eb1ff6791020a65630d3fd6befe05bbb ChangeLog 857
MD5 73ba1b0a944b2859ddd93a3d0cb0a1aa ifstat-1.0.ebuild 692
MD5 f0a9c192b67f67de43a0632a3b4ffe44 metadata.xml 431
+MD5 7c63afa92b30e52373afdbcdfd93afea ifstat-1.1.ebuild 672
MD5 e017f0ba646dda4a948483bbb0ab56eb files/digest-ifstat-1.0 61
+MD5 920405b5079fac9a9d124de3a4aa3a06 files/digest-ifstat-1.1 61
diff --git a/net-analyzer/ifstat/files/digest-ifstat-1.1 b/net-analyzer/ifstat/files/digest-ifstat-1.1
new file mode 100644
index 000000000000..303bfcda93b5
--- /dev/null
+++ b/net-analyzer/ifstat/files/digest-ifstat-1.1
@@ -0,0 +1 @@
+MD5 b655642c33a626cfe976792fbcd9b6e1 ifstat-1.1.tar.gz 67920
diff --git a/net-analyzer/ifstat/ifstat-1.1.ebuild b/net-analyzer/ifstat/ifstat-1.1.ebuild
new file mode 100644
index 000000000000..ba581bcca96e
--- /dev/null
+++ b/net-analyzer/ifstat/ifstat-1.1.ebuild
@@ -0,0 +1,26 @@
+# 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.1.ebuild,v 1.1 2004/06/23 02:41:06 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"
+HOMEPAGE="http://gael.roualland.free.fr/ifstat/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~sparc"
+
+DEPEND="virtual/glibc
+ snmp? ( >=net-analyzer/net-snmp-5.0 )"
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install () {
+ einstall || die
+ dodoc COPYING HISTORY INSTALL README TODO VERSION
+}