summaryrefslogtreecommitdiff
path: root/dev-perl/CGI-Application-Plugin-Redirect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-perl/CGI-Application-Plugin-Redirect
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
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/Manifest3
-rw-r--r--dev-perl/CGI-Application-Plugin-Redirect/metadata.xml12
3 files changed, 44 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..0c309725ea43
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Redirect/Manifest
@@ -0,0 +1,3 @@
+DIST CGI-Application-Plugin-Redirect-1.00.tar.gz 3645 BLAKE2B df25a8142b604d5afc7204adacffe71d1658a6661e80c17cbaf7d645eb82c0b256c3e547c231f82454162e351d55ab2411fdfa0209e86580b631604976312e77 SHA512 7af14c87e0aa36dd78fdf6d669f07f4305a5f3ed4a3a5ccb586dc11a111ed16986e374463c73b293069751d46f1b400d4ae8cfa7072c4c82d52c480e079b12e5
+EBUILD CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild 524 BLAKE2B 7797acdc9dcf74d85833bd3da6eda8e6210bd12ae328bf463c17de622d15d73ce8a751228f1b9b6180253d9f2a563c718d655bd3e173d7fe9ea007f963ca2164 SHA512 b254e473a731cf4b9b16857e550c8cc0ea2035f35ace676f90926134316da07ae3eca932afbb234a1915ce63b45f35e4577c83e7fd6a2c8d9b08a92cbcf78532
+MISC metadata.xml 436 BLAKE2B 40088aed9b94dbb4a2c0017cf1c8959dcbfe11191788dff4e3a8c8222025bc6b84b8c9e1336cedabf796c24c84aecf0f2968072fdc47688ffd839679358e3190 SHA512 9ff3d80a53adacb3e9776defb5f013f10c1eab2469433bf476908aabf8b5f48e0559f4dd807aedd532cc76a1bebe881f70d32d21bb3d6d6823b7552a149ae83e
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>