commit: 4034a47e30e0944ba53966521767ab139b5c155d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 08:30:01 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 08:30:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4034a47e
[bump] Digest-Whirlpool-2.40.0, remove old
Package-Manager: portage-2.2.17
...l-1.09-r1.ebuild => Digest-Whirlpool-2.40.0.ebuild} | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Digest-Whirlpool/Digest-Whirlpool-1.09-r1.ebuild
b/dev-perl/Digest-Whirlpool/Digest-Whirlpool-2.40.0.ebuild
similarity index 60%
rename from dev-perl/Digest-Whirlpool/Digest-Whirlpool-1.09-r1.ebuild
rename to dev-perl/Digest-Whirlpool/Digest-Whirlpool-2.40.0.ebuild
index d63fd56..ae984e7 100644
--- a/dev-perl/Digest-Whirlpool/Digest-Whirlpool-1.09-r1.ebuild
+++ b/dev-perl/Digest-Whirlpool/Digest-Whirlpool-2.40.0.ebuild
@@ -1,25 +1,31 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
-
+EAPI=5
MODULE_AUTHOR=AVAR
+MODULE_VERSION=2.04
inherit perl-module
DESCRIPTION="A 512-bit, collision-resistant, one-way hash function"
-IUSE=""
+IUSE="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+PERL_RM_FILES=(
+ t/02-pod.t
+)
RDEPEND="
virtual/perl-Digest
virtual/perl-Getopt-Long
virtual/perl-MIME-Base64
+ virtual/perl-Pod-Usage
"
DEPEND="
${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+ test? (
+ virtual/perl-Test-Simple
+ )
"
-
-SRC_TEST="do"