commit: 247a2a5cf1de82c2dea7c06504addf71d0709727
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 16 22:55:26 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 16 22:55:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=247a2a5c
[fixup] Expect-Simple: EAPI5, normalize version
Package-Manager: portage-2.2.17
.../{Expect-Simple-0.04.ebuild => Expect-Simple-0.40.0.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Expect-Simple/Expect-Simple-0.04.ebuild
b/dev-perl/Expect-Simple/Expect-Simple-0.40.0.ebuild
similarity index 78%
rename from dev-perl/Expect-Simple/Expect-Simple-0.04.ebuild
rename to dev-perl/Expect-Simple/Expect-Simple-0.40.0.ebuild
index 33e17ea..9372aac 100644
--- a/dev-perl/Expect-Simple/Expect-Simple-0.04.ebuild
+++ b/dev-perl/Expect-Simple/Expect-Simple-0.40.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=DJERIUS
+MODULE_VERSION=0.04
inherit perl-module
DESCRIPTION="wrapper around the Expect module"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -20,4 +21,3 @@ DEPEND="
RDEPEND="
${COMMON_DEPEND}
"
-SRC_TEST="do"