commit: acba330bf0386d08e4d3724abfe700b9d9cbbcb8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 17:00:50 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 17:01:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=acba330b
[fixup] MooseX-Async: EAPI5, Normalise version
Package-Manager: portage-2.2.17
...oseX-Async-0.07.ebuild => MooseX-Async-0.70.0.ebuild} | 16 ++++++----------
profiles/package.mask | 2 +-
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/dev-perl/MooseX-Async/MooseX-Async-0.07.ebuild
b/dev-perl/MooseX-Async/MooseX-Async-0.70.0.ebuild
similarity index 61%
rename from dev-perl/MooseX-Async/MooseX-Async-0.07.ebuild
rename to dev-perl/MooseX-Async/MooseX-Async-0.70.0.ebuild
index 182e30b..bb1d084 100644
--- a/dev-perl/MooseX-Async/MooseX-Async-0.07.ebuild
+++ b/dev-perl/MooseX-Async/MooseX-Async-0.70.0.ebuild
@@ -1,24 +1,20 @@
-# Copyright 1999-2013 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=PERIGRIN
+MODULE_VERSION=0.07
inherit perl-module
DESCRIPTION="The Orphanange of Asynchronous Love Children"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND="
+RDEPEND="
>=dev-perl/Moose-0.560.0
- >=dev-perl/MooseX-AttributeHelpers-0.13
+ >=dev-perl/MooseX-AttributeHelpers-0.130.0
"
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
>=virtual/perl-Test-Simple-0.42
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/profiles/package.mask b/profiles/package.mask
index 5aa8c25..334a50b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -7,7 +7,7 @@
# Kent Fredric <[email protected]> (09 Jun 2015)
# Requires the long deprecated and now tree cleaned MooseX::AttributeHelpers
# Tree clean ~ 09 July 2015
-=dev-perl/MooseX-Async-0.07
+=dev-perl/MooseX-Async-0.70.0
# Kent Fredric <[email protected]> (08 Jun 2015)
# Catalyst::Controller::ActionRole deprecated by upstream.