diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:08:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:08:44 +0000 |
commit | f1bcaf17c1ab4bac1032e4558cd09f1108ad8e16 (patch) | |
tree | 5faaf62dcd85f8ffc9f3c379b5059b3e7300b165 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-f1bcaf17c1ab4bac1032e4558cd09f1108ad8e16.tar.gz gentoo-2-f1bcaf17c1ab4bac1032e4558cd09f1108ad8e16.tar.bz2 gentoo-2-f1bcaf17c1ab4bac1032e4558cd09f1108ad8e16.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 5ef3f3b082dd..9ffac9634786 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.35 2009/04/29 21:06:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.36 2009/05/01 21:08:44 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -Sys-Statistics-Linux-0.34.ebuild, -Sys-Statistics-Linux-0.48.ebuild: + Cleanup 29 Apr 2009; Tiago Cunha <tcunha@gentoo.org> Sys-Statistics-Linux-0.49.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild deleted file mode 100644 index 7e1d17e6a197..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.34.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 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.34.ebuild,v 1.4 2008/11/18 15:32:31 tove Exp $ - -inherit perl-module - -DESCRIPTION="Collect linux system statistics" -HOMEPAGE="http://search.cpan.org/~bloonix/" -SRC_URI="mirror://cpan/authors/id/B/BL/BLOONIX/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="test" -SRC_TEST="do" - -RDEPEND="dev-lang/perl - dev-perl/UNIVERSAL-require" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild deleted file mode 100644 index b5a97f5d44ca..000000000000 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 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.48.ebuild,v 1.1 2009/03/08 18:53:39 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BLOONIX -inherit perl-module - -DESCRIPTION="Collect linux system statistics" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" |