commit: ac3b2e1fadf3f33257de040effb17782ad86ea28 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Aug 30 17:20:41 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Aug 30 17:20:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac3b2e1f
[fixup] dev-perl/Encode-ZapCP1252 EAPI5, fixup deps and tests Package-Manager: portage-2.2.10 --- dev-perl/Encode-ZapCP1252/ChangeLog | 6 ++++ .../Encode-ZapCP1252-0.330.0-r1.ebuild | 25 +++++++++++++++ .../Encode-ZapCP1252-0.330.0.ebuild | 36 ---------------------- 3 files changed, 31 insertions(+), 36 deletions(-) diff --git a/dev-perl/Encode-ZapCP1252/ChangeLog b/dev-perl/Encode-ZapCP1252/ChangeLog index 20604a2..cd39093 100644 --- a/dev-perl/Encode-ZapCP1252/ChangeLog +++ b/dev-perl/Encode-ZapCP1252/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Encode-ZapCP1252-0.330.0-r1 (30 Aug 2014) + + 30 Aug 2014; Kent Fredric <[email protected]> + -Encode-ZapCP1252-0.330.0.ebuild, +Encode-ZapCP1252-0.330.0-r1.ebuild: + EAPI5, fixup deps and tests + 30 Aug 2014; Kent Fredric <[email protected]> -Encode-ZapCP1252-0.120.0.ebuild, -Encode-ZapCP1252-0.320.0.ebuild: Remove old EAPIs diff --git a/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0-r1.ebuild b/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0-r1.ebuild new file mode 100644 index 0000000..f2fcdbf --- /dev/null +++ b/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=0.33 +inherit perl-module + +DESCRIPTION='Zap Windows Western Gremlins' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=" + >=dev-lang/perl-5.6.2 + >=virtual/perl-Test-Simple-0.170.0 +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-Module-Build-0.360.0 +" +PERL_RM_FILES=( + t/pod.t +) +SRC_TEST="do" diff --git a/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild b/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild deleted file mode 100644 index e67e55e..0000000 --- a/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DWHEELER -MODULE_VERSION=0.33 -inherit perl-module - -DESCRIPTION='Zap Windows Western Gremlins' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.36 ( 0.360.0 ) - echo \>=virtual/perl-Module-Build-0.36 -} -perl_meta_build() { - # Module::Build 0.36 ( 0.360.0 ) - echo \>=virtual/perl-Module-Build-0.36 - # Test::More 0.17 ( 0.170.0 ) - echo \>=virtual/perl-Test-Simple-0.17 -} -perl_meta_runtime() { - # perl 5.006002 ( 5.6.2 ) - echo \>=dev-lang/perl-5.6.2 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"
