commit: 93daf61068538a875cce6e9b94cc17bcfeef5801
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 1 22:08:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 1 22:08:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=93daf610
[fixup] B-Hooks-OP-Annotation: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...ild => B-Hooks-OP-Annotation-0.440.0-r1.ebuild} | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git
a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
similarity index 55%
rename from dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
rename to dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
index 58a54f3..0366d09 100644
--- a/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0.ebuild
+++ b/dev-perl/B-Hooks-OP-Annotation/B-Hooks-OP-Annotation-0.440.0-r1.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
MODULE_AUTHOR=CHOCOLATE
MODULE_VERSION=0.44
inherit perl-module
DESCRIPTION="annotate and delegate hooked OPs"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- >=dev-perl/extutils-depends-0.304.0
-"
+
+PERL_RM_FILES=(
+ t/pod.t
+)
+
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.304.0
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"