commit:     786f694db71fc6e42df891051a4440790b566f09
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 10:17:41 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 10:17:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=786f694d

[fixup] Module-Inspector: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 .../Module-Inspector/Module-Inspector-1.05.ebuild  | 26 --------------
 .../Module-Inspector-1.50.0.ebuild                 | 41 ++++++++++++++++++++++
 2 files changed, 41 insertions(+), 26 deletions(-)

diff --git a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild 
b/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
deleted file mode 100644
index a039bb9..0000000
--- a/dev-perl/Module-Inspector/Module-Inspector-1.05.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-inherit perl-module
-
-DESCRIPTION="An integrated API for inspecting Perl distributions"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/File-Find-Rule
-       dev-perl/File-Find-Rule-VCS
-       dev-perl/File-Find-Rule-Perl
-       dev-perl/Module-Manifest
-       dev-perl/Module-Math-Depends
-       >=dev-perl/PPI-1.118.0
-       dev-perl/Module-Extract
-       dev-perl/YAML-Tiny"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild 
b/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild
new file mode 100644
index 0000000..b06c7dc
--- /dev/null
+++ b/dev-perl/Module-Inspector/Module-Inspector-1.50.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="An integrated API for inspecting Perl distributions"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+PERL_RM_FILES=(
+       t/97_meta.t
+       t/98_pod.t
+       t/99_pmv.t
+)
+RDEPEND="
+       virtual/perl-Carp
+       dev-perl/File-Find-Rule
+       dev-perl/File-Find-Rule-Perl
+       >=dev-perl/File-Find-Rule-VCS-1.20.0
+       >=virtual/perl-File-Spec-0.800.0
+       >=dev-perl/Module-Extract-0.10.0
+       dev-perl/Module-Manifest
+       >=dev-perl/Module-Math-Depends-0.20.0
+       >=dev-perl/PPI-1.118.0
+       >=dev-perl/Params-Util-0.170.0
+       >=dev-perl/YAML-Tiny-1.0.0
+       >=virtual/perl-version-0.740.0
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               >=virtual/perl-Test-Simple-0.470.0
+       )
+"

Reply via email to