summaryrefslogtreecommitdiff
path: root/dev-perl/CGI-PSGI
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/CGI-PSGI')
-rw-r--r--dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild31
-rw-r--r--dev-perl/CGI-PSGI/Manifest3
-rw-r--r--dev-perl/CGI-PSGI/metadata.xml12
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
deleted file mode 100644
index 976c02bc9195..000000000000
--- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Adapt CGI.pm to the PSGI protocol"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/CGI-3.330.0
-"
-DEPEND="${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.88
- )
-"
-
-SRC_TEST="do"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
diff --git a/dev-perl/CGI-PSGI/Manifest b/dev-perl/CGI-PSGI/Manifest
deleted file mode 100644
index d6115307912e..000000000000
--- a/dev-perl/CGI-PSGI/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST CGI-PSGI-0.15.tar.gz 27933 BLAKE2B 76219465cf3e0079e35a72a9cf5a94fc1cd386a8378d7742f822bc505a0d64a81dc9524081642ae7b5ef984f0a3fe29cbfb49dee97c59c5e0787389a85d8d815 SHA512 5cdb32846dab5e35a81b52611bb109c66c72db98ddc6fe93a5b91335a1f03cc6ed396c415fb5ee311ce78d72e45e4986b5809569b6394d601af24d4d117fe96f
-EBUILD CGI-PSGI-0.150.0-r1.ebuild 584 BLAKE2B fccdc9bd6b1fada240fc1ae4347b23292c20971cf512964c8bffed093f0989f275b51aa46e4117b1cb28263bd3b1e7031889f693ca0f9edf11399f25a039d5ed SHA512 1ae6a761cecfc15f217a4aaa235ec7f2439904810ed3eb2060f0fb40a34e69d21a3c01ed9b0dc79b40e06886f8cf19c66fb9cd6dd516659ad291ad1da42b2412
-MISC metadata.xml 388 BLAKE2B fb30d568dc1dfd36ffa4b1a0fa67622397f5933886afe375dafde92bf8a980c4500fb3d95bed75e342b197c637c335e7e6fcdf47008818371531190464b570ea SHA512 0c5b8967c647304dd411cbf1448758c2b41fc7e49c89c85fe40a9c94f8527f79324cf34c030eb8fbd46e395aa267e6d891caa69cab8ba056452c8532a0a79d18
diff --git a/dev-perl/CGI-PSGI/metadata.xml b/dev-perl/CGI-PSGI/metadata.xml
deleted file mode 100644
index 25d0f9d530d8..000000000000
--- a/dev-perl/CGI-PSGI/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <upstream>
- <remote-id type="cpan">CGI-PSGI</remote-id>
- <remote-id type="cpan-module">CGI::PSGI</remote-id>
- </upstream>
-</pkgmetadata>