diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-05-07 17:19:25 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-05-07 17:35:08 +1200 |
commit | 23f3eef2ad16ba1d55ff560a7cfa7bf75e3325b9 (patch) | |
tree | 17f8394025699181b29b91c4931be3b0a192c022 /dev-perl/CGI-Fast | |
parent | dev-ruby/zentest: cleanup (diff) | |
download | gentoo-23f3eef2ad16ba1d55ff560a7cfa7bf75e3325b9.tar.gz gentoo-23f3eef2ad16ba1d55ff560a7cfa7bf75e3325b9.tar.bz2 gentoo-23f3eef2ad16ba1d55ff560a7cfa7bf75e3325b9.zip |
dev-perl/CGI-Fast: Bump to version 2.150.0
- EAPI7
Upstream:
- ensure upload hooks are passed to CGI.pm constructor
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Fast')
-rw-r--r-- | dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/CGI-Fast/Manifest | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild b/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild new file mode 100644 index 000000000000..41237bb0ab57 --- /dev/null +++ b/dev-perl/CGI-Fast/CGI-Fast-2.150.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=LEEJO +DIST_VERSION=2.15 +inherit perl-module + +DESCRIPTION="CGI Interface for Fast CGI" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/CGI-4 + virtual/perl-Carp + >=dev-perl/FCGI-0.670.0 + virtual/perl-if +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( "t/006_changes.t" ) diff --git a/dev-perl/CGI-Fast/Manifest b/dev-perl/CGI-Fast/Manifest index 8cea91789074..c2611c9e7048 100644 --- a/dev-perl/CGI-Fast/Manifest +++ b/dev-perl/CGI-Fast/Manifest @@ -1 +1,2 @@ DIST CGI-Fast-2.13.tar.gz 8844 BLAKE2B ece86a8ead5a83c0407f6c2713bf0848bfc895d9062811b5ce03ad68caa78aeb8b9d9f0f6f68abaafd1a652be2c53ece008f403e05ff49ac6538282f2a36fc65 SHA512 58e7010f5cdfa13e8ba4e528dfe2d7bcc4ac33f48482de186ef27ec0a38ac091c9d534761231c7dd947516532c78520259e841533690ffba7b90fb3d0069f53c +DIST CGI-Fast-2.15.tar.gz 9277 BLAKE2B 95de6374611d8719195a65ef9a9575b34b82922f4a87c8844fc9ac4e62f219b3b19dafe10baaef8431e297cafe495a43c1761b9d3b275d471fed3855e95b4386 SHA512 b984cbcf5d1d96dd9fcb58b704ae643e127fcdbe37b4d7e7560e5e1219abb849d72c4ff5a2eb45d7f076a126543b06fda282aabf2c3788b8a87f075c081d30c1 |