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

dev-perl/CGI-Application-Plugin-Redirect: Add w/ version=1.0.0-r1

- r1 bump required to be an upgrade from ::perl-experimental
- Required by:
 - dev-perl/CGI-Application-Server
  - via dev-perl/Feed-Find (-r1 patch)

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild | 29 ++++++++++++++++++++++
 dev-perl/CGI-Application-Plugin-Redirect/Manifest  |  1 +
 .../CGI-Application-Plugin-Redirect/metadata.xml   | 12 +++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild
new file mode 100644
index 00000000000..0f7c14353c7
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CEESHEK
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Easy external redirects in CGI::Application"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	virtual/perl-Exporter
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		dev-perl/CGI-Application
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/98_pod.t
+	t/99_pod_coverage.t
+)

diff --git a/dev-perl/CGI-Application-Plugin-Redirect/Manifest b/dev-perl/CGI-Application-Plugin-Redirect/Manifest
new file mode 100644
index 00000000000..9c5993bae5b
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Redirect/Manifest
@@ -0,0 +1 @@
+DIST CGI-Application-Plugin-Redirect-1.00.tar.gz 3645 BLAKE2B df25a8142b604d5afc7204adacffe71d1658a6661e80c17cbaf7d645eb82c0b256c3e547c231f82454162e351d55ab2411fdfa0209e86580b631604976312e77 SHA512 7af14c87e0aa36dd78fdf6d669f07f4305a5f3ed4a3a5ccb586dc11a111ed16986e374463c73b293069751d46f1b400d4ae8cfa7072c4c82d52c480e079b12e5

diff --git a/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml b/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml
new file mode 100644
index 00000000000..c54d9eeb8e1
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Redirect/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-Plugin-Redirect</remote-id>
+    <remote-id type="cpan-module">CGI::Application::Plugin::Redirect</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-Plugin-Redirect/
@ 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:     790a566c7bb8eb3388287159af15b2d1234fcdab
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 13:59:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790a566c

dev-perl/CGI-Application-Plugin-Redirect: 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-Plugin-Redirect-1.0.0-r1.ebuild                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild
index 0f7c14353c7..b9ff640cc4e 100644
--- a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild
+++ b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.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="Easy external redirects in CGI::Application"
 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-Plugin-Redirect/ 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