commit: aff69698818e114c1d87edac70f241e51bc6ccdd Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 18:02:11 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 18:02:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aff69698
[bump] dev-perl/Module-Compile to 0.340.0, w/ EAPI5 and fixes. Remove old Package-Manager: portage-2.2.10 --- dev-perl/Module-Compile/ChangeLog | 6 ++++++ ....230.0-r1.ebuild => Module-Compile-0.340.0.ebuild} | 19 ++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog index 827d491..467834f 100644 --- a/dev-perl/Module-Compile/ChangeLog +++ b/dev-perl/Module-Compile/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Module-Compile-0.340.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric <[email protected]> + -Module-Compile-0.230.0-r1.ebuild, +Module-Compile-0.340.0.ebuild: + to 0.340.0, w/ EAPI5 and fixes. Remove old + 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: diff --git a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild similarity index 64% rename from dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild rename to dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild index bca8176..a30f98f 100644 --- a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild +++ b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild @@ -2,10 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 - +EAPI=5 MODULE_AUTHOR=INGY -MODULE_VERSION=0.23 +MODULE_VERSION=0.34 inherit perl-module DESCRIPTION="Perl Module Optimization" @@ -13,12 +12,14 @@ DESCRIPTION="Perl Module Optimization" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -comment() { echo ''; } RDEPEND=" >=dev-perl/Digest-SHA1-2.130.0 - dev-perl/Filter $(comment Filter::Util::Call) - >=dev-lang/perl-5.8.3 " -DEPEND="${RDEPEND}" - -SRC_TEST=do +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 +" +PERL_RM_FILES=( + t/release-pod-syntax.t +) +SRC_TEST="do parallel"
