commit: 7c1a40686d6cdc20244d3a5f4483ce668fb0f839
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 16:11:40 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 16:11:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7c1a4068
[fixup] CGI-FormBuilder-Source-Perl: EAPI5, Normalise version
Package-Manager: portage-2.2.17
...1.ebuild => CGI-FormBuilder-Source-Perl-0.10.0.ebuild} | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git
a/dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.01.ebuild
b/dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.10.0.ebuild
similarity index 66%
rename from
dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.01.ebuild
rename to
dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.10.0.ebuild
index f8acd74..028daab 100644
---
a/dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.01.ebuild
+++
b/dev-perl/CGI-FormBuilder-Source-Perl/CGI-FormBuilder-Source-Perl-0.10.0.ebuild
@@ -1,23 +1,20 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=EVDB
+MODULE_VERSION=0.01
inherit perl-module
DESCRIPTION="read FormBuilder config from Perl syntax files"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND="
+RDEPEND="
dev-perl/CGI-FormBuilder
dev-perl/File-Slurp
"
DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-SRC_TEST="do"