diff options
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.39.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index f36bba4314a6..fc6571e919d4 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.21 2009/03/19 14:35:48 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.22 2009/06/10 13:39:53 tove Exp $ + +*Digest-MD5-2.39 (10 Jun 2009) + + 10 Jun 2009; Torsten Veller <tove@gentoo.org> +Digest-MD5-2.39.ebuild: + Version bump 19 Mar 2009; Raúl Porcel <armin76@gentoo.org> Digest-MD5-2.36.ebuild, Digest-MD5-2.38.ebuild: diff --git a/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild new file mode 100644 index 000000000000..c0805b33749f --- /dev/null +++ b/perl-core/Digest-MD5/Digest-MD5-2.39.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.39.ebuild,v 1.1 2009/06/10 13:39:53 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="MD5 message digest algorithm" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="virtual/perl-digest-base" +DEPEND="${RDEPEND}" + +SRC_TEST=do +mydoc="rfc*.txt" |