diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:50:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 19:50:14 +0000 |
commit | 86bad2a279fe1313ab37eceb6ddf48d7ea46801a (patch) | |
tree | 732f1d3d62969b8d10a54582acd846291302f23f /perl-core/Storable | |
parent | Mark 1.30 stable on alpha (diff) | |
download | historical-86bad2a279fe1313ab37eceb6ddf48d7ea46801a.tar.gz historical-86bad2a279fe1313ab37eceb6ddf48d7ea46801a.tar.bz2 historical-86bad2a279fe1313ab37eceb6ddf48d7ea46801a.zip |
Mark 2.15 stable on alpha
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'perl-core/Storable')
-rw-r--r-- | perl-core/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Storable/Manifest | 10 | ||||
-rw-r--r-- | perl-core/Storable/Storable-2.15.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 1024ad022c96..94460545ffe3 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.9 2006/01/21 22:05:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.10 2006/01/31 19:50:14 agriffis Exp $ + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> Storable-2.15.ebuild: + Mark 2.15 stable on alpha 21 Jan 2006; Markus Rothe <corsair@gentoo.org> Storable-2.15.ebuild: Stable on ppc64 diff --git a/perl-core/Storable/Manifest b/perl-core/Storable/Manifest index 631d8980399d..a077ab7199dc 100644 --- a/perl-core/Storable/Manifest +++ b/perl-core/Storable/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7a04dbadb17401bad61cc3d27598e1ca ChangeLog 5541 RMD160 3a021ff213333a746b016b8d5fa39261f9f43a0d ChangeLog 5541 SHA256 75ecef1843bc269844a92575b93d5ebd551214d73e5a310f71039ab7694663f2 ChangeLog 5541 @@ -22,3 +25,10 @@ SHA256 0229e77563c37e71b2bdec77e05f70c49b803657dabc9eed5be8ff6b07d22134 files/di MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 metadata.xml 305 SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD379/JrHF4yAQTrARAjuhAJsEiJ2lGMgvCAGaUXS2ieTee4SexgCgw+HN +pINgXYXo8lZZ0y25isuZbm4= +=leye +-----END PGP SIGNATURE----- diff --git a/perl-core/Storable/Storable-2.15.ebuild b/perl-core/Storable/Storable-2.15.ebuild index 306c4ed4bb13..4c7f8aa71033 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.5 2006/01/21 22:05:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.15.ebuild,v 1.6 2006/01/31 19:50:14 agriffis 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" |