commit: ca60e2327489b2759f9903c72f5aa1aad088bab1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:46:17 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:46:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ca60e232
[fixup] Object-Pluggable: EAPI5
Package-Manager: portage-2.2.17
...ggable-1.290.0-r1.ebuild => Object-Pluggable-1.290.0-r2.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
b/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r2.ebuild
similarity index 89%
rename from dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
rename to dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r2.ebuild
index 1a2e0ab..c995f69 100644
--- a/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r1.ebuild
+++ b/dev-perl/Object-Pluggable/Object-Pluggable-1.290.0-r2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=HINRIK
MODULE_VERSION=1.29
inherit perl-module
DESCRIPTION='A base class for creating plugin-enabled objects'
-LICENSE=" || ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -37,4 +37,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="do"