diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-02-25 23:44:03 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-02-25 23:44:03 +0000 |
commit | d148fd602785f269c8056bffe6edb5081254b008 (patch) | |
tree | deada9664869d66cdb19649241f014d93c0a325b /perl-core/Storable | |
parent | Stable on x86; bug #120238 (diff) | |
download | gentoo-2-d148fd602785f269c8056bffe6edb5081254b008.tar.gz gentoo-2-d148fd602785f269c8056bffe6edb5081254b008.tar.bz2 gentoo-2-d148fd602785f269c8056bffe6edb5081254b008.zip |
Marked stable on mips.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Manifest | 14 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.15.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 441e1f6080cb..dc135299295f 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2006/02/13 15:05:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.13 2006/02/25 23:39:35 kumba Exp $ + + 25 Feb 2006; Joshua Kinard <kumba@gentoo.org> Storable-2.15.ebuild: + Marked stable on mips. 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> Storable-2.07-r1.ebuild: diff --git a/perl-core/Storable/Manifest b/perl-core/Storable/Manifest index 92d5c50de038..883614ae43f6 100644 --- a/perl-core/Storable/Manifest +++ b/perl-core/Storable/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 91339a3ea51557235dbbdf13ebe3a863 ChangeLog 5750 +MD5 d4e1e3b3e95ff2d16f3598dae1a3f02f ChangeLog 5846 MD5 4168d34f7cf860f386ddbd3e2aecbbe2 Storable-2.07-r1.ebuild 551 MD5 8ac248df59a56d94a9f70d108c17daba Storable-2.13.ebuild 530 -MD5 cab782725c55f4670a29f8aee88d6a7d Storable-2.15.ebuild 530 +MD5 49ccb0c1c15c24dddbd8f19037deff9e Storable-2.15.ebuild 529 MD5 02de96e5539723f410332029029a9924 files/digest-Storable-2.07-r1 64 MD5 f779c9ba3bd801bd1783ec7e97f162e2 files/digest-Storable-2.13 65 MD5 da0bc65fa2533f5380e945a87294b39f files/digest-Storable-2.15 65 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFD8KBFtG5z4I8BtQoRAo3sAJ9poGxXj+VbtUnkfeG7nw3WYcD/VACeI+d+ -zEQSjvreQMOO+n5cywwCCKk= -=yzv+ ------END PGP SIGNATURE----- diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index 351c85027b7f..24787e4c5905 100644 --- a/perl-core/Storable/Storable-2.15.ebuild +++ b/perl-core/Storable/Storable-2.15.ebuild @@ -1,6 +1,6 @@ # 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.7 2006/02/07 20:55:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.8 2006/02/25 23:39:35 kumba 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 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" SRC_TEST="do" |