commit: 4f9e32f38ad7b3fe6fbfb52aca145fd0147739f9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 16:44:46 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 16:44:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4f9e32f3
[fixup] Module-Install-AuthorTests: EAPI5, normalise version, fixup deps
Package-Manager: portage-2.2.17
...002.ebuild => Module-Install-AuthorTests-0.2.0.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git
a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.002.ebuild
b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
similarity index 64%
rename from
dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.002.ebuild
rename to
dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
index 14a03fe..5c0ac21 100644
---
a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.002.ebuild
+++
b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
@@ -1,22 +1,19 @@
-# 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=RJBS
+MODULE_VERSION=0.002
inherit perl-module
DESCRIPTION="designate tests only run by module authors"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND="
+RDEPEND="
dev-perl/Module-Install
"
DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-SRC_TEST="do"