commit: 75ecc4b21f145a8210175b59928bd0e4114a336f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 2 02:06:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 2 02:06:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=75ecc4b2
[fixup] Devel-Pragma: Fixup deps
Package-Manager: portage-2.2.17
.../Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild | 25 ++++++++++++
dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild | 44 ----------------------
2 files changed, 25 insertions(+), 44 deletions(-)
diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild
new file mode 100644
index 0000000..e08b57d
--- /dev/null
+++ b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION='helper functions for developers of lexical pragmas'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+PERL_RM_FILES=(
+ t/pod.t
+)
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Annotation-0.440.0
+ >=dev-perl/B-Hooks-OP-Check-0.190.0
+ >=dev-perl/Lexical-SealRequireHints-0.7.0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.302.0
+"
diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
deleted file mode 100644
index abfdffc..0000000
--- a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CHOCOLATE
-MODULE_VERSION=0.60
-inherit perl-module
-
-DESCRIPTION='helper functions for developers of lexical pragmas'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
- echo \>=dev-perl/B-Hooks-OP-Annotation-0.440.0
- # B::Hooks::OP::Check 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
- # ExtUtils::Depends 0.302 ( 0.302.0 )
- echo \>=dev-perl/extutils-depends-0.302.0
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
- echo \>=dev-perl/B-Hooks-OP-Annotation-0.440.0
- # B::Hooks::OP::Check 0.19 ( 0.190.0 )
- echo \>=dev-perl/B-Hooks-OP-Check-0.190.0
- # Lexical::SealRequireHints 0.007 ( 0.7.0 )
- echo \>=dev-perl/Lexical-SealRequireHints-0.7.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"