mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)
|
||||
"
|
||||
1
dev-perl/CGI-Application-Server/Manifest
Normal file
1
dev-perl/CGI-Application-Server/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST CGI-Application-Server-0.063.tar.gz 18861 BLAKE2B fb05157557c861fb18f73530dad79d428a24168cb916b88cf5f6d3da875bf8b2e7ac290c9d633b993127cfd4489505af8eee58c36a970bd80f99121f5431f6fa SHA512 811577981ea5025ff7e32661b89fee1277a4ed821014114cb9359a628943302fd1654965852634f6aa29c8f4a333d015ef4276e66c9fb1be7512edc927a3c14f
|
||||
12
dev-perl/CGI-Application-Server/metadata.xml
Normal file
12
dev-perl/CGI-Application-Server/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user