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/Dancer/
Date: Wed, 08 Feb 2012 13:19:45
Message-Id: d381c08bcd2e40ac8fcc8731518e9a1ed54a231e.kent@gentoo
1 commit: d381c08bcd2e40ac8fcc8731518e9a1ed54a231e
2 Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:20:48 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 8 13:06:58 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d381c08b
7
8 [bump] dev-perl/Dancer-1.3092
9
10 ---
11 dev-perl/Dancer/ChangeLog | 9 +++++-
12 dev-perl/Dancer/Dancer-1.306.0.ebuild | 39 -----------------------
13 dev-perl/Dancer/Dancer-1.307.0.ebuild | 39 -----------------------
14 dev-perl/Dancer/Dancer-1.307.1.ebuild | 39 -----------------------
15 dev-perl/Dancer/Dancer-1.309.200.ebuild | 52 +++++++++++++++++++++++++++++++
16 5 files changed, 60 insertions(+), 118 deletions(-)
17
18 diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
19 index cf0a87c..c75a41a3 100644
20 --- a/dev-perl/Dancer/ChangeLog
21 +++ b/dev-perl/Dancer/ChangeLog
22 @@ -1,7 +1,14 @@
23 # ChangeLog for dev-perl/Dancer
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*Dancer-1.309.200 (30 Jan 2012)
29 +
30 + 30 Jan 2012; Sergiy Borodych <Sergiy.Borodych@×××××.com>
31 + -Dancer-1.306.0.ebuild, -Dancer-1.307.0.ebuild, -Dancer-1.307.1.ebuild,
32 + +Dancer-1.309.200.ebuild:
33 + version bump, cleanup old versions
34 +
35 *Dancer-1.309.100 (20 Dec 2011)
36
37 20 Dec 2011; Sergiy Borodych <Sergiy.Borodych@×××××.com>
38
39 diff --git a/dev-perl/Dancer/Dancer-1.306.0.ebuild b/dev-perl/Dancer/Dancer-1.306.0.ebuild
40 deleted file mode 100644
41 index f699bb7..0000000
42 --- a/dev-perl/Dancer/Dancer-1.306.0.ebuild
43 +++ /dev/null
44 @@ -1,39 +0,0 @@
45 -# Copyright 1999-2011 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -# $Header: $
48 -EAPI=4
49 -MODULE_AUTHOR=SUKRIA
50 -MODULE_VERSION=1.3060
51 -inherit perl-module
52 -
53 -DESCRIPTION="lightweight yet powerful web application framework"
54 -LICENSE="|| ( Artistic GPL-2 )"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~x86"
57 -IUSE="test"
58 -
59 -comment() { echo ''; }
60 -
61 -COMMON_DEPEND="
62 - dev-perl/libwww-perl
63 - >=dev-perl/HTTP-Body-1.70.0
64 - >=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
65 - dev-perl/MIME-Types
66 - dev-perl/URI
67 - $(comment File::Basename )
68 - virtual/perl-File-Spec
69 - virtual/perl-Encode
70 - virtual/perl-Time-HiRes
71 -
72 -"
73 -DEPEND="
74 - ${COMMON_DEPEND}
75 - virtual/perl-ExtUtils-MakeMaker
76 - test? (
77 - >=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
78 - )
79 -"
80 -RDEPEND="
81 - ${COMMON_DEPEND}
82 -"
83 -SRC_TEST="do"
84
85 diff --git a/dev-perl/Dancer/Dancer-1.307.0.ebuild b/dev-perl/Dancer/Dancer-1.307.0.ebuild
86 deleted file mode 100644
87 index a720b63..0000000
88 --- a/dev-perl/Dancer/Dancer-1.307.0.ebuild
89 +++ /dev/null
90 @@ -1,39 +0,0 @@
91 -# Copyright 1999-2011 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Header: $
94 -EAPI=4
95 -MODULE_AUTHOR=XSAWYERX
96 -MODULE_VERSION=1.3070
97 -inherit perl-module
98 -
99 -DESCRIPTION="lightweight yet powerful web application framework"
100 -LICENSE="|| ( Artistic GPL-2 )"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE="test"
104 -
105 -comment() { echo ''; }
106 -
107 -COMMON_DEPEND="
108 - dev-perl/libwww-perl
109 - >=dev-perl/HTTP-Body-1.70.0
110 - >=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
111 - dev-perl/MIME-Types
112 - dev-perl/URI
113 - $(comment File::Basename )
114 - virtual/perl-File-Spec
115 - virtual/perl-Encode
116 - virtual/perl-Time-HiRes
117 -
118 -"
119 -DEPEND="
120 - ${COMMON_DEPEND}
121 - virtual/perl-ExtUtils-MakeMaker
122 - test? (
123 - >=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
124 - )
125 -"
126 -RDEPEND="
127 - ${COMMON_DEPEND}
128 -"
129 -SRC_TEST="do"
130
131 diff --git a/dev-perl/Dancer/Dancer-1.307.1.ebuild b/dev-perl/Dancer/Dancer-1.307.1.ebuild
132 deleted file mode 100644
133 index 9bb98b9..0000000
134 --- a/dev-perl/Dancer/Dancer-1.307.1.ebuild
135 +++ /dev/null
136 @@ -1,39 +0,0 @@
137 -# Copyright 1999-2011 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -# $Header: $
140 -EAPI=4
141 -MODULE_AUTHOR=SUKRIA
142 -MODULE_VERSION=1.3071
143 -inherit perl-module
144 -
145 -DESCRIPTION="lightweight yet powerful web application framework"
146 -LICENSE="|| ( Artistic GPL-2 )"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~x86"
149 -IUSE="test"
150 -
151 -comment() { echo ''; }
152 -
153 -COMMON_DEPEND="
154 - dev-perl/libwww-perl
155 - >=dev-perl/HTTP-Body-1.70.0
156 - >=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
157 - dev-perl/MIME-Types
158 - dev-perl/URI
159 - $(comment File::Basename )
160 - virtual/perl-File-Spec
161 - virtual/perl-Encode
162 - virtual/perl-Time-HiRes
163 -
164 -"
165 -DEPEND="
166 - ${COMMON_DEPEND}
167 - virtual/perl-ExtUtils-MakeMaker
168 - test? (
169 - >=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
170 - )
171 -"
172 -RDEPEND="
173 - ${COMMON_DEPEND}
174 -"
175 -SRC_TEST="do"
176
177 diff --git a/dev-perl/Dancer/Dancer-1.309.200.ebuild b/dev-perl/Dancer/Dancer-1.309.200.ebuild
178 new file mode 100644
179 index 0000000..5df8d34
180 --- /dev/null
181 +++ b/dev-perl/Dancer/Dancer-1.309.200.ebuild
182 @@ -0,0 +1,52 @@
183 +# Copyright 1999-2012 Gentoo Foundation
184 +# Distributed under the terms of the GNU General Public License v2
185 +# $Header: $
186 +EAPI=4
187 +MODULE_AUTHOR=XSAWYERX
188 +MODULE_VERSION=1.3092
189 +inherit perl-module
190 +
191 +DESCRIPTION='A minimal-effort oriented web application framework'
192 +LICENSE=" || ( Artistic GPL-2 )"
193 +SLOT="0"
194 +KEYWORDS="~amd64 ~x86"
195 +IUSE=""
196 +perl_meta_configure() {
197 + # ExtUtils::MakeMaker
198 + echo virtual/perl-ExtUtils-MakeMaker
199 +}
200 +perl_meta_build() {
201 + # Test::More 0.94 ( 0.940.0 )
202 + echo \>=virtual/perl-Test-Simple-0.94
203 +}
204 +perl_meta_runtime() {
205 + # Encode
206 + echo virtual/perl-Encode
207 + # File::Basename
208 + echo dev-lang/perl
209 + # File::Spec
210 + echo virtual/perl-File-Spec
211 + # HTTP::Body 1.07 ( 1.70.0 )
212 + echo \>=dev-perl/HTTP-Body-1.70.0
213 + # HTTP::Server::Simple::PSGI 0.11 ( 0.110.0 )
214 + echo \>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
215 + # LWP
216 + echo dev-perl/libwww-perl
217 + # MIME::Types
218 + echo dev-perl/MIME-Types
219 + # Time::HiRes
220 + echo virtual/perl-Time-HiRes
221 + # Try::Tiny 0.09 ( 0.90.0 )
222 + echo \>=dev-perl/Try-Tiny-0.90.0
223 + # URI 1.59 ( 1.590.0 )
224 + echo \>=dev-perl/URI-1.590.0
225 +}
226 +DEPEND="
227 + $(perl_meta_configure)
228 + $(perl_meta_build)
229 + $(perl_meta_runtime)
230 +"
231 +RDEPEND="
232 + $(perl_meta_runtime)
233 +"
234 +SRC_TEST="do"