commit: 182378b87e2b2267a27acecdc8285d6bb827916d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 16:01:53 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 16:01:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=182378b8
[fixup] CGI-Application-FastCGI: EAPI5, fixup deps
Package-Manager: portage-2.2.17
....0.ebuild => CGI-Application-FastCGI-0.20.0-r1.ebuild} | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git
a/dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0.ebuild
b/dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0-r1.ebuild
similarity index 57%
rename from
dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0.ebuild
rename to
dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0-r1.ebuild
index ab03d56..c47d704 100644
--- a/dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0.ebuild
+++ b/dev-perl/CGI-Application-FastCGI/CGI-Application-FastCGI-0.20.0-r1.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2011 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=NAOYA
-MODULE_VERSION="0.02"
+MODULE_VERSION=0.02
inherit perl-module
DESCRIPTION="For using CGI::Application under FastCGI"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-comment() { echo ''; }
RDEPEND="
>=dev-perl/CGI-Application-3.0.0
- >=dev-perl/FCGI-0.60 $(comment 0.600.0)
+ >=dev-perl/FCGI-0.600.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"