diff options
author | 2009-03-13 22:10:51 +0000 | |
---|---|---|
committer | 2009-03-13 22:10:51 +0000 | |
commit | fe748cb753ed2f80e30147024cbd7bf236c88a1f (patch) | |
tree | 408a7f1e39a45cb5e4486543541bd9393e4b9e8b /perl-core/Storable | |
parent | Marked ppc stable for bug #255573. (diff) | |
download | historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.tar.gz historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.tar.bz2 historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux i686
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.07-r1.ebuild | 16 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.15.ebuild | 18 |
3 files changed, 6 insertions, 36 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 86f5cf670b75..477f1be0a824 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Storable -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.28 2008/07/15 18:35:55 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.29 2009/03/13 21:45:59 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Storable-2.07-r1.ebuild, + -Storable-2.15.ebuild: + Cleanup 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> Storable-2.18.ebuild: alpha/ia64/sparc/x86 stable diff --git a/perl-core/Storable/Storable-2.07-r1.ebuild b/perl-core/Storable/Storable-2.07-r1.ebuild deleted file mode 100644 index b6d8385afa4e..000000000000 --- a/perl-core/Storable/Storable-2.07-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.07-r1.ebuild,v 1.4 2006/08/04 13:30:56 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="The Perl Storable Module" -SRC_URI="http://www.cpan.org/modules/by-module/Storable/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" -IUSE="" -SLOT="0" -LICENSE="Artistic" -KEYWORDS="ia64 x86 amd64 ~ppc alpha sparc hppa mips" - -DEPEND="dev-lang/perl - virtual/perl-Test-Simple" diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild deleted file mode 100644 index b505383b55f8..000000000000 --- a/perl-core/Storable/Storable-2.15.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.9 2006/08/04 13:30:56 mcummings 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" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |