commit: 85e7a37299e0d51c348ae235db7dff2563795b56 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Mar 26 21:58:31 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Mar 26 21:58:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=85e7a372
[cleanup] CatalystX-InjectComponent: Remove old versions Package-Manager: portage-2.2.17 .../CatalystX-InjectComponent-0.24.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild b/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.0.ebuild deleted file mode 100644 index a301b28..0000000 --- a/dev-perl/CatalystX-InjectComponent/CatalystX-InjectComponent-0.24.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=2 -MODULE_AUTHOR=RKRIMEN -MODULE_VERSION="0.024" -inherit perl-module - -DESCRIPTION="Inject components into your Catalyst application" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -COMMON_DEPEND=" - dev-perl/Class-Inspector - >=dev-perl/Catalyst-Runtime-5.800.0 -" -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-perl/Test-Most - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST=do