commit: 1e538b25585fe6244b6a558fc5a404768078659a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 08:21:59 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 08:21:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1e538b25
[fixup] Devel-BeginLift: EAPI5, fixup deps
Package-Manager: portage-2.2.17
.../Devel-BeginLift-0.1.3-r1.ebuild | 26 ++++++++++++++++++++++
.../Devel-BeginLift/Devel-BeginLift-0.1.3.ebuild | 20 -----------------
2 files changed, 26 insertions(+), 20 deletions(-)
diff --git a/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3-r1.ebuild
b/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3-r1.ebuild
new file mode 100644
index 0000000..e446e25
--- /dev/null
+++ b/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.001003
+inherit perl-module
+
+DESCRIPTION="Make selected sub calls evaluate at compile time"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-EntersubForCV-0.30.0
+"
+DEPEND="${RDEPEND}
+ dev-perl/ExtUtils-Depends
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3.ebuild
b/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3.ebuild
deleted file mode 100644
index 1042dd4..0000000
--- a/dev-perl/Devel-BeginLift/Devel-BeginLift-0.1.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.001003"
-inherit perl-module
-
-DESCRIPTION="Make selected sub calls evaluate at compile time"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/B-Hooks-OP-Check-EntersubForCV-0.30.0"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"