diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-13 23:18:15 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-13 23:18:15 +0000 |
commit | c6cea10c74e15558161612ef12b3bd61a517824f (patch) | |
tree | a92feb234f109668b43f53c757665aed08c518f2 /perl-core/digest-base | |
parent | Stable on ppc. (diff) | |
download | historical-c6cea10c74e15558161612ef12b3bd61a517824f.tar.gz historical-c6cea10c74e15558161612ef12b3bd61a517824f.tar.bz2 historical-c6cea10c74e15558161612ef12b3bd61a517824f.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'perl-core/digest-base')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 204d9f556b54..9be294c3475c 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/digest-base # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.7 2005/07/07 19:50:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.8 2005/08/13 23:17:44 hansmi Exp $ + + 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> + digest-base-1.10.ebuild: + Stable on ppc. 07 Jul 2005; Markus Rothe <corsair@gentoo.org> digest-base-1.10.ebuild: Stable on ppc64 diff --git a/perl-core/digest-base/digest-base-1.10.ebuild b/perl-core/digest-base/digest-base-1.10.ebuild index d6f5bf9ec56e..a14608dabb3d 100644 --- a/perl-core/digest-base/digest-base-1.10.ebuild +++ b/perl-core/digest-base/digest-base-1.10.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/digest-base/digest-base-1.10.ebuild,v 1.6 2005/07/07 19:50:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.7 2005/08/13 23:17:44 hansmi 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 sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" SRC_TEST="do" IUSE="" |