diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-21 20:31:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-21 20:31:13 +0000 |
commit | b4d2a103e2a141a4c901f56a7e85a342da5c1a7f (patch) | |
tree | ad6fae64f5ba0b1dd363e9bd78cea2fc6763c06a /sys-apps/dstat | |
parent | Stable on sparc (diff) | |
download | historical-b4d2a103e2a141a4c901f56a7e85a342da5c1a7f.tar.gz historical-b4d2a103e2a141a4c901f56a7e85a342da5c1a7f.tar.bz2 historical-b4d2a103e2a141a4c901f56a7e85a342da5c1a7f.zip |
Marked stable on x86.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/dstat/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/dstat/dstat-0.5.5.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sys-apps/dstat/ChangeLog b/sys-apps/dstat/ChangeLog index c14b4835d901..1e6e89580c55 100644 --- a/sys-apps/dstat/ChangeLog +++ b/sys-apps/dstat/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2004/12/05 01:17:51 swegener Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.5 2005/01/21 20:31:13 swegener Exp $ + + 21 Jan 2005; Sven Wegener <swegener@gentoo.org> dstat-0.5.5.ebuild: + Marked stable on x86. 05 Dec 2004; Sven Wegener <swegener@gentoo.org> -dstat-0.5.2.ebuild, -dstat-0.5.4.ebuild: diff --git a/sys-apps/dstat/Manifest b/sys-apps/dstat/Manifest index fbb7194b2b02..06ce2525880c 100644 --- a/sys-apps/dstat/Manifest +++ b/sys-apps/dstat/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d414a05e53872ba4fabb7d2e74f3a6c5 dstat-0.5.5.ebuild 640 -MD5 023b528adea70bb099ba87e433c6b3f5 ChangeLog 710 +MD5 e1c0126611bf575c7eb6c801cb8bac69 dstat-0.5.5.ebuild 639 +MD5 74eb42f20a2d5c014f7c231bb5934f8f ChangeLog 805 MD5 974a233a637ca866c2f225bfa5b90312 metadata.xml 701 MD5 8387f6db5751b931ddcb72e6cb180af3 files/digest-dstat-0.5.5 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBsmHEI1lqEGTUzyQRAv0EAKCO4KlX3OQCUZOwcOHnSLmjT+ucwACg3SjI -rd5lByBZoDeIIGWY/Me6L70= -=kj8y +iD8DBQFB8WaXI1lqEGTUzyQRAs82AJwN3/2BXyP3nhc6sZmt0Uc4HN3WHwCeMPQ7 +f01beoSvMDWXau63ExRpjdI= +=46RW -----END PGP SIGNATURE----- diff --git a/sys-apps/dstat/dstat-0.5.5.ebuild b/sys-apps/dstat/dstat-0.5.5.ebuild index 3f3a2d04b430..180d642898d6 100644 --- a/sys-apps/dstat/dstat-0.5.5.ebuild +++ b/sys-apps/dstat/dstat-0.5.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.5.5.ebuild,v 1.1 2004/12/02 15:24:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.5.5.ebuild,v 1.2 2005/01/21 20:31:13 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" +KEYWORDS="x86" IUSE="" RDEPEND="virtual/python" |