summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-11-13 19:32:32 +0000
committerSven Wegener <swegener@gentoo.org>2004-11-13 19:32:32 +0000
commitef6432fc2b03fa85d2ae2ebcbbb6aef516f262cc (patch)
treed524af225e6462b50bf10ae606d0d3dcd89c420c /sys-apps/dstat
parentnetwork-related policy fixes (diff)
downloadhistorical-ef6432fc2b03fa85d2ae2ebcbbb6aef516f262cc.tar.gz
historical-ef6432fc2b03fa85d2ae2ebcbbb6aef516f262cc.tar.bz2
historical-ef6432fc2b03fa85d2ae2ebcbbb6aef516f262cc.zip
Initial import, ebuild written by me.
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r--sys-apps/dstat/ChangeLog10
-rw-r--r--sys-apps/dstat/Manifest14
-rw-r--r--sys-apps/dstat/dstat-0.5.2.ebuild23
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.5.21
-rw-r--r--sys-apps/dstat/metadata.xml18
5 files changed, 66 insertions, 0 deletions
diff --git a/sys-apps/dstat/ChangeLog b/sys-apps/dstat/ChangeLog
new file mode 100644
index 000000000000..bf4cde71d0fa
--- /dev/null
+++ b/sys-apps/dstat/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-apps/dstat
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.1 2004/11/13 19:32:32 swegener Exp $
+
+*dstat-0.5.2 (13 Nov 2004)
+
+ 13 Nov 2004; Sven Wegener <swegener@gentoo.org> +metadata.xml,
+ +dstat-0.5.2.ebuild:
+ Initial import, ebuild written by me.
+
diff --git a/sys-apps/dstat/Manifest b/sys-apps/dstat/Manifest
new file mode 100644
index 000000000000..9cafaa4343dd
--- /dev/null
+++ b/sys-apps/dstat/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 f5130bb2411bc8bc89afb230c9188d52 dstat-0.5.2.ebuild 640
+MD5 974a233a637ca866c2f225bfa5b90312 metadata.xml 701
+MD5 d9eaca41ecb6e0163abfffe89ebe12d9 ChangeLog 360
+MD5 612731a09013c28e27503e23d80213dc files/digest-dstat-0.5.2 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBlmFXI1lqEGTUzyQRAlLOAJ9GHfC2s6Wm21T2PnYrXpg2kfWrjwCdFKJu
+Zrlmvvs2pdZmmZRvuuciamA=
+=QMgD
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/dstat/dstat-0.5.2.ebuild b/sys-apps/dstat/dstat-0.5.2.ebuild
new file mode 100644
index 000000000000..81df22d0267c
--- /dev/null
+++ b/sys-apps/dstat/dstat-0.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.5.2.ebuild,v 1.1 2004/11/13 19:32:32 swegener Exp $
+
+DESCRIPTION="Dstat is a versatile replacement for vmstat, iostat and ifstat"
+HOMEPAGE="http://dag.wieers.com/home-made/dstat/"
+SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="virtual/python"
+DEPEND=""
+
+src_compile() {
+ true
+}
+
+src_install() {
+ dobin dstat || die "dobin failed"
+ dodoc AUTHORS ChangeLog README TODO dstat.conf || die "dodoc failed"
+}
diff --git a/sys-apps/dstat/files/digest-dstat-0.5.2 b/sys-apps/dstat/files/digest-dstat-0.5.2
new file mode 100644
index 000000000000..45c6346e486d
--- /dev/null
+++ b/sys-apps/dstat/files/digest-dstat-0.5.2
@@ -0,0 +1 @@
+MD5 349e3209dc83cc7b79e1d7ba068e88c3 dstat-0.5.2.tar.bz2 15973
diff --git a/sys-apps/dstat/metadata.xml b/sys-apps/dstat/metadata.xml
new file mode 100644
index 000000000000..6614cb149d4f
--- /dev/null
+++ b/sys-apps/dstat/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>swegener@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription>
+Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes
+some of the limitations and adds some extra features.
+
+Dstat allows you to view all of your system resources instantly, you can eg.
+compare disk usage in combination with interrupts from your IDE controller, or
+compare the network bandwidth numbers directly with the disk throughput (in the
+same interval).
+ </longdescription>
+</pkgmetadata>