summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-26 07:39:28 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-26 07:39:28 +0000
commitf06336326add7b66850cd07e959af67c4f61600c (patch)
tree0668cd4ea1abc0096fabb872f9fb38cad0e21074 /perl-core/Digest-MD5
parentVersion bump (diff)
downloadgentoo-2-f06336326add7b66850cd07e959af67c4f61600c.tar.gz
gentoo-2-f06336326add7b66850cd07e959af67c4f61600c.tar.bz2
gentoo-2-f06336326add7b66850cd07e959af67c4f61600c.zip
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r--perl-core/Digest-MD5/ChangeLog7
-rw-r--r--perl-core/Digest-MD5/Digest-MD5-2.50.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog
index 968c61714fc2..8b5ed033246d 100644
--- a/perl-core/Digest-MD5/ChangeLog
+++ b/perl-core/Digest-MD5/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Digest-MD5
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.34 2010/09/03 12:20:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.35 2010/09/26 07:39:28 tove Exp $
+
+*Digest-MD5-2.50 (26 Sep 2010)
+
+ 26 Sep 2010; Torsten Veller <tove@gentoo.org> +Digest-MD5-2.50.ebuild:
+ Version bump
03 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
Digest-MD5-2.40.ebuild:
diff --git a/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild
new file mode 100644
index 000000000000..e0fa28c0ac79
--- /dev/null
+++ b/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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.50.ebuild,v 1.1 2010/09/26 07:39:28 tove Exp $
+
+EAPI=3
+
+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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="virtual/perl-digest-base"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do
+mydoc="rfc*.txt"