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/MooseX-Log-Log4perl/
Date: Wed, 29 Apr 2015 18:02:25
Message-Id: 1430329446.a1092efb14ab07f129b4d2ef532f1a4093c195e9.kent@gentoo
1 commit: a1092efb14ab07f129b4d2ef532f1a4093c195e9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 29 17:44:06 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 29 17:44:06 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a1092efb
7
8 [cleanup] MooseX-Log-Log4perl: Remove old versions
9
10 Package-Manager: portage-2.2.17
11
12 .../MooseX-Log-Log4perl-0.400.0.ebuild | 26 -------------
13 .../MooseX-Log-Log4perl-0.420.0.ebuild | 26 -------------
14 .../MooseX-Log-Log4perl-0.430.0.ebuild | 36 ------------------
15 .../MooseX-Log-Log4perl-0.440.0.ebuild | 44 ----------------------
16 .../MooseX-Log-Log4perl-0.450.0.ebuild | 44 ----------------------
17 5 files changed, 176 deletions(-)
18
19 diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild
20 deleted file mode 100644
21 index 4b3bfa2..0000000
22 --- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild
23 +++ /dev/null
24 @@ -1,26 +0,0 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 -EAPI=2
29 -MODULE_AUTHOR=LAMMEL
30 -MODULE_VERSION="0.40"
31 -inherit perl-module
32 -
33 -DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
34 -LICENSE="|| ( Artistic GPL-2 )"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -COMMON_DEPEND="
39 - dev-perl/Moose
40 - dev-perl/Log-Log4perl
41 -"
42 -DEPEND="
43 - ${COMMON_DEPEND}
44 - dev-perl/IO-stringy
45 - virtual/perl-Test-Simple
46 -"
47 -RDEPEND="
48 - ${COMMON_DEPEND}
49 -"
50 -SRC_TEST="do"
51
52 diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild
53 deleted file mode 100644
54 index 29bf7b8..0000000
55 --- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild
56 +++ /dev/null
57 @@ -1,26 +0,0 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -# $Header: $
61 -EAPI=2
62 -MODULE_AUTHOR=LAMMEL
63 -MODULE_VERSION="0.42"
64 -inherit perl-module
65 -
66 -DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
67 -LICENSE="|| ( Artistic GPL-2 )"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE=""
71 -COMMON_DEPEND="
72 - >=dev-perl/Moose-0.650.0
73 - >=dev-perl/Log-Log4perl-1.13
74 -"
75 -DEPEND="
76 - ${COMMON_DEPEND}
77 - dev-perl/IO-stringy
78 - virtual/perl-Test-Simple
79 -"
80 -RDEPEND="
81 - ${COMMON_DEPEND}
82 -"
83 -SRC_TEST="do"
84
85 diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild
86 deleted file mode 100644
87 index 419a199..0000000
88 --- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild
89 +++ /dev/null
90 @@ -1,36 +0,0 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Header: $
94 -EAPI=4
95 -MODULE_AUTHOR=LAMMEL
96 -MODULE_VERSION=0.43
97 -inherit perl-module
98 -
99 -DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
100 -LICENSE="|| ( Artistic GPL-2 )"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE=""
104 -comment() { true;}
105 -COMMON_DEPEND="
106 - $(comment Any::Moose 0.12)
107 - >=dev-perl/Any-Moose-0.12 $(comment 0.120.0)
108 -
109 - $(comment Log::Log4perl 1.13)
110 - >=dev-perl/Log-Log4perl-1.13 $(comment 1.130.0)
111 -"
112 -DEPEND="
113 - ${COMMON_DEPEND}
114 - $(comment IO::Scalar)
115 - dev-perl/IO-stringy
116 -
117 - $(comment Test::More)
118 - virtual/perl-Test-Simple
119 -
120 - $(comment Moose 0.65)
121 - >=dev-perl/Moose-0.650.0
122 -"
123 -RDEPEND="
124 - ${COMMON_DEPEND}
125 -"
126 -SRC_TEST="do"
127
128 diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.440.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.440.0.ebuild
129 deleted file mode 100644
130 index b755baf..0000000
131 --- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.440.0.ebuild
132 +++ /dev/null
133 @@ -1,44 +0,0 @@
134 -# Copyright 1999-2013 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -# $Header: $
137 -EAPI=4
138 -MODULE_AUTHOR=LAMMEL
139 -MODULE_VERSION=0.44
140 -inherit perl-module
141 -
142 -DESCRIPTION='A Logging Role for Moose based on Log::Log4perl'
143 -LICENSE="|| ( Artistic GPL-2 )"
144 -SLOT="0"
145 -KEYWORDS="~amd64 ~x86"
146 -IUSE=""
147 -perl_meta_configure() {
148 - # ExtUtils::MakeMaker
149 - echo virtual/perl-ExtUtils-MakeMaker
150 -}
151 -perl_meta_build() {
152 - # ExtUtils::MakeMaker
153 - echo virtual/perl-ExtUtils-MakeMaker
154 -}
155 -perl_meta_runtime() {
156 - # Any::Moose 0.12 ( 0.120.0 )
157 - echo \>=dev-perl/Any-Moose-0.120.0
158 - # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
159 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
160 - # IO::Scalar
161 - echo dev-perl/IO-stringy
162 - # Log::Log4perl 1.13 ( 1.130.0 )
163 - echo \>=dev-perl/Log-Log4perl-1.13
164 - # Moose 0.65 ( 0.650.0 )
165 - echo \>=dev-perl/Moose-0.650.0
166 - # Test::More
167 - echo virtual/perl-Test-Simple
168 -}
169 -DEPEND="
170 - $(perl_meta_configure)
171 - $(perl_meta_build)
172 - $(perl_meta_runtime)
173 -"
174 -RDEPEND="
175 - $(perl_meta_runtime)
176 -"
177 -SRC_TEST="do"
178
179 diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.450.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.450.0.ebuild
180 deleted file mode 100644
181 index 3b9fc42..0000000
182 --- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.450.0.ebuild
183 +++ /dev/null
184 @@ -1,44 +0,0 @@
185 -# Copyright 1999-2013 Gentoo Foundation
186 -# Distributed under the terms of the GNU General Public License v2
187 -# $Header: $
188 -EAPI=4
189 -MODULE_AUTHOR=LAMMEL
190 -MODULE_VERSION=0.45
191 -inherit perl-module
192 -
193 -DESCRIPTION='A Logging Role for Moose based on Log::Log4perl'
194 -LICENSE=" || ( Artistic GPL-2 )"
195 -SLOT="0"
196 -KEYWORDS="~amd64 ~x86"
197 -IUSE=""
198 -perl_meta_configure() {
199 - # ExtUtils::MakeMaker 6.57 ( 6.570.0 )
200 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.570.0
201 -}
202 -perl_meta_build() {
203 - # ExtUtils::MakeMaker 6.57 ( 6.570.0 )
204 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.570.0
205 - # IO::Scalar
206 - echo dev-perl/IO-stringy
207 - # Moose 0.65 ( 0.650.0 )
208 - echo \>=dev-perl/Moose-0.650.0
209 - # Test::More
210 - echo virtual/perl-Test-Simple
211 -}
212 -perl_meta_runtime() {
213 - # Any::Moose 0.12 ( 0.120.0 )
214 - echo \>=dev-perl/Any-Moose-0.120.0
215 - # Log::Log4perl 1.13 ( 1.130.0 )
216 - echo \>=dev-perl/Log-Log4perl-1.13
217 - # perl v5.8.0 ( 5.8.0 )
218 - echo \>=dev-lang/perl-5.8.0
219 -}
220 -DEPEND="
221 - $(perl_meta_configure)
222 - $(perl_meta_build)
223 - $(perl_meta_runtime)
224 -"
225 -RDEPEND="
226 - $(perl_meta_runtime)
227 -"
228 -SRC_TEST="do"