diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-06-12 17:04:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-06-12 17:04:25 +0000 |
commit | f83332ea30bbac566096481801d7fa8e4ba5a8b1 (patch) | |
tree | df86bc684c8a103278bb80cfd03c768ce7188cf6 /perl-core/Digest-MD5 | |
parent | Marking sparc stable (diff) | |
download | gentoo-2-f83332ea30bbac566096481801d7fa8e4ba5a8b1.tar.gz gentoo-2-f83332ea30bbac566096481801d7fa8e4ba5a8b1.tar.bz2 gentoo-2-f83332ea30bbac566096481801d7fa8e4ba5a8b1.zip |
Marking sparc stable
(Portage version: 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" |