Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/multi_json: multi_json-1.10.1.ebuild multi_json-1.6.1-r1.ebuild multi_json-1.8.4.ebuild multi_json-1.5.0.ebuild multi_json-1.9.3.ebuild ChangeLog
Date: Wed, 26 Nov 2014 02:08:03
Message-Id: 20141126020759.9DD2EAEA5@oystercatcher.gentoo.org
1 mrueg 14/11/26 02:07:59
2
3 Modified: multi_json-1.10.1.ebuild multi_json-1.6.1-r1.ebuild
4 multi_json-1.8.4.ebuild multi_json-1.5.0.ebuild
5 multi_json-1.9.3.ebuild ChangeLog
6 Log:
7 Drop jruby target.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.3 dev-ruby/multi_json/multi_json-1.10.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild?r1=1.2&r2=1.3
17
18 Index: multi_json-1.10.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- multi_json-1.10.1.ebuild 15 Aug 2014 16:56:41 -0000 1.2
25 +++ multi_json-1.10.1.ebuild 26 Nov 2014 02:07:25 -0000 1.3
26 @@ -1,10 +1,10 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild,v 1.2 2014/08/15 16:56:41 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.10.1.ebuild,v 1.3 2014/11/26 02:07:25 mrueg Exp $
31
32 EAPI=5
33
34 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
35 +USE_RUBY="ruby19 ruby20 ruby21"
36
37 RUBY_FAKEGEM_RECIPE_TEST="rspec"
38 RUBY_FAKEGEM_TASK_DOC="yard"
39 @@ -28,9 +28,8 @@
40
41 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
42
43 -ruby_add_bdepend "test? ( dev-ruby/json )"
44 -
45 -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
46 +ruby_add_bdepend "test? ( dev-ruby/json
47 + dev-ruby/yajl-ruby )"
48
49 all_ruby_prepare() {
50 sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable to remove bundler."
51 @@ -55,17 +54,6 @@
52 rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
53 }
54
55 -each_ruby_prepare() {
56 - case ${RUBY} in
57 - *jruby)
58 - # Compiled code is not supported for jruby 1.6
59 - rm spec/json_gem_adapter_spec.rb || die
60 - # jr_jackson is not supported but needed for the common tests.
61 - rm spec/multi_json_spec.rb || die
62 - ;;
63 - esac
64 -}
65 -
66 each_ruby_test() {
67 for t in spec/*_spec.rb; do
68 ${RUBY} -S rspec ${t} || die
69
70
71
72 1.7 dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild?r1=1.6&r2=1.7
77
78 Index: multi_json-1.6.1-r1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- multi_json-1.6.1-r1.ebuild 30 Aug 2014 10:27:56 -0000 1.6
85 +++ multi_json-1.6.1-r1.ebuild 26 Nov 2014 02:07:59 -0000 1.7
86 @@ -1,10 +1,10 @@
87 # Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v 1.6 2014/08/30 10:27:56 mrueg Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v 1.7 2014/11/26 02:07:59 mrueg Exp $
91
92 EAPI=5
93
94 -USE_RUBY="ruby19 ruby20 jruby"
95 +USE_RUBY="ruby19 ruby20"
96
97 RUBY_FAKEGEM_RECIPE_TEST="rspec"
98 RUBY_FAKEGEM_TASK_DOC="yard"
99 @@ -28,9 +28,8 @@
100
101 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
102
103 -ruby_add_bdepend "test? ( dev-ruby/json )"
104 -
105 -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
106 +ruby_add_bdepend "test? ( dev-ruby/json
107 + dev-ruby/yajl-ruby )"
108
109 all_ruby_prepare() {
110 sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die "Unable to remove bundler."
111
112
113
114 1.5 dev-ruby/multi_json/multi_json-1.8.4.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?rev=1.5&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?rev=1.5&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild?r1=1.4&r2=1.5
119
120 Index: multi_json-1.8.4.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild,v
123 retrieving revision 1.4
124 retrieving revision 1.5
125 diff -u -r1.4 -r1.5
126 --- multi_json-1.8.4.ebuild 15 Aug 2014 16:56:41 -0000 1.4
127 +++ multi_json-1.8.4.ebuild 26 Nov 2014 02:07:59 -0000 1.5
128 @@ -1,10 +1,10 @@
129 # Copyright 1999-2014 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild,v 1.4 2014/08/15 16:56:41 armin76 Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.8.4.ebuild,v 1.5 2014/11/26 02:07:59 mrueg Exp $
133
134 EAPI=5
135
136 -USE_RUBY="ruby19 ruby20 jruby"
137 +USE_RUBY="ruby19 ruby20"
138
139 RUBY_FAKEGEM_RECIPE_TEST="rspec"
140 RUBY_FAKEGEM_TASK_DOC="yard"
141 @@ -28,9 +28,8 @@
142
143 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
144
145 -ruby_add_bdepend "test? ( dev-ruby/json )"
146 -
147 -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
148 +ruby_add_bdepend "test? ( dev-ruby/json
149 + dev-ruby/yajl-ruby )"
150
151 all_ruby_prepare() {
152 sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable to remove bundler."
153 @@ -56,17 +55,6 @@
154 rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
155 }
156
157 -each_ruby_prepare() {
158 - case ${RUBY} in
159 - *jruby)
160 - # Compiled code is not supported for jruby 1.6
161 - rm spec/json_gem_adapter_spec.rb || die
162 - # jr_jackson is not supported but needed for the common tests.
163 - rm spec/multi_json_spec.rb || die
164 - ;;
165 - esac
166 -}
167 -
168 each_ruby_test() {
169 for t in spec/*_spec.rb; do
170 ${RUBY} -S rspec ${t} || die
171
172
173
174 1.8 dev-ruby/multi_json/multi_json-1.5.0.ebuild
175
176 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?rev=1.8&view=markup
177 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?rev=1.8&content-type=text/plain
178 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild?r1=1.7&r2=1.8
179
180 Index: multi_json-1.5.0.ebuild
181 ===================================================================
182 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild,v
183 retrieving revision 1.7
184 retrieving revision 1.8
185 diff -u -r1.7 -r1.8
186 --- multi_json-1.5.0.ebuild 15 Aug 2014 16:56:41 -0000 1.7
187 +++ multi_json-1.5.0.ebuild 26 Nov 2014 02:07:59 -0000 1.8
188 @@ -1,10 +1,10 @@
189 # Copyright 1999-2014 Gentoo Foundation
190 # Distributed under the terms of the GNU General Public License v2
191 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild,v 1.7 2014/08/15 16:56:41 armin76 Exp $
192 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.5.0.ebuild,v 1.8 2014/11/26 02:07:59 mrueg Exp $
193
194 EAPI=5
195
196 -USE_RUBY="ruby19 jruby"
197 +USE_RUBY="ruby19"
198
199 RUBY_FAKEGEM_RECIPE_TEST="rspec"
200 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
201 @@ -28,9 +28,8 @@
202
203 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 )"
204
205 -ruby_add_bdepend "test? ( dev-ruby/json )"
206 -
207 -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
208 +ruby_add_bdepend "test? ( dev-ruby/json
209 + dev-ruby/yajl-ruby )"
210
211 all_ruby_prepare() {
212 sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die "Unable to remove bundler."
213
214
215
216 1.3 dev-ruby/multi_json/multi_json-1.9.3.ebuild
217
218 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild?rev=1.3&view=markup
219 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild?rev=1.3&content-type=text/plain
220 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild?r1=1.2&r2=1.3
221
222 Index: multi_json-1.9.3.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v
225 retrieving revision 1.2
226 retrieving revision 1.3
227 diff -u -r1.2 -r1.3
228 --- multi_json-1.9.3.ebuild 15 Aug 2014 16:56:41 -0000 1.2
229 +++ multi_json-1.9.3.ebuild 26 Nov 2014 02:07:59 -0000 1.3
230 @@ -1,10 +1,10 @@
231 # Copyright 1999-2014 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v 1.2 2014/08/15 16:56:41 armin76 Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.9.3.ebuild,v 1.3 2014/11/26 02:07:59 mrueg Exp $
235
236 EAPI=5
237
238 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
239 +USE_RUBY="ruby19 ruby20 ruby21"
240
241 RUBY_FAKEGEM_RECIPE_TEST="rspec"
242 RUBY_FAKEGEM_TASK_DOC="yard"
243 @@ -28,9 +28,8 @@
244
245 ruby_add_bdepend "doc? ( dev-ruby/rspec:2 dev-ruby/yard )"
246
247 -ruby_add_bdepend "test? ( dev-ruby/json )"
248 -
249 -USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
250 +ruby_add_bdepend "test? ( dev-ruby/json
251 + dev-ruby/yajl-ruby )"
252
253 all_ruby_prepare() {
254 sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable to remove bundler."
255 @@ -56,17 +55,6 @@
256 rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
257 }
258
259 -each_ruby_prepare() {
260 - case ${RUBY} in
261 - *jruby)
262 - # Compiled code is not supported for jruby 1.6
263 - rm spec/json_gem_adapter_spec.rb || die
264 - # jr_jackson is not supported but needed for the common tests.
265 - rm spec/multi_json_spec.rb || die
266 - ;;
267 - esac
268 -}
269 -
270 each_ruby_test() {
271 for t in spec/*_spec.rb; do
272 ${RUBY} -S rspec ${t} || die
273
274
275
276 1.47 dev-ruby/multi_json/ChangeLog
277
278 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.47&view=markup
279 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.47&content-type=text/plain
280 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?r1=1.46&r2=1.47
281
282 Index: ChangeLog
283 ===================================================================
284 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
285 retrieving revision 1.46
286 retrieving revision 1.47
287 diff -u -r1.46 -r1.47
288 --- ChangeLog 30 Aug 2014 11:28:01 -0000 1.46
289 +++ ChangeLog 26 Nov 2014 02:07:59 -0000 1.47
290 @@ -1,6 +1,11 @@
291 # ChangeLog for dev-ruby/multi_json
292 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
293 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.46 2014/08/30 11:28:01 mrueg Exp $
294 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.47 2014/11/26 02:07:59 mrueg Exp $
295 +
296 + 26 Nov 2014; Manuel Rüger <mrueg@g.o> multi_json-1.10.1.ebuild,
297 + multi_json-1.5.0.ebuild, multi_json-1.6.1-r1.ebuild, multi_json-1.8.4.ebuild,
298 + multi_json-1.9.3.ebuild:
299 + Drop jruby target.
300
301 30 Aug 2014; Manuel Rüger <mrueg@g.o> -multi_json-1.10.0.ebuild,
302 -multi_json-1.6.1.ebuild, -multi_json-1.9.2.ebuild: