Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Encode-ZapCP1252/
Date: Sat, 30 Aug 2014 18:00:20
Message-Id: 1409419241.ac3b2e1fadf3f33257de040effb17782ad86ea28.kent@gentoo
1 commit: ac3b2e1fadf3f33257de040effb17782ad86ea28
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 30 17:20:41 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Aug 30 17:20:41 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac3b2e1f
7
8 [fixup] dev-perl/Encode-ZapCP1252 EAPI5, fixup deps and tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/Encode-ZapCP1252/ChangeLog | 6 ++++
14 .../Encode-ZapCP1252-0.330.0-r1.ebuild | 25 +++++++++++++++
15 .../Encode-ZapCP1252-0.330.0.ebuild | 36 ----------------------
16 3 files changed, 31 insertions(+), 36 deletions(-)
17
18 diff --git a/dev-perl/Encode-ZapCP1252/ChangeLog b/dev-perl/Encode-ZapCP1252/ChangeLog
19 index 20604a2..cd39093 100644
20 --- a/dev-perl/Encode-ZapCP1252/ChangeLog
21 +++ b/dev-perl/Encode-ZapCP1252/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Encode-ZapCP1252-0.330.0-r1 (30 Aug 2014)
27 +
28 + 30 Aug 2014; Kent Fredric <kentfredric@×××××.com>
29 + -Encode-ZapCP1252-0.330.0.ebuild, +Encode-ZapCP1252-0.330.0-r1.ebuild:
30 + EAPI5, fixup deps and tests
31 +
32 30 Aug 2014; Kent Fredric <kentfredric@×××××.com>
33 -Encode-ZapCP1252-0.120.0.ebuild, -Encode-ZapCP1252-0.320.0.ebuild:
34 Remove old EAPIs
35
36 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
37 new file mode 100644
38 index 0000000..f2fcdbf
39 --- /dev/null
40 +++ b/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0-r1.ebuild
41 @@ -0,0 +1,25 @@
42 +# Copyright 1999-2014 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=DWHEELER
47 +MODULE_VERSION=0.33
48 +inherit perl-module
49 +
50 +DESCRIPTION='Zap Windows Western Gremlins'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +RDEPEND="
56 + >=dev-lang/perl-5.6.2
57 + >=virtual/perl-Test-Simple-0.170.0
58 +"
59 +DEPEND="
60 + ${RDEPEND}
61 + >=virtual/perl-Module-Build-0.360.0
62 +"
63 +PERL_RM_FILES=(
64 + t/pod.t
65 +)
66 +SRC_TEST="do"
67
68 diff --git a/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild b/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild
69 deleted file mode 100644
70 index e67e55e..0000000
71 --- a/dev-perl/Encode-ZapCP1252/Encode-ZapCP1252-0.330.0.ebuild
72 +++ /dev/null
73 @@ -1,36 +0,0 @@
74 -# Copyright 1999-2012 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Header: $
77 -EAPI=4
78 -MODULE_AUTHOR=DWHEELER
79 -MODULE_VERSION=0.33
80 -inherit perl-module
81 -
82 -DESCRIPTION='Zap Windows Western Gremlins'
83 -LICENSE=" || ( Artistic GPL-2 )"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE=""
87 -perl_meta_configure() {
88 - # Module::Build 0.36 ( 0.360.0 )
89 - echo \>=virtual/perl-Module-Build-0.36
90 -}
91 -perl_meta_build() {
92 - # Module::Build 0.36 ( 0.360.0 )
93 - echo \>=virtual/perl-Module-Build-0.36
94 - # Test::More 0.17 ( 0.170.0 )
95 - echo \>=virtual/perl-Test-Simple-0.17
96 -}
97 -perl_meta_runtime() {
98 - # perl 5.006002 ( 5.6.2 )
99 - echo \>=dev-lang/perl-5.6.2
100 -}
101 -DEPEND="
102 - $(perl_meta_configure)
103 - $(perl_meta_build)
104 - $(perl_meta_runtime)
105 -"
106 -RDEPEND="
107 - $(perl_meta_runtime)
108 -"
109 -SRC_TEST="do"