diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-30 21:48:10 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-30 21:48:10 +0000 |
commit | 909d9f4241afae9a4283c300ef193834809bc873 (patch) | |
tree | f8f681f896c9c946a725814685c2d8bec935b370 /perl-core | |
parent | Version bump. (diff) | |
download | historical-909d9f4241afae9a4283c300ef193834809bc873.tar.gz historical-909d9f4241afae9a4283c300ef193834809bc873.tar.bz2 historical-909d9f4241afae9a4283c300ef193834809bc873.zip |
Stable on sh.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Manifest | 16 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.13.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index edafe0341e4d..cb0695cf682e 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.4 2005/06/04 03:40:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.5 2005/09/30 21:48:10 matsuu Exp $ + + 30 Sep 2005; MATSUU Takuto <matsuu@gentoo.org> Storable-2.13.ebuild: + Stable on sh. 04 Jun 2005; Michael Cummings <mcummings@gentoo.org> Storable-2.13.ebuild: Tested on raq2, bumping for mips diff --git a/perl-core/Storable/Manifest b/perl-core/Storable/Manifest index 047fbbc15b3d..acffc4341973 100644 --- a/perl-core/Storable/Manifest +++ b/perl-core/Storable/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b6a0c7f0f1db8acefb641c80bd6b3733 Storable-2.13.ebuild 530 -MD5 ec8528279aa548a6dab73c9bc6cf616a ChangeLog 4928 MD5 b4325334d4c3c3c0ee7b8b3370cab23e Storable-2.07-r1.ebuild 581 +MD5 8ac248df59a56d94a9f70d108c17daba Storable-2.13.ebuild 530 +MD5 339cc214058e1bbc0058d0bb1d470da3 ChangeLog 5013 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 02de96e5539723f410332029029a9924 files/digest-Storable-2.07-r1 64 MD5 f779c9ba3bd801bd1783ec7e97f162e2 files/digest-Storable-2.13 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCoSI0tG5z4I8BtQoRAs4zAJ9ltmavXZmVsUe/BaX0eOeog+udqwCbBX1v -I/oP3LSIP9kgz9ecFxzhxis= -=WQmu ------END PGP SIGNATURE----- +MD5 02de96e5539723f410332029029a9924 files/digest-Storable-2.07-r1 64 diff --git a/perl-core/Storable/Storable-2.13.ebuild b/perl-core/Storable/Storable-2.13.ebuild index aeef2971e3b1..ca0292273d45 100644 --- a/perl-core/Storable/Storable-2.13.ebuild +++ b/perl-core/Storable/Storable-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.13.ebuild,v 1.2 2005/06/04 03:40:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.13.ebuild,v 1.3 2005/09/30 21:48:10 matsuu Exp $ inherit perl-module @@ -10,7 +10,7 @@ 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 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |