commit: c7d9490f60667ca438a59fe23a9753f2940bd73a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:06:15 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:06:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c7d9490f
[cleanup] PSGI: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/PSGI/PSGI-1.100.0.ebuild | 29 -----------------------------
dev-perl/PSGI/PSGI-1.30.0.ebuild | 21 ---------------------
2 files changed, 50 deletions(-)
diff --git a/dev-perl/PSGI/PSGI-1.100.0.ebuild
b/dev-perl/PSGI/PSGI-1.100.0.ebuild
deleted file mode 100644
index a6b443f..0000000
--- a/dev-perl/PSGI/PSGI-1.100.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION='Perl Web Server Gateway Interface Specification'
-LICENSE="CC-SA-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
diff --git a/dev-perl/PSGI/PSGI-1.30.0.ebuild b/dev-perl/PSGI/PSGI-1.30.0.ebuild
deleted file mode 100644
index 7524422..0000000
--- a/dev-perl/PSGI/PSGI-1.30.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="1.03"
-inherit perl-module
-
-DESCRIPTION="Perl Web Server Gateway Interface Specification"
-LICENSE="CC-SA-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND=""
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"