diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:01:41 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 17:01:41 +0000 |
commit | f9acbdb815cddae363b3074d379f09bf9b1629d7 (patch) | |
tree | 6d8ee88c5fa6ddeec772f75c2c7c8d0750bfe947 /dev-perl/Sys-Statistics-Linux | |
parent | Cleanup (diff) | |
download | gentoo-2-f9acbdb815cddae363b3074d379f09bf9b1629d7.tar.gz gentoo-2-f9acbdb815cddae363b3074d379f09bf9b1629d7.tar.bz2 gentoo-2-f9acbdb815cddae363b3074d379f09bf9b1629d7.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index d1945252c752..6b2c9c261c67 100644 --- a/dev-perl/Sys-Statistics-Linux/ChangeLog +++ b/dev-perl/Sys-Statistics-Linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Sys-Statistics-Linux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.46 2011/06/23 09:04:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.47 2011/07/29 17:01:41 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> + -Sys-Statistics-Linux-0.59.ebuild: + Cleanup *Sys-Statistics-Linux-0.600.0 (23 Jun 2011) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild deleted file mode 100644 index d54ab49f5e6a..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild,v 1.1 2010/09/28 12:20:05 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BLOONIX -inherit perl-module - -DESCRIPTION="Collect linux system statistics" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-perl/YAML-Syck" -DEPEND=" - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" |