commit: 216d019ff1cfbbad645489bf8c31b35c9d4380b2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:09:46 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:09:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=216d019f
[cleanup] Catalyst-Engine-PSGI: Remove old versions
Package-Manager: portage-2.2.17
.../Catalyst-Engine-PSGI-0.10.ebuild | 26 --------------------
.../Catalyst-Engine-PSGI-0.11.ebuild | 26 --------------------
.../Catalyst-Engine-PSGI-0.120.ebuild | 28 ----------------------
3 files changed, 80 deletions(-)
diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
deleted file mode 100644
index 8d44790..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.800.70
- dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
- virtual/perl-Test-Simple
- test? (
- dev-perl/Test-TCP
- dev-perl/Test-Requires
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
deleted file mode 100644
index 8d44790..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.800.70
- dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
- virtual/perl-Test-Simple
- test? (
- dev-perl/Test-TCP
- dev-perl/Test-Requires
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild
b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild
deleted file mode 100644
index d0af1cd..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Catalyst-Runtime-5.800.300
- dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
- virtual/perl-Test-Simple
- test? (
- dev-perl/Test-TCP
- dev-perl/Test-Requires
- )
-"
-SRC_TEST="do"