* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application-Server/
@ 2020-08-21 14:23 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-08-21 14:23 UTC (permalink / raw
To: gentoo-commits
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>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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application-Server/
@ 2021-05-29 14:12 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-05-29 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 08a1c1e53c4f9431bb8b3f700f5995c945e6cb3d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 14:01:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a1c1e5
dev-perl/CGI-Application-Server: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/CGI-Application-Server/CGI-Application-Server-0.63.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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
index 3fa47eb1cc1..88801b5f3b9 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="a simple HTTP server for developing with CGI::Application"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-29 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-29 14:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application-Server/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2020-08-21 14:23 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox