diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 12:25:31 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-16 12:25:31 +0000 |
commit | 9cf11784211e4a0220a0328232ed8076fc7603d6 (patch) | |
tree | f65655052a114442e1cc14971b69dee8e82556d6 /perl-core/Storable | |
parent | Starting to remove old kernels. (diff) | |
download | gentoo-2-9cf11784211e4a0220a0328232ed8076fc7603d6.tar.gz gentoo-2-9cf11784211e4a0220a0328232ed8076fc7603d6.tar.bz2 gentoo-2-9cf11784211e4a0220a0328232ed8076fc7603d6.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.16.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Storable/files/digest-Storable-2.16 | 3 |
3 files changed, 29 insertions, 2 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 30751482df8d..59840ec14916 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Storable -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.16 2006/12/03 18:32:18 tove Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.17 2007/04/16 12:25:31 mcummings Exp $ + +*Storable-2.16 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +Storable-2.16.ebuild: + Version bump 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> -Storable-2.13.ebuild: diff --git a/perl-core/Storable/Storable-2.16.ebuild b/perl-core/Storable/Storable-2.16.ebuild new file mode 100644 index 000000000000..aed02f081eb5 --- /dev/null +++ b/perl-core/Storable/Storable-2.16.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.1 2007/04/16 12:25:31 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" diff --git a/perl-core/Storable/files/digest-Storable-2.16 b/perl-core/Storable/files/digest-Storable-2.16 new file mode 100644 index 000000000000..e0b852b14637 --- /dev/null +++ b/perl-core/Storable/files/digest-Storable-2.16 @@ -0,0 +1,3 @@ +MD5 48e14468e3395c7fdb399b537b5e8ba7 Storable-2.16.tar.gz 173578 +RMD160 9dbde6050ea53ac3ae7afc87dba7aedbf3e80dbf Storable-2.16.tar.gz 173578 +SHA256 86a4d9be1b0b15db9fb0a4606fbdc16939e48d2a76267b61103336c3dbdd0727 Storable-2.16.tar.gz 173578 |