commit: 12e5e053b8aad46d735f7f59a5a321e2efdf47cb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 09:07:18 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 09:07:18 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=12e5e053
[fixup] perl-core/NEXT EAPI5, cleanup deps
Package-Manager: portage-2.2.10
---
.../NEXT/{NEXT-0.650.0.ebuild => NEXT-0.650.0-r1.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/perl-core/NEXT/NEXT-0.650.0.ebuild
b/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
similarity index 61%
rename from perl-core/NEXT/NEXT-0.650.0.ebuild
rename to perl-core/NEXT/NEXT-0.650.0-r1.ebuild
index f65f48c..4847865 100644
--- a/perl-core/NEXT/NEXT-0.650.0.ebuild
+++ b/perl-core/NEXT/NEXT-0.650.0-r1.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.65"
+MODULE_VERSION=0.65
inherit perl-module
DESCRIPTION="Provide a pseudo-class NEXT (et al) that allows method redispatch"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND=""
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ ${RDEPEND}
"
SRC_TEST="do"