diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-21 08:19:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-21 08:19:14 +0000 |
commit | fb571b2bd21aa3b401523d7444dcedd58600c536 (patch) | |
tree | c29defa4a9845aa2f72e77bb2c3238b19e62ca91 /perl-core/Digest-MD5 | |
parent | Marked ~hppa (bug #240433). (diff) | |
download | historical-fb571b2bd21aa3b401523d7444dcedd58600c536.tar.gz historical-fb571b2bd21aa3b401523d7444dcedd58600c536.tar.bz2 historical-fb571b2bd21aa3b401523d7444dcedd58600c536.zip |
Version bump
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.38.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 52ee0c99a8ca..367ffa5b867f 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Digest-MD5 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.16 2007/04/15 21:03:19 corsair Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.17 2008/11/21 08:19:14 tove Exp $ + +*Digest-MD5-2.38 (21 Nov 2008) + + 21 Nov 2008; Torsten Veller <tove@gentoo.org> +Digest-MD5-2.38.ebuild: + Version bump 15 Apr 2007; Markus Rothe <corsair@gentoo.org> Digest-MD5-2.36.ebuild: Stable on ppc64 diff --git a/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild new file mode 100644 index 000000000000..4ca46fbad1fa --- /dev/null +++ b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 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.38.ebuild,v 1.1 2008/11/21 08:19:14 tove Exp $ + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="MD5 message digest algorithm" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + virtual/perl-digest-base" + +mydoc="rfc*.txt" |