diff options
author | 2006-02-07 20:59:55 +0000 | |
---|---|---|
committer | 2006-02-07 20:59:55 +0000 | |
commit | d243b9d9b5127e17088e1f4c6cd17535f6171e81 (patch) | |
tree | 5b3e9dbc1cf544ea8142458cea1ad1a82df99ea6 /perl-core/digest-base | |
parent | Mark 0.2.2 stable on alpha (diff) | |
download | gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.tar.gz gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.tar.bz2 gentoo-2-d243b9d9b5127e17088e1f4c6cd17535f6171e81.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 23b3183b6252..b54ee52400f0 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/digest-base # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.16 2006/01/31 19:54:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.17 2006/02/07 20:56:03 blubb Exp $ + + 07 Feb 2006; Simon Stelling <blubb@gentoo.org> digest-base-1.13.ebuild: + stable on amd64 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> digest-base-1.13.ebuild: Mark 1.13 stable on alpha diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild index 4fe6544d8d0b..0608a5cc1c0c 100644 --- a/perl-core/digest-base/digest-base-1.13.ebuild +++ b/perl-core/digest-base/digest-base-1.13.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/digest-base/digest-base-1.13.ebuild,v 1.6 2006/01/31 19:54:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.13.ebuild,v 1.7 2006/02/07 20:56:03 blubb Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" 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" SRC_TEST="do" IUSE="" |