commit: 3762df303eeb3eb8011542932a6a75113b9f13e9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 17:19:01 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 17:19:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3762df30
[fixup] MooseX-LogDipsatch: EAPI5, fixup deps and tests
Package-Manager: portage-2.2.17
...uild => MooseX-LogDispatch-1.200.200-r1.ebuild} | 29 +++++++++++-----------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200.ebuild
b/dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200-r1.ebuild
similarity index 52%
rename from dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200.ebuild
rename to dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200-r1.ebuild
index 055af57..56799b6 100644
--- a/dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200.ebuild
+++ b/dev-perl/MooseX-LogDispatch/MooseX-LogDispatch-1.200.200-r1.ebuild
@@ -1,27 +1,28 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=JGOULAH
-MODULE_VERSION="1.2002"
+MODULE_VERSION=1.2002
inherit perl-module
DESCRIPTION="A Logging Role for Moose"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
+IUSE="test"
+PERL_RM_FILES=(
+ t/pod.t
+)
+RDEPEND="
dev-perl/Moose
>=dev-perl/Log-Dispatch-Config-0.50.0
"
DEPEND="
- ${COMMON_DEPEND}
- dev-perl/IO-stringy
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/IO-stringy
+ virtual/perl-Test-Simple
+ dev-perl/Test-Exception
+ )
"
-SRC_TEST="do"