diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-12 17:08:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-12 17:08:27 +0000 |
commit | 185b4809592d327d557ea21797181b7b4314f271 (patch) | |
tree | 18a8e84e1942dc1b0cf2cf73369baa6ad9bfdb8e /perl-core/Digest-MD5 | |
parent | Marking sparc stable (diff) | |
download | historical-185b4809592d327d557ea21797181b7b4314f271.tar.gz historical-185b4809592d327d557ea21797181b7b4314f271.tar.bz2 historical-185b4809592d327d557ea21797181b7b4314f271.zip |
Marking sparc stable
Package-Manager: portage-2.1
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 1b738524b2e8..5fd75ca1e212 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.4 2006/02/13 15:03:46 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.5 2006/06/12 17:04:25 mcummings Exp $ + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Digest-MD5-2.36.ebuild: + Marking sparc stable 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> Digest-MD5-2.33.ebuild, Digest-MD5-2.36.ebuild: diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild index 36a23d876663..d4dd1e1fd634 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.36.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-MD5/Digest-MD5-2.36.ebuild,v 1.2 2006/02/13 15:03:46 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.3 2006/06/12 17:04:25 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${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" IUSE="" DEPEND="virtual/perl-digest-base" |