commit:     f2505314d766b4726cc533aa7fbb8cee91ade7ff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 13:59:48 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 14:22:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2505314

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 <AT> gentoo.org>

 .../CGI-Application-Server-0.63.0.ebuild           | 36 ++++++++++++++++++++++
 dev-perl/CGI-Application-Server/Manifest           |  1 +
 dev-perl/CGI-Application-Server/metadata.xml       | 12 ++++++++
 3 files changed, 49 insertions(+)

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 00000000000..3fa47eb1cc1
--- /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 00000000000..893f97e8ff3
--- /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 00000000000..ad647b84df6
--- /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>p...@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>

Reply via email to