diff options
author | 2010-01-17 14:45:32 +0000 | |
---|---|---|
committer | 2010-01-17 14:45:32 +0000 | |
commit | f5a16b20234570040d68e4c0ac53849d021497b0 (patch) | |
tree | 961f2d14aa52b1b9966ecc55bd284b1ee761bd72 /perl-core | |
parent | Cleanup (diff) | |
download | gentoo-2-f5a16b20234570040d68e4c0ac53849d021497b0.tar.gz gentoo-2-f5a16b20234570040d68e4c0ac53849d021497b0.tar.bz2 gentoo-2-f5a16b20234570040d68e4c0ac53849d021497b0.zip |
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Storable/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.16.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.18.ebuild | 18 |
3 files changed, 5 insertions, 37 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index ad8f997f7387..94a0d4dcfad6 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.40 2010/01/05 19:20:38 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.41 2010/01/17 14:45:32 tove Exp $ + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Storable-2.16.ebuild, + -Storable-2.18.ebuild: + Cleanup 05 Jan 2010; nixnut <nixnut@gentoo.org> Storable-2.20.ebuild: ppc stable #288026 diff --git a/perl-core/Storable/Storable-2.16.ebuild b/perl-core/Storable/Storable-2.16.ebuild deleted file mode 100644 index 085cd81c1e6f..000000000000 --- a/perl-core/Storable/Storable-2.16.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.16.ebuild,v 1.10 2009/12/16 21:56:41 abcd Exp $ - -inherit perl-module - -DESCRIPTION="The Perl Storable Module" -HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" -SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/Storable/Storable-2.18.ebuild b/perl-core/Storable/Storable-2.18.ebuild deleted file mode 100644 index bd5a0ed89b66..000000000000 --- a/perl-core/Storable/Storable-2.18.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.18.ebuild,v 1.7 2009/12/16 21:56:41 abcd Exp $ - -inherit perl-module - -DESCRIPTION="The Perl Storable Module" -HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" -SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |