diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-17 10:55:26 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-17 10:55:26 +1200 |
commit | 247a2a5cf1de82c2dea7c06504addf71d0709727 (patch) | |
tree | 89fc3062f2e2ff56a0de618d68e498a6f6768f07 /dev-perl/Expect-Simple | |
parent | [fixup] Log-Trace: EAPI5, normalize version (diff) | |
download | perl-overlay-247a2a5cf1de82c2dea7c06504addf71d0709727.tar.gz perl-overlay-247a2a5cf1de82c2dea7c06504addf71d0709727.tar.bz2 perl-overlay-247a2a5cf1de82c2dea7c06504addf71d0709727.zip |
[fixup] Expect-Simple: EAPI5, normalize version
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/Expect-Simple')
-rw-r--r-- | dev-perl/Expect-Simple/Expect-Simple-0.40.0.ebuild (renamed from dev-perl/Expect-Simple/Expect-Simple-0.04.ebuild) | 8 |
1 files 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 index 33e17ea91..9372aac15 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" |