summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-22 16:20:02 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-22 16:20:02 +0000
commit5a6047fe08c581b37c57c1e2f9bf350113da5a9a (patch)
tree980af99480f8adc7dca37e9407bacf85896dfbb8 /net-analyzer/vnstat
parentinstall controllers (diff)
downloadhistorical-5a6047fe08c581b37c57c1e2f9bf350113da5a9a.tar.gz
historical-5a6047fe08c581b37c57c1e2f9bf350113da5a9a.tar.bz2
historical-5a6047fe08c581b37c57c1e2f9bf350113da5a9a.zip
initial ebuild #29085
Diffstat (limited to 'net-analyzer/vnstat')
-rw-r--r--net-analyzer/vnstat/ChangeLog8
-rw-r--r--net-analyzer/vnstat/files/digest-vnstat-1.11
-rw-r--r--net-analyzer/vnstat/vnstat-1.1.ebuild24
3 files changed, 33 insertions, 0 deletions
diff --git a/net-analyzer/vnstat/ChangeLog b/net-analyzer/vnstat/ChangeLog
new file mode 100644
index 000000000000..71bde4fd530b
--- /dev/null
+++ b/net-analyzer/vnstat/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-analyzer/vnstat
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.1 2003/09/22 16:20:02 vapier Exp $
+
+*vnstat-1.1 (22 Sep 2003)
+
+ 22 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me for #29085.
diff --git a/net-analyzer/vnstat/files/digest-vnstat-1.1 b/net-analyzer/vnstat/files/digest-vnstat-1.1
new file mode 100644
index 000000000000..b5f28af7d9bd
--- /dev/null
+++ b/net-analyzer/vnstat/files/digest-vnstat-1.1
@@ -0,0 +1 @@
+MD5 ed974fe124e688b6eb0cf634dbeddefc vnstat-1.1.tar.gz 18877
diff --git a/net-analyzer/vnstat/vnstat-1.1.ebuild b/net-analyzer/vnstat/vnstat-1.1.ebuild
new file mode 100644
index 000000000000..3c0cdfc3d90d
--- /dev/null
+++ b/net-analyzer/vnstat/vnstat-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.1.ebuild,v 1.1 2003/09/22 16:20:02 vapier Exp $
+
+DESCRIPTION="network traffic monitor that keeps statistics of daily network traffic"
+HOMEPAGE="http://torus.lnet.lut.fi/vnstat/"
+SRC_URI="http://torus.lnet.lut.fi/vnstat/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=""
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ dodir /var/spool/vnstat
+ dobin src/vnstat
+ newdoc cron/vnstat vnstat-samplecron
+ dodoc CHANGES README UPGRADE
+}