summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-04-25 10:19:24 +1200
committerKent Fredric <kentnl@gentoo.org>2018-04-25 10:20:04 +1200
commitb34324551901e37c8c6ed68b16f0c68b18c1c69a (patch)
treecb1ee7ccc5bd053b9204c26743ebf7ef0eda13aa /dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
parentkde5-functions.eclass: Raise >=KF-5.45 QT_MINIMAL to 5.9.4 (diff)
downloadgentoo-b34324551901e37c8c6ed68b16f0c68b18c1c69a.tar.gz
gentoo-b34324551901e37c8c6ed68b16f0c68b18c1c69a.tar.bz2
gentoo-b34324551901e37c8c6ed68b16f0c68b18c1c69a.zip
dev-perl/CGI-Fast: Bump to version 2.130.0
Upstream: - Actually remove need for Test::Deep Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild')
-rw-r--r--dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
new file mode 100644
index 000000000000..4d4018c57315
--- /dev/null
+++ b/dev-perl/CGI-Fast/CGI-Fast-2.130.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="CGI Interface for Fast CGI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/CGI-4
+ virtual/perl-Carp
+ >=dev-perl/FCGI-0.670.0
+ virtual/perl-if
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Temp
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=( "t/006_changes.t" )