commit: 2acaa26b9378bdb3cd5d3a406d188b61a3ec2c99 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 17:47:52 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 17:47:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2acaa26b
[cleanup] dev-perl/Module-Compile Remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/Module-Compile/ChangeLog | 5 +++++ .../Module-Compile/Module-Compile-0.200.0.ebuild | 18 ------------------ .../Module-Compile/Module-Compile-0.210.0.ebuild | 22 ---------------------- .../Module-Compile/Module-Compile-0.220.0.ebuild | 22 ---------------------- 4 files changed, 5 insertions(+), 62 deletions(-) diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog index 6ff2e8f..827d491 100644 --- a/dev-perl/Module-Compile/ChangeLog +++ b/dev-perl/Module-Compile/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Sep 2014; Kent Fredric <[email protected]> + -Module-Compile-0.200.0.ebuild, -Module-Compile-0.210.0.ebuild, + -Module-Compile-0.220.0.ebuild: + Remove old EAPIs + *Module-Compile-0.230.0-r1 (24 Jul 2014) 24 Jul 2014; Kent Fredric <[email protected]> diff --git a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild deleted file mode 100644 index 81d5492..0000000 --- a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=INGY -MODULE_VERSION="0.20" -inherit perl-module - -DESCRIPTION="Perl Module Optimization" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - dev-perl/Digest-SHA1 -" diff --git a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild deleted file mode 100644 index 5918809..0000000 --- a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=INGY -MODULE_VERSION=0.21 -inherit perl-module - -DESCRIPTION="Perl Module Optimization" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Digest-SHA1-2.130.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild deleted file mode 100644 index 90d2705..0000000 --- a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=INGY -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION="Perl Module Optimization" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Digest-SHA1-2.130.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=do
