public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application-Dispatch/
@ 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:     ed4f9573f4b20d05199d5a848f0c32c54e3ed460
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 12:31:36 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 14:21:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4f9573

dev-perl/CGI-Application-Dispatch: Add w/ version=3.120.0-r2

- The -r bump is necessary to be an upgrade from ::perl-experimental
- Required by:
 - dev-perl/CGI-Application-Server
  - via 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-Dispatch-3.120.0-r2.ebuild     | 34 ++++++++++++++++++++++
 dev-perl/CGI-Application-Dispatch/Manifest         |  1 +
 dev-perl/CGI-Application-Dispatch/metadata.xml     | 14 +++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild
new file mode 100644
index 00000000000..b70bb822958
--- /dev/null
+++ b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=3.12
+inherit perl-module
+
+DESCRIPTION="Dispatch requests to CGI::Application based objects"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	>=dev-perl/CGI-Application-4.500.0
+	dev-perl/CGI-PSGI
+	>=dev-perl/Exception-Class-1.200.0
+	dev-perl/HTTP-Exception
+	dev-perl/Try-Tiny
+	>=virtual/perl-version-0.820.0
+"
+DEPEND="dev-perl/Module-Build"
+# Todo: add Apache::Test and mod_perl w/
+# USE=minimal, currently can't due to mod_perl
+# breaking w/ ranlib fun
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.380.0
+	test? (
+		>=dev-perl/Plack-0.995.600
+		dev-perl/Test-LongString
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/CGI-Application-Dispatch/Manifest b/dev-perl/CGI-Application-Dispatch/Manifest
new file mode 100644
index 00000000000..2d425a6e779
--- /dev/null
+++ b/dev-perl/CGI-Application-Dispatch/Manifest
@@ -0,0 +1 @@
+DIST CGI-Application-Dispatch-3.12.tar.gz 38322 BLAKE2B f33b0b8e674e5e2ede95daeb84f1ea3a0f57e479abe98f339cc0545530a03e1a25da13cca0ae09a162ebcc917855c9486ab1f228bcb5e79082608edbf7082bd9 SHA512 b450eb732468677ed86f72da7dda7f18d184bffa57cd59c79dc331a4c4a8d07f7a672abab75963e1c3f57a0f59d068b0f832e2b306d583eb0f878bc43548c37e

diff --git a/dev-perl/CGI-Application-Dispatch/metadata.xml b/dev-perl/CGI-Application-Dispatch/metadata.xml
new file mode 100644
index 00000000000..5bb0da53e2f
--- /dev/null
+++ b/dev-perl/CGI-Application-Dispatch/metadata.xml
@@ -0,0 +1,14 @@
+<?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-Dispatch</remote-id>
+    <remote-id type="cpan-module">CGI::Application::Dispatch</remote-id>
+    <remote-id type="cpan-module">CGI::Application::Dispatch::PSGI</remote-id>
+    <remote-id type="cpan-module">CGI::Application::Dispatch::Regexp</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-Dispatch/
@ 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:     7d2d8230d0043386e86ce90147888e0df5a65d94
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 13:58:41 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d8230

dev-perl/CGI-Application-Dispatch: Stable for amd64

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../CGI-Application-Dispatch-3.120.0-r2.ebuild                        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild
index b70bb822958..10776604cd0 100644
--- a/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.ebuild
+++ b/dev-perl/CGI-Application-Dispatch/CGI-Application-Dispatch-3.120.0-r2.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="Dispatch requests to CGI::Application based objects"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


^ 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-Dispatch/ 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