summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-22 01:59:48 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-22 02:22:05 +1200
commitf2505314d766b4726cc533aa7fbb8cee91ade7ff (patch)
tree50537ca744a44b85263bb31a826c46b68d2c31aa /dev-perl/CGI-Application-Server
parentdev-perl/Test-HTTP-Server-Simple: Add w/ version=0.110.0 (diff)
downloadgentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.tar.gz
gentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.tar.bz2
gentoo-f2505314d766b4726cc533aa7fbb8cee91ade7ff.zip
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>
Diffstat (limited to 'dev-perl/CGI-Application-Server')
-rw-r--r--dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild36
-rw-r--r--dev-perl/CGI-Application-Server/Manifest1
-rw-r--r--dev-perl/CGI-Application-Server/metadata.xml12
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
new file mode 100644
index 000000000000..3fa47eb1cc15
--- /dev/null
+++ b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
@@ -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
+ )
+"
diff --git a/dev-perl/CGI-Application-Server/Manifest b/dev-perl/CGI-Application-Server/Manifest
new file mode 100644
index 000000000000..893f97e8ff3e
--- /dev/null
+++ b/dev-perl/CGI-Application-Server/Manifest
@@ -0,0 +1 @@
+DIST CGI-Application-Server-0.063.tar.gz 18861 BLAKE2B fb05157557c861fb18f73530dad79d428a24168cb916b88cf5f6d3da875bf8b2e7ac290c9d633b993127cfd4489505af8eee58c36a970bd80f99121f5431f6fa SHA512 811577981ea5025ff7e32661b89fee1277a4ed821014114cb9359a628943302fd1654965852634f6aa29c8f4a333d015ef4276e66c9fb1be7512edc927a3c14f
diff --git a/dev-perl/CGI-Application-Server/metadata.xml b/dev-perl/CGI-Application-Server/metadata.xml
new file mode 100644
index 000000000000..ad647b84df64
--- /dev/null
+++ b/dev-perl/CGI-Application-Server/metadata.xml
@@ -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>