summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-22 00:44:50 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-22 02:21:57 +1200
commit174ac399058462f44a60e68875bfd36cbae4bc03 (patch)
tree3cabc8cc344d318e4aa4d69248c8d08eb1175acf /dev-perl/CGI-Application-Plugin-Redirect
parentdev-perl/CGI-Application-Dispatch: Add w/ version=3.120.0-r2 (diff)
downloadgentoo-174ac399058462f44a60e68875bfd36cbae4bc03.tar.gz
gentoo-174ac399058462f44a60e68875bfd36cbae4bc03.tar.bz2
gentoo-174ac399058462f44a60e68875bfd36cbae4bc03.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Application-Plugin-Redirect')
-rw-r--r--dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild29
-rw-r--r--dev-perl/CGI-Application-Plugin-Redirect/Manifest1
-rw-r--r--dev-perl/CGI-Application-Plugin-Redirect/metadata.xml12
3 files changed, 42 insertions, 0 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
new file mode 100644
index 000000000000..0f7c14353c73
--- /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 000000000000..9c5993bae5bc
--- /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 000000000000..c54d9eeb8e1e
--- /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>