Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application-Server/
Date: Fri, 21 Aug 2020 14:23:08
Message-Id: 1598019725.f2505314d766b4726cc533aa7fbb8cee91ade7ff.kentnl@gentoo
1 commit: f2505314d766b4726cc533aa7fbb8cee91ade7ff
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 13:59:48 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 14:22:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2505314
7
8 dev-perl/CGI-Application-Server: Add w/ version=0.63.0
9
10 Required by dev-perl/Feed-Find (-r patch)
11
12 Package-Manager: Portage-2.3.103, Repoman-2.3.22
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 .../CGI-Application-Server-0.63.0.ebuild | 36 ++++++++++++++++++++++
16 dev-perl/CGI-Application-Server/Manifest | 1 +
17 dev-perl/CGI-Application-Server/metadata.xml | 12 ++++++++
18 3 files changed, 49 insertions(+)
19
20 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
21 new file mode 100644
22 index 00000000000..3fa47eb1cc1
23 --- /dev/null
24 +++ b/dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild
25 @@ -0,0 +1,36 @@
26 +# Copyright 2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=RJBS
32 +DIST_VERSION=0.063
33 +inherit perl-module
34 +
35 +DESCRIPTION="a simple HTTP server for developing with CGI::Application"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="test"
39 +RESTRICT="!test? ( test )"
40 +
41 +RDEPEND="
42 + dev-perl/CGI
43 + >=dev-perl/CGI-Application-4.210.0
44 + >=virtual/perl-Carp-0.10.0
45 + dev-perl/HTTP-Message
46 + >=dev-perl/HTTP-Server-Simple-0.180.0
47 + >=dev-perl/HTTP-Server-Simple-Static-0.20.0
48 + >=virtual/perl-Scalar-List-Utils-1.180.0
49 +"
50 +BDEPEND="${RDEPEND}
51 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
52 + test? (
53 + dev-perl/CGI-Application-Dispatch
54 + dev-perl/CGI-Application-Plugin-Redirect
55 + virtual/perl-File-Temp
56 + dev-perl/Test-Exception
57 + dev-perl/Test-HTTP-Server-Simple
58 + >=virtual/perl-Test-Simple-0.960.0
59 + dev-perl/Test-WWW-Mechanize
60 + )
61 +"
62
63 diff --git a/dev-perl/CGI-Application-Server/Manifest b/dev-perl/CGI-Application-Server/Manifest
64 new file mode 100644
65 index 00000000000..893f97e8ff3
66 --- /dev/null
67 +++ b/dev-perl/CGI-Application-Server/Manifest
68 @@ -0,0 +1 @@
69 +DIST CGI-Application-Server-0.063.tar.gz 18861 BLAKE2B fb05157557c861fb18f73530dad79d428a24168cb916b88cf5f6d3da875bf8b2e7ac290c9d633b993127cfd4489505af8eee58c36a970bd80f99121f5431f6fa SHA512 811577981ea5025ff7e32661b89fee1277a4ed821014114cb9359a628943302fd1654965852634f6aa29c8f4a333d015ef4276e66c9fb1be7512edc927a3c14f
70
71 diff --git a/dev-perl/CGI-Application-Server/metadata.xml b/dev-perl/CGI-Application-Server/metadata.xml
72 new file mode 100644
73 index 00000000000..ad647b84df6
74 --- /dev/null
75 +++ b/dev-perl/CGI-Application-Server/metadata.xml
76 @@ -0,0 +1,12 @@
77 +<?xml version="1.0" encoding="UTF-8"?>
78 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<pkgmetadata>
80 + <maintainer type="project">
81 + <email>perl@g.o</email>
82 + <name>Gentoo Perl Project</name>
83 + </maintainer>
84 + <upstream>
85 + <remote-id type="cpan">CGI-Application-Server</remote-id>
86 + <remote-id type="cpan-module">CGI::Application::Server</remote-id>
87 + </upstream>
88 +</pkgmetadata>