commit: 59b897aa6247432ad6c672282fb26a1f6fe098f1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 17:14:07 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 17:14:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=59b897aa
[fixup] MooseX-LazyLogDispatch: EAPI5, fixup deps
Package-Manager: portage-2.2.17
...build => MooseX-LazyLogDispatch-0.20.0-r1.ebuild} | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git
a/dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0.ebuild
b/dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0-r1.ebuild
similarity index 55%
rename from dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0.ebuild
rename to
dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0-r1.ebuild
index 8225057..a922896 100644
--- a/dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0.ebuild
+++ b/dev-perl/MooseX-LazyLogDispatch/MooseX-LazyLogDispatch-0.20.0-r1.ebuild
@@ -1,28 +1,24 @@
-# 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=BLBLACK
-MODULE_VERSION="0.02"
+MODULE_VERSION=0.02
inherit perl-module
DESCRIPTION="A Logging Role for Moose"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-COMMON_DEPEND="
+RDEPEND="
dev-perl/Moose
>=dev-perl/Log-Dispatch-Config-0.50.0
"
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
test? (
- >=virtual/perl-Test-Simple-0.42
- >=dev-perl/IO-stringy-2.110
+ >=virtual/perl-Test-Simple-0.420.0
+ >=dev-perl/IO-stringy-2.110.0
)
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"