dev-perl/CGI-Application-Server: Add w/ version=0.63.0

Required by dev-perl/Feed-Find (-r patch)

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-08-22 01:59:48 +12:00
parent 1ce19e3a17
commit f2505314d7
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=RJBS
DIST_VERSION=0.063
inherit perl-module
DESCRIPTION="a simple HTTP server for developing with CGI::Application"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/CGI
>=dev-perl/CGI-Application-4.210.0
>=virtual/perl-Carp-0.10.0
dev-perl/HTTP-Message
>=dev-perl/HTTP-Server-Simple-0.180.0
>=dev-perl/HTTP-Server-Simple-Static-0.20.0
>=virtual/perl-Scalar-List-Utils-1.180.0
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
dev-perl/CGI-Application-Dispatch
dev-perl/CGI-Application-Plugin-Redirect
virtual/perl-File-Temp
dev-perl/Test-Exception
dev-perl/Test-HTTP-Server-Simple
>=virtual/perl-Test-Simple-0.960.0
dev-perl/Test-WWW-Mechanize
)
"

View File

@@ -0,0 +1 @@
DIST CGI-Application-Server-0.063.tar.gz 18861 BLAKE2B fb05157557c861fb18f73530dad79d428a24168cb916b88cf5f6d3da875bf8b2e7ac290c9d633b993127cfd4489505af8eee58c36a970bd80f99121f5431f6fa SHA512 811577981ea5025ff7e32661b89fee1277a4ed821014114cb9359a628943302fd1654965852634f6aa29c8f4a333d015ef4276e66c9fb1be7512edc927a3c14f

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">CGI-Application-Server</remote-id>
<remote-id type="cpan-module">CGI::Application::Server</remote-id>
</upstream>
</pkgmetadata>