summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-12-13 20:13:23 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-12-13 20:13:23 +0000
commit4d22c80683b055bf018688a0264a14acbebc1268 (patch)
treebed6eb41c4a986cfc43749c63c9db4f9ca14fe0d /sys-apps/dstat
parentremove old versions (diff)
downloadgentoo-2-4d22c80683b055bf018688a0264a14acbebc1268.tar.gz
gentoo-2-4d22c80683b055bf018688a0264a14acbebc1268.tar.bz2
gentoo-2-4d22c80683b055bf018688a0264a14acbebc1268.zip
remove old versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r--sys-apps/dstat/ChangeLog6
-rw-r--r--sys-apps/dstat/dstat-0.6.0-r1.ebuild45
-rw-r--r--sys-apps/dstat/dstat-0.6.1.ebuild45
-rw-r--r--sys-apps/dstat/dstat-0.6.3.ebuild43
-rw-r--r--sys-apps/dstat/dstat-0.6.4.ebuild43
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.0-r13
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.13
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.33
-rw-r--r--sys-apps/dstat/files/digest-dstat-0.6.43
9 files changed, 5 insertions, 189 deletions
diff --git a/sys-apps/dstat/ChangeLog b/sys-apps/dstat/ChangeLog
index 42a06dd8dabf..71421d46439e 100644
--- a/sys-apps/dstat/ChangeLog
+++ b/sys-apps/dstat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/dstat
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.21 2007/09/01 11:30:13 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.22 2007/12/13 20:13:23 cardoe Exp $
+
+ 13 Dec 2007; Doug Klima <cardoe@gentoo.org> -dstat-0.6.0-r1.ebuild,
+ -dstat-0.6.1.ebuild, -dstat-0.6.3.ebuild, -dstat-0.6.4.ebuild:
+ remove old versions
01 Sep 2007; Christoph Mende <angelos@gentoo.org> dstat-0.6.6.ebuild:
Stable on amd64
diff --git a/sys-apps/dstat/dstat-0.6.0-r1.ebuild b/sys-apps/dstat/dstat-0.6.0-r1.ebuild
deleted file mode 100644
index 701452cd3776..000000000000
--- a/sys-apps/dstat/dstat-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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-r1.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/dstat-0.6.1.ebuild b/sys-apps/dstat/dstat-0.6.1.ebuild
deleted file mode 100644
index 8a04859074a1..000000000000
--- a/sys-apps/dstat/dstat-0.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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/dstat-0.6.3.ebuild b/sys-apps/dstat/dstat-0.6.3.ebuild
deleted file mode 100644
index 26f5be08439c..000000000000
--- a/sys-apps/dstat/dstat-0.6.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.3.ebuild,v 1.2 2007/03/21 17:30:21 armin76 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() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc \
- AUTHORS ChangeLog README TODO dstat.conf \
- examples/{mstat,read}.py docs/*.txt \
- || die "dodoc failed"
- dohtml docs/*.html || die "dohtml 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/dstat-0.6.4.ebuild b/sys-apps/dstat/dstat-0.6.4.ebuild
deleted file mode 100644
index 3e5bfcf2babc..000000000000
--- a/sys-apps/dstat/dstat-0.6.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.4.ebuild,v 1.1 2007/04/07 23:28:07 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() {
- make install DESTDIR="${D}" || die "make install failed"
-
- dodoc \
- AUTHORS ChangeLog README TODO dstat.conf \
- examples/{mstat,read}.py docs/*.txt \
- || die "dodoc failed"
- dohtml docs/*.html || die "dohtml 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-r1 b/sys-apps/dstat/files/digest-dstat-0.6.0-r1
deleted file mode 100644
index ea5be88c1bbd..000000000000
--- a/sys-apps/dstat/files/digest-dstat-0.6.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 14f1fa4841a672d0000f906231a51497 dstat-0.6.0.tar.bz2 36169
-RMD160 ae205b79c9b30d5c9702e1dbcad1367dd55662ca dstat-0.6.0.tar.bz2 36169
-SHA256 9bb76fb391e1dcb675a7e197e14773b242d51635467c03ae499cab23b5f2d0f5 dstat-0.6.0.tar.bz2 36169
diff --git a/sys-apps/dstat/files/digest-dstat-0.6.1 b/sys-apps/dstat/files/digest-dstat-0.6.1
deleted file mode 100644
index eab23b009b95..000000000000
--- a/sys-apps/dstat/files/digest-dstat-0.6.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bb3d57d91fa6d04e382dc8eea764d044 dstat-0.6.1.tar.bz2 41870
-RMD160 02319553d72f80160a907f08071cb086933ce5a9 dstat-0.6.1.tar.bz2 41870
-SHA256 df15b3ffdaaf5096a031a177cbf8f40971a13c9bcc3cdf68b36f568194a09e0c dstat-0.6.1.tar.bz2 41870
diff --git a/sys-apps/dstat/files/digest-dstat-0.6.3 b/sys-apps/dstat/files/digest-dstat-0.6.3
deleted file mode 100644
index c56b8033c027..000000000000
--- a/sys-apps/dstat/files/digest-dstat-0.6.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a2df5d7fecc0115f8eef84141a068e86 dstat-0.6.3.tar.bz2 48622
-RMD160 22c0dcee9d320feb305a43935b88851d07bc273f dstat-0.6.3.tar.bz2 48622
-SHA256 c053c6a3a804bdaa3d6897775b2d7e4a6d6b3c8299f9c6c8cd04162511030134 dstat-0.6.3.tar.bz2 48622
diff --git a/sys-apps/dstat/files/digest-dstat-0.6.4 b/sys-apps/dstat/files/digest-dstat-0.6.4
deleted file mode 100644
index 250a31296665..000000000000
--- a/sys-apps/dstat/files/digest-dstat-0.6.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 aad1d918a982d8392a24a06760175e93 dstat-0.6.4.tar.bz2 49797
-RMD160 3cd83cba27e605e8d26095a781a1f46f09a635e9 dstat-0.6.4.tar.bz2 49797
-SHA256 182b1627dc566b81bf8cd2867f11796967abb31b20a0871b7b5e0cf270bff42a dstat-0.6.4.tar.bz2 49797