commit: 4e907419ecad9a41f7116c5439679b21d7f6c2dd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 09:58:50 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 09:58:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4e907419
[fixup] Module-Math-Depends: EAPI5, normalise versio0n, fixup deps
Package-Manager: portage-2.2.17
.../Module-Math-Depends-0.02.ebuild | 20 --------------
.../Module-Math-Depends-0.20.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 20 deletions(-)
diff --git a/dev-perl/Module-Math-Depends/Module-Math-Depends-0.02.ebuild
b/dev-perl/Module-Math-Depends/Module-Math-Depends-0.02.ebuild
deleted file mode 100644
index 088ce23..0000000
--- a/dev-perl/Module-Math-Depends/Module-Math-Depends-0.02.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="Convenience object for manipulating module dependencies"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/perl-version-0.74
- dev-perl/Params-Util"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/Module-Math-Depends/Module-Math-Depends-0.20.0.ebuild
b/dev-perl/Module-Math-Depends/Module-Math-Depends-0.20.0.ebuild
new file mode 100644
index 0000000..2c9e2ed
--- /dev/null
+++ b/dev-perl/Module-Math-Depends/Module-Math-Depends-0.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Convenience object for manipulating module dependencies"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/97_meta.t
+ t/98_pod.t
+ t/99_pmv.t
+)
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Params-Util-0.100.0
+ >=virtual/perl-version-0.740.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.420.0
+ )
+"