commit: e06e8935ba22bebb87b7e03da4a6ddfc5881deee
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 16:56:35 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 16:56:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e06e8935
[fixup] Module-Pluggable-Fast: EAPI5, normalize version, fixup deps and tests
Package-Manager: portage-2.2.17
...Fast-0.19.ebuild => Module-Pluggable-Fast-0.190.0.ebuild} | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.19.ebuild
b/dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.190.0.ebuild
similarity index 65%
rename from dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.19.ebuild
rename to dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.190.0.ebuild
index 423c502..e0d0a43 100644
--- a/dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.19.ebuild
+++ b/dev-perl/Module-Pluggable-Fast/Module-Pluggable-Fast-0.190.0.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2009 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=MRAMBERG
+MODULE_VERSION=0.19
inherit perl-module
DESCRIPTION="Fast plugins with instantiation"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+)
RDEPEND="
dev-perl/UNIVERSAL-require
"
DEPEND="
${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-SRC_TEST="do"