diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:06:47 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:47:33 +1200 |
commit | c540dc6c23df217d1ba08d4c28734f44ca62d48c (patch) | |
tree | 23552b13ded0276e4885a938e467dc1557afa705 | |
parent | dev-perl/CGI-Application-Dispatch: remove, gone to ::gentoo (diff) | |
download | perl-overlay-c540dc6c23df217d1ba08d4c28734f44ca62d48c.tar.gz perl-overlay-c540dc6c23df217d1ba08d4c28734f44ca62d48c.tar.bz2 perl-overlay-c540dc6c23df217d1ba08d4c28734f44ca62d48c.zip |
dev-perl/CGI-Application-Plugin-Redirect: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild deleted file mode 100644 index 7f8f2c85c..000000000 --- a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=CEESHEK -MODULE_VERSION=1.00 -inherit perl-module - -DESCRIPTION="Easy external redirects in CGI::Application" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -RDEPEND=" - dev-perl/CGI-Application -" -DEPEND="$RDEPEND - dev-perl/Module-Build -" -PERL_RM_FILES=( - t/98_pod.t - t/99_pod_coverage.t -) -SRC_TEST=do diff --git a/dev-perl/CGI-Application-Plugin-Redirect/Manifest b/dev-perl/CGI-Application-Plugin-Redirect/Manifest deleted file mode 100644 index 4884bf68e..000000000 --- a/dev-perl/CGI-Application-Plugin-Redirect/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST CGI-Application-Plugin-Redirect-1.00.tar.gz 3645 SHA256 5b568a8ca0496be03515aacef8b11b46d15ddcf78a8e4026beacda5fb33f8a4f SHA512 7af14c87e0aa36dd78fdf6d669f07f4305a5f3ed4a3a5ccb586dc11a111ed16986e374463c73b293069751d46f1b400d4ae8cfa7072c4c82d52c480e079b12e5 WHIRLPOOL 192cd7263cf8198bda934fdb33bd3a21454e0e18b5eece09a066f48af1019eb5b6e97d32120c3572525d57d27d1c3e7d42546685ee507ccfed2ff1b1d0e96b2a diff --git a/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml b/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml deleted file mode 100644 index f4056d6f4..000000000 --- a/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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> - <maintainer type="person"> - <email>mb@italpro.net</email> - <name>Michele Beltrame</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> |