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/Test-Compile/
Date: Sun, 04 Nov 2012 13:52:47
Message-Id: 1352015884.7f51f635f8202290eec9176f06291d525ebbd5e5.kent@gentoo
1 commit: 7f51f635f8202290eec9176f06291d525ebbd5e5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 4 07:58:04 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Nov 4 07:58:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7f51f635
7
8 [cpanclean] Test-Compile-0.{1{7,8},2}0.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Test-Compile/ChangeLog | 5 +++
15 dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild | 31 ---------------------
16 dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild | 31 ---------------------
17 dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild | 31 ---------------------
18 4 files changed, 5 insertions(+), 93 deletions(-)
19
20 diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
21 index 3b7af86..109b31c 100644
22 --- a/dev-perl/Test-Compile/ChangeLog
23 +++ b/dev-perl/Test-Compile/ChangeLog
24 @@ -2,6 +2,11 @@
25 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 04 Nov 2012; Kent Fredric <kentfredric@×××××.com>
29 + -Test-Compile-0.170.0.ebuild, -Test-Compile-0.180.0.ebuild,
30 + -Test-Compile-0.200.0.ebuild:
31 + Gone on CPAN
32 +
33 *Test-Compile-0.210.0 (17 Sep 2012)
34
35 17 Sep 2012; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
38 deleted file mode 100644
39 index 64cf2d9..0000000
40 --- a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
41 +++ /dev/null
42 @@ -1,31 +0,0 @@
43 -# Copyright 1999-2012 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 -EAPI=4
47 -MODULE_AUTHOR=EGILES
48 -MODULE_VERSION=0.17
49 -inherit perl-module
50 -
51 -DESCRIPTION='Check whether Perl module files compile correctly'
52 -LICENSE=" || ( Artistic GPL-2 )"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE=""
56 -perl_meta_configure() {
57 - # Module::Build 0.340201 ( 0.340.201 )
58 - echo \>=virtual/perl-Module-Build-0.34.02.01
59 -}
60 -perl_meta_runtime() {
61 - # UNIVERSAL::require
62 - echo dev-perl/UNIVERSAL-require
63 - # perl v5.6.0 ( 5.6.0 )
64 - echo \>=dev-lang/perl-5.6.0
65 -}
66 -DEPEND="
67 - $(perl_meta_configure)
68 - $(perl_meta_runtime)
69 -"
70 -RDEPEND="
71 - $(perl_meta_runtime)
72 -"
73 -SRC_TEST="do"
74
75 diff --git a/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
76 deleted file mode 100644
77 index df501f5..0000000
78 --- a/dev-perl/Test-Compile/Test-Compile-0.180.0.ebuild
79 +++ /dev/null
80 @@ -1,31 +0,0 @@
81 -# Copyright 1999-2012 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Header: $
84 -EAPI=4
85 -MODULE_AUTHOR=EGILES
86 -MODULE_VERSION=0.18
87 -inherit perl-module
88 -
89 -DESCRIPTION='Check whether Perl module files compile correctly'
90 -LICENSE=" || ( Artistic GPL-2 )"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE=""
94 -perl_meta_configure() {
95 - # Module::Build 0.38 ( 0.380.0 )
96 - echo \>=virtual/perl-Module-Build-0.380.0
97 -}
98 -perl_meta_runtime() {
99 - # UNIVERSAL::require
100 - echo dev-perl/UNIVERSAL-require
101 - # perl v5.6.0 ( 5.6.0 )
102 - echo \>=dev-lang/perl-5.6.0
103 -}
104 -DEPEND="
105 - $(perl_meta_configure)
106 - $(perl_meta_runtime)
107 -"
108 -RDEPEND="
109 - $(perl_meta_runtime)
110 -"
111 -SRC_TEST="do"
112
113 diff --git a/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
114 deleted file mode 100644
115 index eae3b1a..0000000
116 --- a/dev-perl/Test-Compile/Test-Compile-0.200.0.ebuild
117 +++ /dev/null
118 @@ -1,31 +0,0 @@
119 -# Copyright 1999-2012 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -# $Header: $
122 -EAPI=4
123 -MODULE_AUTHOR=EGILES
124 -MODULE_VERSION=0.20
125 -inherit perl-module
126 -
127 -DESCRIPTION='Check whether Perl module files compile correctly'
128 -LICENSE=" || ( Artistic GPL-2 )"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~x86"
131 -IUSE=""
132 -perl_meta_configure() {
133 - # Module::Build 0.38 ( 0.380.0 )
134 - echo \>=virtual/perl-Module-Build-0.380.0
135 -}
136 -perl_meta_runtime() {
137 - # UNIVERSAL::require
138 - echo dev-perl/UNIVERSAL-require
139 - # perl v5.6.0 ( 5.6.0 )
140 - echo \>=dev-lang/perl-5.6.0
141 -}
142 -DEPEND="
143 - $(perl_meta_configure)
144 - $(perl_meta_runtime)
145 -"
146 -RDEPEND="
147 - $(perl_meta_runtime)
148 -"
149 -SRC_TEST="do"