commit:     4a3fde85d8e3da7faaedd781c7a08d6578ee33f9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 17:42:54 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 17:42:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4a3fde85

[fixup] MooseX-Singleton : EAPI5, fixup deps, rm cruft tests

Package-Manager: portage-2.2.17

 .../MooseX-Singleton-0.290.0-r1.ebuild             | 36 +++++++++++++++++++
 .../MooseX-Singleton-0.290.0.ebuild                | 42 ----------------------
 2 files changed, 36 insertions(+), 42 deletions(-)

diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild 
b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild
new file mode 100644
index 0000000..76f0f64
--- /dev/null
+++ b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KAARE
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION='turn your Moose class into a singleton'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+       t/release-pod-syntax.t
+       t/release-pod-spell.t
+       t/release-pod-coverage.t
+       t/release-no-tabs.t
+       t/release-eol.t
+)
+# Scalar::Util -> Scalar-List-Utils
+# Test::More -> Test-Simple
+RDEPEND="
+       >=dev-perl/Moose-1.100.0
+       virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+       ${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+       test? (
+               >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+               dev-perl/Test-Fatal
+               >=virtual/perl-Test-Simple-0.880.0
+               dev-perl/Test-Requires
+       )
+"

diff --git a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild 
b/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
deleted file mode 100644
index 76cccc5..0000000
--- a/dev-perl/MooseX-Singleton/MooseX-Singleton-0.290.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KAARE
-MODULE_VERSION=0.29
-inherit perl-module
-
-DESCRIPTION='turn your Moose class into a singleton'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-       # Test::Fatal
-       echo dev-perl/Test-Fatal
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # Test::Requires
-       echo dev-perl/Test-Requires
-}
-perl_meta_runtime() {
-       # Moose 1.10 ( 1.100.0 )
-       echo \>=dev-perl/Moose-1.100.0
-       # Scalar::Util
-       echo virtual/perl-Scalar-List-Utils
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to