summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-09 11:48:17 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-09 11:48:17 +0000
commit1340722f56b5abce366522b0ef24cfc4a7236d40 (patch)
tree1673e041ad6eb5479ca2ae7648ca38631fbcda83 /sys-apps/dstat
parentMany changes, all in shape, none in substance, see ChangeLog (diff)
downloadhistorical-1340722f56b5abce366522b0ef24cfc4a7236d40.tar.gz
historical-1340722f56b5abce366522b0ef24cfc4a7236d40.tar.bz2
historical-1340722f56b5abce366522b0ef24cfc4a7236d40.zip
Version bump to 0.6.1. Revision bump for the old version to distribute a plugin installation fix.
Package-Manager: portage-2.0.52
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.6.0-r1.ebuild (renamed from sys-apps/dstat/dstat-0.6.0.ebuild)4
-rw-r--r--sys-apps/dstat/dstat-0.6.1.ebuild45
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.0-r1 (renamed from sys-apps/dstat/files/digest-dstat-0.6.0)0
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.11
6 files changed, 65 insertions, 9 deletions
diff --git a/sys-apps/dstat/ChangeLog b/sys-apps/dstat/ChangeLog
index 1c0a39111489..60fef23d43dc 100644
--- a/sys-apps/dstat/ChangeLog
+++ b/sys-apps/dstat/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sys-apps/dstat
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.14 2005/09/03 16:06:54 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.15 2005/09/09 11:48:17 swegener Exp $
+
+*dstat-0.6.1 (09 Sep 2005)
+*dstat-0.6.0-r1 (09 Sep 2005)
+
+ 09 Sep 2005; Sven Wegener <swegener@gentoo.org> -dstat-0.6.0.ebuild,
+ +dstat-0.6.0-r1.ebuild, +dstat-0.6.1.ebuild:
+ Version bump to 0.6.1. Revision bump for the old version to distribute a
+ plugin installation fix.
03 Sep 2005; <dang@gentoo.org> dstat-0.6.0.ebuild:
Marked stable on amd64
diff --git a/sys-apps/dstat/Manifest b/sys-apps/dstat/Manifest
index f0c50b8b9be0..77f32f41d876 100644
--- a/sys-apps/dstat/Manifest
+++ b/sys-apps/dstat/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 6b4c30e333863a2fafe21e7414a8ee53 dstat-0.6.0.ebuild 1052
-MD5 e3bad1548680c0208df8aabf9d35c241 ChangeLog 1992
+MD5 5b7460a04831bf23d4ad524b0861c8a4 ChangeLog 2275
+MD5 489c9301bc36ad666b39a175c2b54997 dstat-0.6.0-r1.ebuild 1061
+MD5 4d339c7a786df310132fda5cfafafcb1 dstat-0.6.1.ebuild 1060
+MD5 848b9935dac0ed2a49a059a7a870bb19 files/digest-dstat-0.6.0-r1 63
+MD5 e3a3aeb864d1287421ffb1e3f3878218 files/digest-dstat-0.6.1 63
MD5 ffa68eb3467e3f5612b56c42288a9fb6 metadata.xml 876
-MD5 848b9935dac0ed2a49a059a7a870bb19 files/digest-dstat-0.6.0 63
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDGcqRomPajV0RnrERAqiZAJ4l0v1bDsm/XP6RMRvnSp/FqPaNAACdG/Xk
-ZfRk2twAX7BPrpp7vDFimsc=
-=8IUb
+iD8DBQFDIXaUI1lqEGTUzyQRAm0RAJ9HRI2xhPJBmyeH1qzmd6VHWNr34QCgqxt1
+Gqy88oBgK5S9nlCFvrwzcjo=
+=sOHg
-----END PGP SIGNATURE-----
diff --git a/sys-apps/dstat/dstat-0.6.0.ebuild b/sys-apps/dstat/dstat-0.6.0-r1.ebuild
index 59cdf2335a82..701452cd3776 100644
--- a/sys-apps/dstat/dstat-0.6.0.ebuild
+++ b/sys-apps/dstat/dstat-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.0.ebuild,v 1.3 2005/09/03 16:06:54 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.0-r1.ebuild,v 1.1 2005/09/09 11:48:17 swegener Exp $
inherit python
@@ -23,7 +23,7 @@ src_install() {
dobin dstat || die "dobin failed"
insinto /usr/share/dstat
- doins -r plugins || die "doins failed"
+ doins plugins/*.py || die "doins failed"
doman dstat.1 || die "doman failed"
dodoc \
diff --git a/sys-apps/dstat/dstat-0.6.1.ebuild b/sys-apps/dstat/dstat-0.6.1.ebuild
new file mode 100644
index 000000000000..8a04859074a1
--- /dev/null
+++ b/sys-apps/dstat/dstat-0.6.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.1.ebuild,v 1.1 2005/09/09 11:48:17 swegener Exp $
+
+inherit python
+
+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="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="virtual/python"
+DEPEND=""
+
+src_compile() {
+ true
+}
+
+src_install() {
+ dobin dstat || die "dobin failed"
+
+ insinto /usr/share/dstat
+ doins plugins/*.py || die "doins failed"
+
+ doman dstat.1 || die "doman failed"
+ dodoc \
+ AUTHORS ChangeLog README* TODO dstat.conf \
+ examples/{mstat,read}.py || die "dodoc failed"
+}
+
+pkg_postinst() {
+ python_mod_optimize /usr/share/dstat
+
+ einfo
+ einfo "See the included dstat.conf in the doc directory for"
+ einfo "an example on how to setup a custom /etc/dstat.conf"
+ einfo
+}
+
+pkg_postrm() {
+ python_mod_cleanup /usr/share/dstat
+}
diff --git a/sys-apps/dstat/files/digest-dstat-0.6.0 b/sys-apps/dstat/files/digest-dstat-0.6.0-r1
index e3fbc8aba76f..e3fbc8aba76f 100644
--- a/sys-apps/dstat/files/digest-dstat-0.6.0
+++ b/sys-apps/dstat/files/digest-dstat-0.6.0-r1
diff --git a/sys-apps/dstat/files/digest-dstat-0.6.1 b/sys-apps/dstat/files/digest-dstat-0.6.1
new file mode 100644
index 000000000000..8760007a0ab6
--- /dev/null
+++ b/sys-apps/dstat/files/digest-dstat-0.6.1
@@ -0,0 +1 @@
+MD5 bb3d57d91fa6d04e382dc8eea764d044 dstat-0.6.1.tar.bz2 41870