diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:05:45 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:47:26 +1200 |
commit | acde33b2dc4ce4ece35b3ba1f7fde7358e7cff76 (patch) | |
tree | 71067a1343cbe275671eb106964740082ca2f15d | |
parent | profiles: remove redundant perl-core category (diff) | |
download | perl-overlay-acde33b2dc4ce4ece35b3ba1f7fde7358e7cff76.tar.gz perl-overlay-acde33b2dc4ce4ece35b3ba1f7fde7358e7cff76.tar.bz2 perl-overlay-acde33b2dc4ce4ece35b3ba1f7fde7358e7cff76.zip |
dev-perl/CGI-Application: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r-- | dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/CGI-Application/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/CGI-Application/metadata.xml | 17 |
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild b/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild deleted file mode 100644 index e865f51a4..000000000 --- a/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=MARKSTOS -MODULE_VERSION=4.50 -inherit perl-module - -DESCRIPTION="Framework for building reusable web-applications" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="minimal test" -RDEPEND=" - dev-perl/CGI - virtual/perl-Carp - dev-perl/HTML-Template - dev-perl/Class-ISA - !minimal? ( - dev-perl/CGI-PSGI - ) -" -DEPEND=" - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.470.0 - ) - >=dev-perl/Module-Build-0.380.0 -" diff --git a/dev-perl/CGI-Application/Manifest b/dev-perl/CGI-Application/Manifest deleted file mode 100644 index 5ad1cdcf2..000000000 --- a/dev-perl/CGI-Application/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST CGI-Application-4.50.tar.gz 76005 SHA256 74de7d538060b898a745944dd6e114bb3a7a59d6749a0a5e73749ff89d431c1d SHA512 c23a965c195709dba720a441093afa0f94a66dfd0bc4bfda6fdce01a2839c78ac58d1046200f7c3ea4845471932c3d9170fd25dff80226a17db9eda4cc529f20 WHIRLPOOL e692b5034e17c1451a909409097d31f8df8d5f01c656c142b31571f828c4efff3906addf18956a9684405eb7e484d89765a3a710aa5cc70857ac4346fa51aa66 diff --git a/dev-perl/CGI-Application/metadata.xml b/dev-perl/CGI-Application/metadata.xml deleted file mode 100644 index 7d09b7a3f..000000000 --- a/dev-perl/CGI-Application/metadata.xml +++ /dev/null @@ -1,17 +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</remote-id> - <remote-id type="cpan-module">CGI::Application</remote-id> - <remote-id type="cpan-module">CGI::Application::Mailform</remote-id> - </upstream> -</pkgmetadata> |