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>p...@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>

Reply via email to