commit: a79f482b88b094fd3d1c0a65093c63edd5360f46
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:22:09 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:22:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a79f482b
[fixup] Find-Lib: EAPI5
Package-Manager: portage-2.2.17
.../Find-Lib/{Find-Lib-1.40.0.ebuild => Find-Lib-1.40.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Find-Lib/Find-Lib-1.40.0.ebuild
b/dev-perl/Find-Lib/Find-Lib-1.40.0-r1.ebuild
similarity index 82%
rename from dev-perl/Find-Lib/Find-Lib-1.40.0.ebuild
rename to dev-perl/Find-Lib/Find-Lib-1.40.0-r1.ebuild
index 7cf1a5b..193541a 100644
--- a/dev-perl/Find-Lib/Find-Lib-1.40.0.ebuild
+++ b/dev-perl/Find-Lib/Find-Lib-1.40.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 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=YANNK
MODULE_VERSION=1.04
inherit perl-module
DESCRIPTION="Helper to smartly find libs to use in the filesystem tree"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -24,4 +24,3 @@ DEPEND="
RDEPEND="
${COMMON_DEPEND}
"
-SRC_TEST="do"