1 |
# ChangeLog for dev-lang/ruby |
2 |
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.470 2010/08/21 16:52:17 hwoarang Exp $ |
4 |
|
5 |
21 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> |
6 |
ruby-1.8.7_p302.ebuild: |
7 |
x86 stable wrt security bug #332957 |
8 |
|
9 |
21 Aug 2010; Markos Chandras <hwoarang@gentoo.org> ruby-1.8.7_p302.ebuild: |
10 |
Stable on amd64 wrt bug #332957 |
11 |
|
12 |
21 Aug 2010; Jeroen Roovers <jer@gentoo.org> ruby-1.8.7_p302.ebuild: |
13 |
Stable for PPC (bug #332957). |
14 |
|
15 |
21 Aug 2010; Jeroen Roovers <jer@gentoo.org> ruby-1.8.7_p302.ebuild: |
16 |
Stable for HPPA (bug #332957). |
17 |
|
18 |
*ruby-1.8.7_p302 (21 Aug 2010) |
19 |
|
20 |
21 Aug 2010; Alex Legler <a3li@gentoo.org> -ruby-1.8.7_p299.ebuild, |
21 |
+ruby-1.8.7_p302.ebuild: |
22 |
Revision bump to 1.8.7_p302 for security bug 332957. Fix rubytests |
23 |
installation path. |
24 |
|
25 |
*ruby-1.8.6_p399 (19 Aug 2010) |
26 |
|
27 |
19 Aug 2010; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p388.ebuild, |
28 |
-ruby-1.8.6_p388-r1.ebuild, +ruby-1.8.6_p399.ebuild: |
29 |
Last patchlevel bump for Ruby 1.8.6 to 399, fixes CVE-2010-0541 (bug |
30 |
332957). Also restrict Tk and OpenSSL dependencies and fix rubytests |
31 |
installation path (reported by the x86 team in bug 332597) |
32 |
|
33 |
*ruby-1.9.2_rc2-r1 (18 Aug 2010) |
34 |
|
35 |
18 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
36 |
+ruby-1.9.2_rc2-r1.ebuild, metadata.xml: |
37 |
Update ebuild; apply webrick security patch; unbundle minitest, rdoc 2 and |
38 |
the rubygems loading code. Add USE flag for psych. |
39 |
|
40 |
17 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
41 |
ruby-1.9.2_rc2.ebuild: |
42 |
Remove two keepdir that will try to keep an empty path, closes bug |
43 |
#333163. |
44 |
|
45 |
16 Aug 2010; Jeroen Roovers <jer@gentoo.org> ruby-1.9.2_rc2.ebuild: |
46 |
Marked ~ppc (bug #332593). |
47 |
|
48 |
15 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
49 |
ruby-1.9.2_rc2.ebuild: |
50 |
Remove libedit USE flag from 1.9.2 because of upstream bug #3698. |
51 |
|
52 |
13 Aug 2010; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p388-r1.ebuild, |
53 |
ruby-1.8.7_p299.ebuild: |
54 |
Bump eselect-ruby dependency |
55 |
|
56 |
13 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
57 |
-ruby-1.9.1_p429.ebuild: |
58 |
Remove ebuild that is not target for unmask anyway. |
59 |
|
60 |
21 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
61 |
ruby-1.9.2_rc2.ebuild: |
62 |
Try 2 to fix the berkdb 5 issue on 1.9. |
63 |
|
64 |
20 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
65 |
ruby-1.8.6_p388-r1.ebuild, ruby-1.8.7_p299.ebuild, ruby-1.9.1_p429.ebuild, |
66 |
ruby-1.9.2_rc2.ebuild: |
67 |
Add a new patchset to add support for Berkeley DB 5.0 (bug #326937). Add |
68 |
support for adding new patchsets without bumping the revision for all the |
69 |
old ebuilds as well. |
70 |
|
71 |
*ruby-1.9.2_rc2 (14 Jul 2010) |
72 |
|
73 |
14 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
74 |
+ruby-1.9.2_rc2.ebuild: |
75 |
Bump to 1.9.2 release candidate, that works with OpenSSL 1. This version |
76 |
might cause _further_ build failures as it changed slightly behaviour. |
77 |
You're going to need to rebuild rubygems and then all the packages |
78 |
previously installed after upgrading to this. |
79 |
|
80 |
04 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
81 |
-ruby-1.8.7_p249-r1.ebuild, -ruby-1.8.7_p249-r2.ebuild, |
82 |
-ruby-1.9.1_p376.ebuild: |
83 |
Cleanup old versions. |
84 |
|
85 |
*ruby-1.9.1_p429 (04 Jul 2010) |
86 |
|
87 |
04 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
88 |
+ruby-1.9.1_p429.ebuild: |
89 |
Version bump to new 1.9.1 release. |
90 |
|
91 |
*ruby-1.8.7_p299 (23 Jun 2010) |
92 |
|
93 |
23 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
94 |
+ruby-1.8.7_p299.ebuild: |
95 |
Version bump. |
96 |
|
97 |
19 May 2010; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p388-r1.ebuild, |
98 |
ruby-1.8.7_p249-r2.ebuild, ruby-1.9.1_p376.ebuild: |
99 |
remove useless comments |
100 |
|
101 |
18 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
102 |
ruby-1.8.6_p388-r1.ebuild, ruby-1.8.7_p249-r2.ebuild, |
103 |
ruby-1.9.1_p376.ebuild: |
104 |
Update ebuilds to be consistent with ruby-enterprise; patches are moved to |
105 |
dev.gentoo.org now. |
106 |
|
107 |
18 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
108 |
ruby-1.9.1_p376.ebuild: |
109 |
Use the correct RUBYLIB. |
110 |
|
111 |
*ruby-1.8.7_p249-r2 (18 May 2010) |
112 |
*ruby-1.8.6_p388-r1 (18 May 2010) |
113 |
|
114 |
18 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> |
115 |
+ruby-1.8.6_p388-r1.ebuild, +ruby-1.8.7_p249-r2.ebuild, |
116 |
ruby-1.9.1_p376.ebuild, metadata.xml: |
117 |
Add patches to build with BerkDB 5.0 (bug #319583) and OpenSSL 1.0 (bug |
118 |
#304427) to Ruby 1.8.x. Also use --no-undefined as it's done for 1.9. Also |
119 |
add USE flags for ncurses, readline and libedit, and properly depend on |
120 |
zlib. Drop emacs USE flag and dependency on app-emacs/ruby-mode as the new |
121 |
Emacs versions support ruby-mode themselves and it should be even more |
122 |
updated. |
123 |
|
124 |
*ruby-1.8.7_p249-r1 (06 May 2010) |
125 |
|
126 |
06 May 2010; Alex Legler <a3li@gentoo.org> +ruby-1.8.7_p249-r1.ebuild: |
127 |
Revbump 1.8.7 to add patch for threading/timeout-related hangs. Closes bug |
128 |
309789 by Sune Kloppenborg Jeppesen. |
129 |
|
130 |
06 May 2010; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p388.ebuild, |
131 |
ruby-1.8.7_p249.ebuild: |
132 |
Use $PVR instead of $PV in patchset names |
133 |
|
134 |
06 May 2010; Alex Legler <a3li@gentoo.org> |
135 |
-files/ruby-1.8.6-memory-leak.diff, |
136 |
-files/ruby18-mkmf-parallel-install.patch, |
137 |
-files/ruby-1.8.6-uclibc-udp.patch, -ruby-1.9.1_p243.ebuild, |
138 |
-files/auto_gem.rb, -files/ruby-mkconfig.patch: |
139 |
Remove old version. Cleanup in files/ |
140 |
|
141 |
*ruby-1.9.1_p376 (01 May 2010) |
142 |
|
143 |
01 May 2010; Alex Legler <a3li@gentoo.org> +ruby-1.9.1_p376.ebuild: |
144 |
Version bump. Fixes security bugs 296052 and 300468. No longer installs |
145 |
rubygems or auto_gem.rb. Use dev-ruby/rubygems[ruby_targets_ruby19] |
146 |
instead. |
147 |
|
148 |
13 Jan 2010; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p369.ebuild, |
149 |
-ruby-1.8.7_p174-r1.ebuild: |
150 |
Remove vulnerable ebuilds, 300468 |
151 |
|
152 |
13 Jan 2010; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p388.ebuild, |
153 |
ruby-1.8.7_p249.ebuild: |
154 |
amd64 stable, security bug 300468 |
155 |
|
156 |
13 Jan 2010; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p388.ebuild, |
157 |
ruby-1.8.7_p249.ebuild: |
158 |
alpha/arm/ia64/s390/sh/sparc stable wrt #300468 |
159 |
|
160 |
12 Jan 2010; Jeroen Roovers <jer@gentoo.org> ruby-1.8.7_p249.ebuild: |
161 |
Stable for HPPA (bug #300468). |
162 |
|
163 |
12 Jan 2010; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p388.ebuild: |
164 |
Stable for HPPA (bug #300468). |
165 |
|
166 |
11 Jan 2010; Brent Baude <ranger@gentoo.org> ruby-1.8.7_p249.ebuild: |
167 |
Marking ruby-1.8.7_p249 ppc64 and ppc for bug 300468 |
168 |
|
169 |
11 Jan 2010; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p388.ebuild: |
170 |
Marking ruby-1.8.6_p388 ppc64 and ppc for bug 300468 |
171 |
|
172 |
11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> |
173 |
ruby-1.8.6_p388.ebuild: |
174 |
stable x86, security bug 300468 |
175 |
|
176 |
11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> |
177 |
ruby-1.8.7_p249.ebuild: |
178 |
stable x86, security bug 300468 |
179 |
|
180 |
*ruby-1.8.6_p388 (10 Jan 2010) |
181 |
|
182 |
10 Jan 2010; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p383.ebuild, |
183 |
+ruby-1.8.6_p388.ebuild: |
184 |
Version bump (1.8.6), security bug 300468. Remove unneded vulnerable |
185 |
version. The new ebuild also has the fix for bug 168939. |
186 |
|
187 |
*ruby-1.8.7_p249 (10 Jan 2010) |
188 |
|
189 |
10 Jan 2010; Alex Legler <a3li@gentoo.org> -ruby-1.8.7_p248.ebuild, |
190 |
+ruby-1.8.7_p249.ebuild: |
191 |
Version bump (1.8.7) for security bug 300468, removing unneeded vulnerable |
192 |
version |
193 |
|
194 |
02 Jan 2010; Brent Baude <ranger@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
195 |
Marking ruby-1.8.7_p174-r1 ppc64 for bug 288699 |
196 |
|
197 |
*ruby-1.8.7_p248 (25 Dec 2009) |
198 |
|
199 |
25 Dec 2009; Alex Legler <a3li@gentoo.org> +ruby-1.8.7_p248.ebuild: |
200 |
Version bump |
201 |
|
202 |
18 Dec 2009; Hans de Graaff <graaff@gentoo.org> -ruby-1.8.7_p174.ebuild: |
203 |
Remove old version. |
204 |
|
205 |
18 Dec 2009; Hans de Graaff <graaff@gentoo.org> -ruby-1.8.7_p174.ebuild: |
206 |
Remove old version. |
207 |
|
208 |
15 Dec 2009; Raúl Porcel <armin76@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
209 |
ia64/s390/sh stable wrt #288699 |
210 |
|
211 |
11 Nov 2009; Tiago Cunha <tcunha@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
212 |
stable sparc, bug 288699 |
213 |
|
214 |
25 Oct 2009; Markus Meier <maekke@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
215 |
arm stable, bug #288699 |
216 |
|
217 |
25 Oct 2009; Markus Meier <maekke@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
218 |
amd64/x86 stable, bug #288699 |
219 |
|
220 |
24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> |
221 |
ruby-1.8.7_p174-r1.ebuild: |
222 |
Stable on alpha, bug #288699 |
223 |
|
224 |
24 Oct 2009; nixnut <nixnut@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
225 |
ppc stable #288699 |
226 |
|
227 |
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.7_p174-r1.ebuild: |
228 |
Stable for HPPA (bug #288699). |
229 |
|
230 |
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.9.1_p243.ebuild: |
231 |
Marked ~hppa too. |
232 |
|
233 |
*ruby-1.8.7_p174-r1 (06 Oct 2009) |
234 |
|
235 |
06 Oct 2009; Alex Legler <a3li@gentoo.org> +ruby-1.8.7_p174-r1.ebuild: |
236 |
Revision bump. Added fix for bug 168939 (ipv6), now uses the new |
237 |
eselect-ruby cleanup feature. |
238 |
|
239 |
*ruby-1.9.1_p243 (09 Sep 2009) |
240 |
|
241 |
09 Sep 2009; Alex Legler <a3li@gentoo.org> -ruby-1.9.1_p129.ebuild, |
242 |
-ruby-1.9.1_p129-r1.ebuild, +ruby-1.9.1_p243.ebuild, |
243 |
-files/ruby-1.9.1_p129-gfbsd7.patch, -files/ruby19-rubygems-gentoo.patch, |
244 |
-files/ruby-1.9.1_p129-no-undefined-ext.patch, |
245 |
-files/ruby19-rubygems-proxy.patch, |
246 |
-files/ruby-1.9.1_p129-parallelmake.patch, |
247 |
-files/ruby19-mkmf-parallel-install.patch: |
248 |
Version bump. Fixing bugs 278899 by Daniel Robbins, 279825, 277210 and |
249 |
168939. Cleaning up old patches. |
250 |
|
251 |
*ruby-1.8.6_p383 (20 Aug 2009) |
252 |
|
253 |
20 Aug 2009; Alex Legler <a3li@gentoo.org> +ruby-1.8.6_p383.ebuild: |
254 |
Patchlevel bump. |
255 |
|
256 |
31 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> |
257 |
ruby-1.8.6_p369.ebuild, ruby-1.8.7_p174.ebuild, ruby-1.9.1_p129.ebuild, |
258 |
ruby-1.9.1_p129-r1.ebuild: |
259 |
Move USE defaults berkdb and gdbm from profiles/base/package.use to here. |
260 |
|
261 |
28 Jun 2009; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p368.ebuild: |
262 |
Removing vulnerable ebuild, bug 273213. |
263 |
|
264 |
21 Jun 2009; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p369.ebuild: |
265 |
Marking ruby-1.8.6_p369 ppc for bug 273213 |
266 |
|
267 |
20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> |
268 |
ruby-1.9.1_p129-r1.ebuild: |
269 |
Prepend our library path instead of overwriting it during src_install. |
270 |
Thanks to the reporter of bug #274824. |
271 |
|
272 |
*ruby-1.8.7_p174 (18 Jun 2009) |
273 |
|
274 |
18 Jun 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p369.ebuild, |
275 |
-ruby-1.8.7_p173.ebuild, +ruby-1.8.7_p174.ebuild: |
276 |
Replacing 187_p173 with _p174 because of a regression. Unifying the |
277 |
ebuilds by adding unset RUBYOPT to the 186 ebuild. Migrated 187_p174 to |
278 |
patchsets. |
279 |
|
280 |
17 Jun 2009; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p369.ebuild: |
281 |
Marking ruby-1.8.6_p369 ppc64 for bug 273213 |
282 |
|
283 |
16 Jun 2009; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p369.ebuild: |
284 |
arm/ia64/s390/sh/sparc stable wrt #273213 |
285 |
|
286 |
16 Jun 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p368.ebuild, |
287 |
ruby-1.8.6_p369.ebuild, -ruby-1.8.7_p160.ebuild: |
288 |
Removing old version, minor cleanup |
289 |
|
290 |
14 Jun 2009; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p114.ebuild, |
291 |
-files/ruby-1.8.6-openssl.patch, |
292 |
-files/ruby-1.8.6-shortname_constants.patch, |
293 |
-files/ruby-1.8.6_p111-r13657.patch, |
294 |
-files/ruby-1.8.6_p287-entity_expansion_limit.diff: |
295 |
Removing vulnerable old Ruby version and stale patches, bug 274108. |
296 |
|
297 |
11 Jun 2009; Tobias Klausmann <klausman@gentoo.org> |
298 |
ruby-1.8.6_p369.ebuild: |
299 |
Stable on alpha, bug #273213 |
300 |
|
301 |
10 Jun 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p369.ebuild: |
302 |
Stable for HPPA (bug #273213). |
303 |
|
304 |
10 Jun 2009; Christian Faulhammer <fauli@gentoo.org> |
305 |
ruby-1.8.6_p369.ebuild: |
306 |
stable x86, security bug 273213 |
307 |
|
308 |
10 Jun 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p369.ebuild: |
309 |
amd64 stable, security bug 273213. |
310 |
|
311 |
*ruby-1.8.7_p173 (10 Jun 2009) |
312 |
*ruby-1.8.6_p369 (10 Jun 2009) |
313 |
|
314 |
10 Jun 2009; Hans de Graaff <graaff@gentoo.org> +ruby-1.8.6_p369.ebuild, |
315 |
+ruby-1.8.7_p173.ebuild: |
316 |
Version bumps for bug #273213. |
317 |
|
318 |
*ruby-1.9.1_p129-r1 (27 May 2009) |
319 |
|
320 |
27 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> |
321 |
+ruby-1.9.1_p129-r1.ebuild, +files/ruby-1.9.1_p129-gfbsd7.patch, |
322 |
+files/ruby-1.9.1_p129-no-undefined-ext.patch, |
323 |
+files/ruby-1.9.1_p129-parallelmake.patch: |
324 |
Revision bump, add patches 1) to make Ruby behave more similarly between |
325 |
Linux and (Gentoo/)FreeBSD; 2) to force --no-undefined when building Ruby |
326 |
extensions (undefined symbols in them will cause abort at runtime 3) to |
327 |
remove a concurrency issue when building the dl extension that could |
328 |
result in a broken dl.so. |
329 |
|
330 |
24 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> |
331 |
ruby-1.8.7_p160.ebuild, ruby-1.9.1_p129.ebuild: |
332 |
Don't block rdoc-2 or later (which may enter Portage one day as it's |
333 |
needed by some Rakefiles). |
334 |
|
335 |
15 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> |
336 |
ruby-1.9.1_p129.ebuild: |
337 |
Add ~x86-fbsd keyword. |
338 |
|
339 |
15 May 2009; Alexis Ballier <aballier@gentoo.org> ruby-1.8.7_p160.ebuild: |
340 |
keyword ~sparc-fbsd, bug #252315 |
341 |
|
342 |
*ruby-1.9.1_p129 (15 May 2009) |
343 |
|
344 |
15 May 2009; Alex Legler <a3li@gentoo.org> -ruby-1.9.1-r1.ebuild, |
345 |
+ruby-1.9.1_p129.ebuild, -files/ruby-ossl_ocsp-verification.patch: |
346 |
Patchlevel bump, closes bug 267453. Removing OSCP verification patch, now |
347 |
included in every release. |
348 |
|
349 |
10 May 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p114.ebuild, |
350 |
-ruby-1.8.6_p287-r5.ebuild, -ruby-1.8.6_p287-r13.ebuild, |
351 |
ruby-1.8.6_p368.ebuild, -ruby-1.8.7_p72-r11.ebuild, |
352 |
ruby-1.8.7_p160.ebuild: |
353 |
Removing vulnerable versions (#268515), fixing license (#233747). |
354 |
|
355 |
09 May 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p368.ebuild: |
356 |
Stable for HPPA (bug #268515). |
357 |
|
358 |
09 May 2009; Alex Legler <a3li@gentoo.org> ruby-1.9.1-r1.ebuild: |
359 |
Adapting rubygems notice. |
360 |
|
361 |
08 May 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p368.ebuild: |
362 |
amd64 stable, bug #268515. |
363 |
|
364 |
08 May 2009; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p368.ebuild: |
365 |
arm/ia64/s390/sh/sparc stable wrt #268515 |
366 |
|
367 |
07 May 2009; Christian Faulhammer <fauli@gentoo.org> |
368 |
ruby-1.8.6_p368.ebuild: |
369 |
stable x86, security bug 268515 |
370 |
|
371 |
07 May 2009; Tobias Klausmann <klausman@gentoo.org> |
372 |
ruby-1.8.6_p368.ebuild: |
373 |
Stable on alpha, bug #268515 |
374 |
|
375 |
07 May 2009; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p368.ebuild: |
376 |
Marking ruby-1.8.6_p368 ppc64 and ppc for bug 268515 |
377 |
|
378 |
*ruby-1.8.7_p160 (07 May 2009) |
379 |
*ruby-1.8.6_p368 (07 May 2009) |
380 |
|
381 |
07 May 2009; Alex Legler <a3li@gentoo.org> +ruby-1.8.6_p368.ebuild, |
382 |
+ruby-1.8.7_p160.ebuild: |
383 |
Version bump as per secbug 268515. NB: These are the first ebuilds that |
384 |
no longer use ruby-config. |
385 |
|
386 |
*ruby-1.9.1-r1 (03 Apr 2009) |
387 |
*ruby-1.8.7_p72-r11 (03 Apr 2009) |
388 |
*ruby-1.8.6_p287-r13 (03 Apr 2009) |
389 |
|
390 |
03 Apr 2009; Alex Legler <a3li@gentoo.org> |
391 |
+files/ruby-1.8.6-uclibc-udp.patch, +files/auto_gem.rb, |
392 |
+files/ruby18-mkmf-parallel-install.patch, |
393 |
+files/ruby19-mkmf-parallel-install.patch, -ruby-1.8.6_p287-r12.ebuild, |
394 |
+ruby-1.8.6_p287-r13.ebuild, -ruby-1.8.7_p72-r10.ebuild, |
395 |
+ruby-1.8.7_p72-r11.ebuild, -ruby-1.9.1.ebuild, +ruby-1.9.1-r1.ebuild: |
396 |
Revbumps fixing bugs 239101 (thanks to matsuu) and 260760 (thanks to Tom |
397 |
Lloyd), ruby-1.9.1 is now EAPI-2. Removing old versions. Adding fake |
398 |
auto_gem.rb for Ruby 1.9.1. Removing redundant WANT_AUTO* to make repoman |
399 |
happy. |
400 |
|
401 |
*ruby-1.9.1 (21 Mar 2009) |
402 |
|
403 |
21 Mar 2009; Alex Legler <a3li@gentoo.org> |
404 |
+files/ruby19-rubygems-gentoo.patch, +files/ruby19-rubygems-proxy.patch, |
405 |
+ruby-1.9.1.ebuild: |
406 |
Adding Ruby 1.9.1 for preliminary testing |
407 |
|
408 |
20 Mar 2009; Joseph Jezak <josejx@gentoo.org> ruby-1.8.7_p72-r10.ebuild, |
409 |
ruby-1.8.6_p287-r12.ebuild: |
410 |
Marked ~ppc for bug #252315. |
411 |
|
412 |
10 Mar 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.7_p72-r10.ebuild: |
413 |
Unsetting RUBYOPT in src_install, backport from Ruby 1.9 ebuilds, fixes |
414 |
bug 261982. |
415 |
|
416 |
09 Mar 2009; Alex Legler <a3li@gentoo.org> -ruby-1.8.6_p287-r1.ebuild, |
417 |
-ruby-1.8.6_p287-r3.ebuild, -ruby-1.8.6_p287-r4.ebuild, |
418 |
-ruby-1.8.6_p287-r10.ebuild, -ruby-1.8.6_p287-r11.ebuild, |
419 |
-ruby-1.8.7_p72-r1.ebuild, -ruby-1.8.7_p72-r2.ebuild: |
420 |
Cleanup |
421 |
|
422 |
*ruby-1.8.7_p72-r10 (07 Mar 2009) |
423 |
|
424 |
07 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> |
425 |
+ruby-1.8.7_p72-r10.ebuild: |
426 |
Add a revision of ruby 1.8.7 using eselect ruby. |
427 |
|
428 |
03 Mar 2009; Peter Volkov <pva@gentoo.org> ruby-1.8.6_p287-r12.ebuild: |
429 |
~mips keyworded, bug #252315. |
430 |
|
431 |
25 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org> |
432 |
ruby-1.8.6_p287-r5.ebuild: |
433 |
ppc stable, bug #260006 |
434 |
|
435 |
25 Feb 2009; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p287-r5.ebuild: |
436 |
arm/ia64/s390/sh/sparc/x86 stable wrt #260006 |
437 |
|
438 |
24 Feb 2009; Alex Legler <a3li@gentoo.org> ruby-1.8.6_p287-r5.ebuild, |
439 |
ruby-1.8.6_p287-r12.ebuild, ruby-1.8.7_p72-r2.ebuild: |
440 |
Fixing Tk USE flag test, bug 258893. |
441 |
|
442 |
23 Feb 2009; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p287-r5.ebuild: |
443 |
Marking ruby-1.8.6_p287-r5 ppc64 for bug 260006 |
444 |
|
445 |
23 Feb 2009; Tobias Heinlein <keytoaster@gentoo.org> |
446 |
ruby-1.8.6_p287-r5.ebuild: |
447 |
amd64 stable wrt security bug #260006 |
448 |
|
449 |
23 Feb 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p287-r5.ebuild: |
450 |
Stable for HPPA (bug #260006). |
451 |
|
452 |
23 Feb 2009; Tobias Klausmann <klausman@gentoo.org> |
453 |
ruby-1.8.6_p287-r5.ebuild: |
454 |
Stable on alpha, bug #260006 |
455 |
|
456 |
*ruby-1.8.7_p72-r2 (23 Feb 2009) |
457 |
*ruby-1.8.6_p287-r12 (23 Feb 2009) |
458 |
*ruby-1.8.6_p287-r5 (23 Feb 2009) |
459 |
|
460 |
23 Feb 2009; Alex Legler <a3li@gentoo.org> +files/ruby-mkconfig.patch, |
461 |
+files/ruby-ossl_ocsp-verification.patch, +ruby-1.8.6_p287-r5.ebuild, |
462 |
+ruby-1.8.6_p287-r12.ebuild, +ruby-1.8.7_p72-r2.ebuild: |
463 |
Revision bumps for security bug 260006 (X.509 certificate spoofing). Also |
464 |
fixing bugs 234877 (backported patch for mkconfig), 258893 (ebuild dies |
465 |
now before compilation if Tk useflags don't match) and 230748 (adding |
466 |
--enable-option-checking=no for newer versions of autoconf). |
467 |
|
468 |
10 Feb 2009; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p287-r4.ebuild: |
469 |
arm/ia64/s390/sh/sparc stable wrt #254307 |
470 |
|
471 |
25 Jan 2009; Tobias Klausmann <klausman@gentoo.org> |
472 |
ruby-1.8.6_p287-r4.ebuild: |
473 |
Stable on alpha, bug #254307 |
474 |
|
475 |
20 Jan 2009; Alexis Ballier <aballier@gentoo.org> |
476 |
ruby-1.8.6_p287-r11.ebuild: |
477 |
keyword ~x86-fbsd, bug #252315 |
478 |
|
479 |
17 Jan 2009; nixnut <nixnut@gentoo.org> ruby-1.8.6_p287-r4.ebuild: |
480 |
ppc stable #254307 |
481 |
|
482 |
15 Jan 2009; Markus Meier <maekke@gentoo.org> ruby-1.8.6_p287-r4.ebuild: |
483 |
amd64/x86 stable, bug #254307 |
484 |
|
485 |
14 Jan 2009; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p287-r4.ebuild: |
486 |
stable ppc64, bug 254307 |
487 |
|
488 |
14 Jan 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p287-r4.ebuild: |
489 |
Stable for HPPA (bug #254307). |
490 |
|
491 |
14 Jan 2009; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p287-r10.ebuild, |
492 |
ruby-1.8.6_p287-r11.ebuild: |
493 |
Marked ~hppa (bug #252315). |
494 |
|
495 |
*ruby-1.8.6_p287-r11 (11 Jan 2009) |
496 |
|
497 |
11 Jan 2009; Hans de Graaff <graaff@gentoo.org> |
498 |
+files/ruby-1.8.6-openssl.patch, +ruby-1.8.7_p287-r4, |
499 |
+ruby-1.8.6_p287-r11.ebuild: |
500 |
Backport conditional definition of missing openssl functions from ruby 1.8.7. |
501 |
Fixes #254307. |
502 |
|
503 |
29 Dec 2008; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p287-r10.ebuild: |
504 |
Marking ruby-1.8.6_p287-r10 ~ppc64 for bug 252315 |
505 |
|
506 |
26 Dec 2008; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p287-r10.ebuild: |
507 |
Add ~alpha/~arm/~ia64/~s390/~sh wrt #251159 |
508 |
|
509 |
24 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> |
510 |
ruby-1.8.6_p287-r10.ebuild: |
511 |
Add ~sparc keyword, bug #252315 |
512 |
|
513 |
*ruby-1.8.6_p287-r10 (23 Dec 2008) |
514 |
|
515 |
23 Dec 2008; Hans de Graaff <graaff@gentoo.org> |
516 |
+ruby-1.8.6_p287-r10.ebuild: |
517 |
Version bump which switches from ruby-config to eselect-ruby. Dropped most |
518 |
keywords since eselect-ruby does not yet have these keywords. |
519 |
|
520 |
23 Dec 2008; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p114.ebuild, |
521 |
ruby-1.8.6_p287-r1.ebuild, ruby-1.8.6_p287-r3.ebuild: |
522 |
Revert the ruby-config changes. We can't remove them until we provide an |
523 |
alternative outside the ebuilds, and eselect-ruby isn't stable yet. Apologies |
524 |
for breaking things as mentioned in bug #251833. |
525 |
|
526 |
22 Dec 2008; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p114.ebuild, |
527 |
ruby-1.8.6_p287-r1.ebuild, ruby-1.8.6_p287-r3.ebuild, |
528 |
ruby-1.8.7_p72-r1.ebuild: |
529 |
Remove pkg_postinst and pkg_postrm functions now that ruby-config is gone. |
530 |
Thanks for the people noticing this in bug #251833. |
531 |
|
532 |
21 Dec 2008; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p114.ebuild, |
533 |
ruby-1.8.6_p287-r1.ebuild, ruby-1.8.6_p287-r3.ebuild, |
534 |
ruby-1.8.7_p72-r1.ebuild: |
535 |
Drop dependency on ruby-config, which will be removed from the tree. We |
536 |
currently only have one major version of ruby in the tree (Ruby 1.8), so there |
537 |
is no need for ruby-config at this moment. For newer versions of Ruby we will |
538 |
use eselect-ruby, which can be found in the ruby overlay at the moment. |
539 |
|
540 |
21 Dec 2008; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p114.ebuild, |
541 |
ruby-1.8.6_p287-r1.ebuild, ruby-1.8.6_p287-r3.ebuild: |
542 |
Use mirror://ruby in SRC_URI, fixes #237392. |
543 |
|
544 |
21 Dec 2008; Hans de Graaff <graaff@gentoo.org> -ruby-1.8.6_p111.ebuild, |
545 |
-ruby-1.8.6_p111-r1.ebuild, -ruby-1.8.6_p287-r2.ebuild, |
546 |
-ruby-1.8.7_p72.ebuild: |
547 |
Remove old versions. Leave one old stable version with cjk support. |
548 |
|
549 |
*ruby-1.8.6_p287-r3 (29 Nov 2008) |
550 |
|
551 |
29 Nov 2008; Hans de Graaff <graaff@gentoo.org> |
552 |
files/ruby-1.8.6_p287-entity_expansion_limit.diff, |
553 |
+ruby-1.8.6_p287-r3.ebuild: |
554 |
Fix our expansion limit patch according to debian bug report |
555 |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502535 and bump the ebuild to |
556 |
make sure people will pick up the fixed version. Thanks to Alex Legler for |
557 |
mentioning the patch. |
558 |
|
559 |
*ruby-1.8.7_p72-r1 (26 Nov 2008) |
560 |
*ruby-1.8.6_p287-r2 (26 Nov 2008) |
561 |
|
562 |
26 Nov 2008; Hans de Graaff <graaff@gentoo.org> |
563 |
+files/ruby-1.8.6-shortname_constants.patch, +ruby-1.8.6_p287-r2.ebuild, |
564 |
+ruby-1.8.7_p72-r1.ebuild: |
565 |
Fix problem with shortname constants #247790, already fixed in upstream SVN. |
566 |
Thanks to Alex Legler for providing the patch. |
567 |
|
568 |
26 Nov 2008; Hans de Graaff <graaff@gentoo.org> -ruby-1.8.6_p286.ebuild, |
569 |
-ruby-1.8.6_p287.ebuild: |
570 |
Remove versions that will not become stable |
571 |
|
572 |
16 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> |
573 |
ruby-1.8.6_p287-r1.ebuild: |
574 |
ppc stable, bug #225465 |
575 |
|
576 |
11 Sep 2008; Tobias Heinlein <keytoaster@gentoo.org> |
577 |
ruby-1.8.6_p287-r1.ebuild: |
578 |
amd64 stable wrt security bug #225465 |
579 |
|
580 |
11 Sep 2008; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p287-r1.ebuild: |
581 |
alpha/ia64/x86 stable wrt #225465 |
582 |
|
583 |
11 Sep 2008; Ferris McCormick <fmccor@gentoo.org> |
584 |
ruby-1.8.6_p287-r1.ebuild: |
585 |
Sparc stable --- Security Bug #225465 --- good since late August. |
586 |
|
587 |
11 Sep 2008; Markus Rothe <corsair@gentoo.org> ruby-1.8.6_p287-r1.ebuild: |
588 |
Stable on ppc64; bug #225465 |
589 |
|
590 |
11 Sep 2008; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p287-r1.ebuild: |
591 |
Stable for HPPA (bug #225465). |
592 |
|
593 |
*ruby-1.8.6_p287-r1 (29 Aug 2008) |
594 |
|
595 |
29 Aug 2008; Hans de Graaff <graaff@gentoo.org> |
596 |
+files/ruby-1.8.6_p287-entity_expansion_limit.diff, |
597 |
+ruby-1.8.6_p287-r1.ebuild: |
598 |
Fix REXML security issues, bug #236060. |
599 |
|
600 |
23 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml: |
601 |
Add GLEP 56 USE flag descriptions. |
602 |
|
603 |
*ruby-1.8.7_p72 (15 Aug 2008) |
604 |
|
605 |
15 Aug 2008; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.7_p22.ebuild, |
606 |
+ruby-1.8.7_p72.ebuild: |
607 |
bump 1.8.7 to latest patch release |
608 |
|
609 |
*ruby-1.8.6_p287 (11 Aug 2008) |
610 |
|
611 |
11 Aug 2008; Hans de Graaff <graaff@gentoo.org> +ruby-1.8.6_p287.ebuild: |
612 |
Version bump for brown paper bag relelease. |
613 |
|
614 |
10 Aug 2008; Hans de Graaff <graaff@gentoo.org> |
615 |
-files/ruby-1.8.6-revert-r15856.patch, -ruby-1.8.6_p230.ebuild: |
616 |
Remove broken version in favor of the just-added 1.8.6_p286 |
617 |
|
618 |
*ruby-1.8.6_p286 (10 Aug 2008) |
619 |
|
620 |
10 Aug 2008; Hans de Graaff <graaff@gentoo.org> +ruby-1.8.6_p286.ebuild: |
621 |
Version bump to latest released version of ruby 1.8.6. This version fixes the |
622 |
security issues reported in #225465 and #234224. The cjk USE flag has been |
623 |
dropped since no compatible patches have been released yet. |
624 |
|
625 |
25 Jul 2008; Michael Sterrett <mr_bones_@gentoo.org> |
626 |
ruby-1.8.6_p230.ebuild: |
627 |
drop cjk from SRC_URI as well |
628 |
|
629 |
15 Jul 2008; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p230.ebuild: |
630 |
Drop cjk support since the most recent oniguruma patches no longer apply to |
631 |
this version, #230111. |
632 |
|
633 |
29 Jun 2008; Hans de Graaff <graaff@gentoo.org> |
634 |
+files/ruby-1.8.6-revert-r15856.patch, +ruby-1.8.6_p230.ebuild: |
635 |
Try to fix the security issues reported in #225465 for ruby 1.8.6. |
636 |
Unfortunately the official p230 has a change which causes segmentation faults |
637 |
for applications like Rails and RSpec, so we are reverting that specific |
638 |
change. |
639 |
|
640 |
*ruby-1.8.7_p22 (29 Jun 2008) |
641 |
|
642 |
29 Jun 2008; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.7.ebuild, |
643 |
+ruby-1.8.7_p22.ebuild: |
644 |
bump 1.8.7 for security fix |
645 |
|
646 |
20 Jun 2008; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.6_p230.ebuild: |
647 |
nevermind, don't bump this yet |
648 |
|
649 |
*ruby-1.8.6_p230 (20 Jun 2008) |
650 |
|
651 |
20 Jun 2008; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.6_p230.ebuild: |
652 |
version bump |
653 |
|
654 |
*ruby-1.8.7 (10 Jun 2008) |
655 |
|
656 |
10 Jun 2008; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.7_pre2.ebuild, |
657 |
+ruby-1.8.7.ebuild: |
658 |
bump 1.8.7 to final |
659 |
|
660 |
*ruby-1.8.7_pre2 (21 Apr 2008) |
661 |
|
662 |
21 Apr 2008; Richard Brown <rbrown@gentoo.org> -ruby-1.8.7_pre1.ebuild, |
663 |
+ruby-1.8.7_pre2.ebuild: |
664 |
Version Bump |
665 |
|
666 |
*ruby-1.8.7_pre1 (16 Apr 2008) |
667 |
|
668 |
16 Apr 2008; Richard Brown <rbrown@gentoo.org> +ruby-1.8.7_pre1.ebuild: |
669 |
Version bump. Drop cjk until a new version of oniguruma appears. |
670 |
|
671 |
06 Mar 2008; Steve Dibb <beandog@gentoo.org> ruby-1.8.6_p114.ebuild: |
672 |
amd64 stable, bug 212264 |
673 |
|
674 |
06 Mar 2008; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p114.ebuild: |
675 |
Stable for HPPA (bug #212264). |
676 |
|
677 |
05 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org> |
678 |
ruby-1.8.6_p114.ebuild: |
679 |
ppc stable, bug #212264 |
680 |
|
681 |
05 Mar 2008; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p114.ebuild: |
682 |
alpha/ia64 stable wrt #212264 |
683 |
|
684 |
05 Mar 2008; Christian Faulhammer <opfer@gentoo.org> |
685 |
ruby-1.8.6_p114.ebuild: |
686 |
stable x86, security bug 212264 |
687 |
|
688 |
05 Mar 2008; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.6_p114.ebuild: |
689 |
Sparc stable, Security Bug #212264, builds and installs, initial tests run |
690 |
as expected. |
691 |
|
692 |
05 Mar 2008; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p114.ebuild: |
693 |
Marking ruby-1.8.6_p114 ppc64 for bug 212264 |
694 |
|
695 |
*ruby-1.8.6_p114 (05 Mar 2008) |
696 |
|
697 |
05 Mar 2008; Richard Brown <rbrown@gentoo.org> |
698 |
-files/ruby-1.8.4-glibc24-eaccess.diff, -files/ruby-1.8.4-yaml.diff, |
699 |
-files/ruby-1.8.5_p113-net-http-p114.patch, -ruby-1.8.4-r3.ebuild, |
700 |
-ruby-1.8.5_p113.ebuild, +ruby-1.8.6_p114.ebuild: |
701 |
Version bump for #212264. Remove old ebuilds. |
702 |
|
703 |
17 Feb 2008; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
704 |
alpha/ia64 stable wrt #208916 |
705 |
|
706 |
17 Feb 2008; nixnut <nixnut@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
707 |
Stable on ppc wrt bug 208916 |
708 |
|
709 |
16 Feb 2008; Markus Meier <maekke@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
710 |
x86 stable, bug #208916 |
711 |
|
712 |
16 Feb 2008; Ferris McCormick <fmccor@gentoo.org> |
713 |
ruby-1.8.6_p111-r1.ebuild: |
714 |
Sparc stable --- Bug #208916 --- working well for about 6 weeks. |
715 |
|
716 |
15 Feb 2008; Richard Brown <rbrown@gentoo.org> |
717 |
-files/ruby-1.8.6-exit-status.patch, |
718 |
-files/ruby-1.8.6_p110-net-http-p111.patch, |
719 |
-files/ruby-1.8.6_p36-rb_thread_status_prototype.patch, |
720 |
-ruby-1.8.5_p2-r1.ebuild, -ruby-1.8.6-r1.ebuild, |
721 |
-ruby-1.8.6_p110-r1.ebuild, -ruby-1.8.6_p110-r2.ebuild: |
722 |
Remove old versions |
723 |
|
724 |
05 Feb 2008; Markus Rothe <corsair@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
725 |
Stable on ppc64 |
726 |
|
727 |
26 Dec 2007; Peter Weller <welp@gentoo.org> ruby-1.8.6_p111.ebuild: |
728 |
Stable on amd64; bug 199191 |
729 |
|
730 |
24 Dec 2007; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p111.ebuild: |
731 |
alpha/ia64/sparc stable wrt #199191 |
732 |
|
733 |
24 Dec 2007; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
734 |
Remove now-obsolete warning about coreutils versions, #203156. |
735 |
|
736 |
24 Dec 2007; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p111-r1.ebuild: |
737 |
Stable for HPPA (bug #199191). |
738 |
|
739 |
*ruby-1.8.6_p111-r1 (23 Dec 2007) |
740 |
|
741 |
23 Dec 2007; Richard Brown <rbrown@gentoo.org> +ruby-1.8.6_p111-r1.ebuild: |
742 |
Remove dependencies on system packages. Add berkdb (bug #199705), gdbm and |
743 |
ssl USE flags. Patch to p113. |
744 |
|
745 |
23 Dec 2007; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p111.ebuild: |
746 |
Marking ruby-1.8.6_p111 ppc and ppc64 for bug 199191 |
747 |
|
748 |
23 Dec 2007; Markus Meier <maekke@gentoo.org> ruby-1.8.6_p111.ebuild: |
749 |
x86 stable, security bug #199191 |
750 |
|
751 |
*ruby-1.8.6_p111 (23 Dec 2007) |
752 |
|
753 |
23 Dec 2007; Richard Brown <rbrown@gentoo.org> |
754 |
+files/ruby-1.8.6_p111-r13657.patch, +ruby-1.8.6_p111.ebuild: |
755 |
Version bump with patch for bug #199191 |
756 |
|
757 |
14 Dec 2007; Ulrich Mueller <ulm@gentoo.org> ruby-1.8.6_p110-r2.ebuild: |
758 |
Move dependency on (X)Emacs modes to PDEPEND. |
759 |
|
760 |
25 Oct 2007; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_p110-r2.ebuild: |
761 |
Add back ~hppa keyword now that XEmacs support files have been keyworded, |
762 |
bug 196413 |
763 |
|
764 |
*ruby-1.8.6_p110-r2 (21 Oct 2007) |
765 |
|
766 |
21 Oct 2007; Hans de Graaff <graaff@gentoo.org> |
767 |
+ruby-1.8.6_p110-r2.ebuild: |
768 |
Add emacs and xemacs USE flags and use them to pull in the correct editing |
769 |
mode for each. Had to drop several arch keywords as reported on bug 196413. |
770 |
|
771 |
13 Oct 2007; Steve Dibb <beandog@gentoo.org> ruby-1.8.6_p110-r1.ebuild: |
772 |
amd64 stable, security bug 194236 |
773 |
|
774 |
11 Oct 2007; Markus Rothe <corsair@gentoo.org> ruby-1.8.5_p113.ebuild, |
775 |
ruby-1.8.6_p110-r1.ebuild: |
776 |
Stable on ppc64; bug #194236 |
777 |
|
778 |
09 Oct 2007; Steve Dibb <beandog@gentoo.org> ruby-1.8.6-r1.ebuild: |
779 |
amd64 stable, security bug 194236 |
780 |
|
781 |
08 Oct 2007; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6_p110-r1.ebuild: |
782 |
Stable for HPPA (bug #194236). |
783 |
|
784 |
08 Oct 2007; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6_p110-r1.ebuild: |
785 |
alpha/ia64/sparc stable wrt security #194236 |
786 |
|
787 |
07 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> |
788 |
ruby-1.8.6_p110-r1.ebuild: |
789 |
ppc stable, bug #194236 |
790 |
|
791 |
07 Oct 2007; Christian Faulhammer <opfer@gentoo.org> |
792 |
ruby-1.8.6_p110-r1.ebuild: |
793 |
stable x86, security bug 194236 |
794 |
|
795 |
07 Oct 2007; Christian Faulhammer <opfer@gentoo.org> |
796 |
ruby-1.8.5_p113.ebuild: |
797 |
stable x86, security bug 194236 |
798 |
|
799 |
07 Oct 2007; Richard Brown <rbrown@gentoo.org> -ruby-1.8.5_p35.ebuild, |
800 |
-ruby-1.8.6_p36-r3.ebuild, -ruby-1.8.6_p36-r4.ebuild, |
801 |
-ruby-1.8.6_p110.ebuild: |
802 |
Remove old versions |
803 |
|
804 |
*ruby-1.8.6_p110-r1 (30 Sep 2007) |
805 |
*ruby-1.8.5_p113 (30 Sep 2007) |
806 |
|
807 |
30 Sep 2007; Richard Brown <rbrown@gentoo.org> |
808 |
+files/ruby-1.8.5_p113-net-http-p114.patch, |
809 |
+files/ruby-1.8.6_p110-net-http-p111.patch, +ruby-1.8.5_p113.ebuild, |
810 |
+ruby-1.8.6_p110-r1.ebuild: |
811 |
Fix bug #194236. Bump 1.8.6 to p111 as p110-r1. Bump 1.8.5 to p114 as p113, |
812 |
using 1.8.6-p110 as base ebuild. |
813 |
|
814 |
24 Sep 2007; Richard Brown <rbrown@gentoo.org> ruby-1.8.6_p110.ebuild: |
815 |
More fixes from gentoo-dev and graaff |
816 |
|
817 |
24 Sep 2007; Richard Brown <rbrown@gentoo.org> ruby-1.8.6_p110.ebuild: |
818 |
Implement suggestions from http://archives.gentoo.org/gentoo-dev/msg_147875.xml |
819 |
|
820 |
*ruby-1.8.6_p110 (24 Sep 2007) |
821 |
|
822 |
24 Sep 2007; Richard Brown <rbrown@gentoo.org> +ruby-1.8.6_p110.ebuild: |
823 |
Version bump |
824 |
|
825 |
*ruby-1.8.6_p36-r4 (26 Aug 2007) |
826 |
|
827 |
26 Aug 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> |
828 |
+ruby-1.8.6_p36-r4.ebuild: |
829 |
Use user LDFLAGS, #181436 |
830 |
|
831 |
17 Aug 2007; Hans de Graaff <graaff@gentoo.org> ruby-1.8.4-r3.ebuild, |
832 |
ruby-1.8.5_p2-r1.ebuild, ruby-1.8.5_p35.ebuild: |
833 |
MANIFEST was already gone in ruby 1.8.4, so remove it also from the old |
834 |
ebuilds, including the currently stable 1.8.5_p2-r1, #189241. |
835 |
|
836 |
17 Aug 2007; Hans de Graaff <graaff@gentoo.org> -ruby-1.8.5_p2.ebuild, |
837 |
-ruby-1.8.5_p12.ebuild, -ruby-1.8.6_p36-r1.ebuild, |
838 |
-ruby-1.8.6_p36-r2.ebuild: |
839 |
Remove some older versions that will not be promoted to stable, keeping at |
840 |
least one version of each release. |
841 |
|
842 |
05 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> |
843 |
ruby-1.8.6_p36-r3.ebuild: |
844 |
(QA) RESTRICT clean up. |
845 |
|
846 |
*ruby-1.8.6_p36-r3 (04 Jul 2007) |
847 |
|
848 |
04 Jul 2007; Mike Doty <kingtaco@gentoo.org> |
849 |
+files/ruby-1.8.6-memory-leak.diff, +ruby-1.8.6_p36-r3.ebuild: |
850 |
fixed memory leak loading .so bug #182946 |
851 |
|
852 |
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> ruby-1.8.4-r3.ebuild, |
853 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p2-r1.ebuild, ruby-1.8.5_p12.ebuild, |
854 |
ruby-1.8.5_p35.ebuild, ruby-1.8.6-r1.ebuild, ruby-1.8.6_p36-r1.ebuild, |
855 |
ruby-1.8.6_p36-r2.ebuild: |
856 |
(QA) RESTRICT clean up. |
857 |
|
858 |
21 Jun 2007; Fernando J. Pereda <ferdy@gentoo.org> ruby-1.8.6-r1.ebuild: |
859 |
Re-add stable keyword for alpha as per bug #181110 |
860 |
|
861 |
21 Jun 2007; Christoph Mende <angelos@gentoo.org> ruby-1.8.6-r1.ebuild: |
862 |
Back to ~amd64 wrt bug 181110 |
863 |
|
864 |
21 Jun 2007; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6-r1.ebuild: |
865 |
Mark 1.8.6 unstable on alpha/ia64/x86 wrt #181110 |
866 |
|
867 |
*ruby-1.8.6_p36-r2 (20 Jun 2007) |
868 |
|
869 |
20 Jun 2007; Richard Brown <rbrown@gentoo.org> +ruby-1.8.6_p36-r2.ebuild: |
870 |
Re-add cjk USE flag, thanks to Hannes Wyss, bug #182671 |
871 |
|
872 |
*ruby-1.8.6_p36-r1 (18 Jun 2007) |
873 |
|
874 |
18 Jun 2007; Richard Brown <rbrown@gentoo.org> |
875 |
+files/ruby-1.8.6_p36-rb_thread_status_prototype.patch, |
876 |
-ruby-1.8.6_p36.ebuild, +ruby-1.8.6_p36-r1.ebuild: |
877 |
Add prototype fix from ruby -r12567 [ruby-list:43615]. Thanks to peper and |
878 |
spbecker |
879 |
|
880 |
14 Jun 2007; Christoph Mende <angelos@gentoo.org> ruby-1.8.6-r1.ebuild: |
881 |
Stable on amd64 wrt bug 181110 |
882 |
|
883 |
*ruby-1.8.6_p36 (12 Jun 2007) |
884 |
|
885 |
12 Jun 2007; Richard Brown <rbrown@gentoo.org> +ruby-1.8.6_p36.ebuild: |
886 |
Version Bump. Bug #181379 |
887 |
|
888 |
10 Jun 2007; Joshua Kinard <kumba@gentoo.org> ruby-1.8.6-r1.ebuild: |
889 |
Stable on mips, per #181110. |
890 |
|
891 |
09 Jun 2007; nixnut <nixnut@gentoo.org> ruby-1.8.6-r1.ebuild: |
892 |
Stable on ppc wrt bug 181110 |
893 |
|
894 |
09 Jun 2007; Jeroen Roovers <jer@gentoo.org> ruby-1.8.6-r1.ebuild: |
895 |
Stable for HPPA (bug #181110). |
896 |
|
897 |
09 Jun 2007; Raúl Porcel <armin76@gentoo.org> ruby-1.8.6-r1.ebuild: |
898 |
alpha/ia64/x86 stable wrt #181110 |
899 |
|
900 |
07 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.6-r1.ebuild: |
901 |
Stable on sparc wrt #181110 |
902 |
|
903 |
06 Jun 2007; Brent Baude <ranger@gentoo.org> ruby-1.8.6-r1.ebuild: |
904 |
Marking ruby-1.8.6-r1 ppc64 stable for bug#181110 |
905 |
|
906 |
24 May 2007; Richard Brown <rbrown@gentoo.org> ruby-1.8.4-r3.ebuild, |
907 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p2-r1.ebuild, ruby-1.8.5_p12.ebuild, |
908 |
ruby-1.8.5_p35.ebuild: |
909 |
Add RESTRICT="test" to ebuilds that have no hope of passing. |
910 |
|
911 |
24 May 2007; Lars Weiler <pylon@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
912 |
Stable on ppc; bug #178346. |
913 |
|
914 |
19 May 2007; Markus Rothe <corsair@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
915 |
Stable on ppc64; bug #178346 |
916 |
|
917 |
18 May 2007; Fernando J. Pereda <ferdy@gentoo.org> |
918 |
ruby-1.8.5_p2-r1.ebuild: |
919 |
Stable on alpha as per bug #178346 |
920 |
|
921 |
17 May 2007; Richard Brown <rbrown@gentoo.org> ruby-1.8.6-r1.ebuild: |
922 |
Fix bug #128837, ruby-talk:183494 |
923 |
|
924 |
16 May 2007; Richard Brown <rbrown@gentoo.org> -ruby-1.8.6_pre1.ebuild, |
925 |
-ruby-1.8.6_pre3.ebuild, -ruby-1.8.6.ebuild: |
926 |
Remove old 1.8.6 versions |
927 |
|
928 |
16 May 2007; Steve Dibb <beandog@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
929 |
amd64 stable, bug 178346 |
930 |
|
931 |
13 May 2007; Jeroen Roovers <jer@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
932 |
Stable for HPPA (bug #178346). |
933 |
|
934 |
13 May 2007; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
935 |
Stable on sparc --- Bug #178346 --- fixes Bug #159922 (uses |
936 |
/usr/bin/install). |
937 |
|
938 |
13 May 2007; Raúl Porcel <armin76@gentoo.org> ruby-1.8.5_p2-r1.ebuild: |
939 |
ia64 + x86 stable wrt bug 178346 |
940 |
|
941 |
*ruby-1.8.5_p2-r1 (13 May 2007) |
942 |
|
943 |
13 May 2007; Hans de Graaff <graaff@gentoo.org> +ruby-1.8.5_p2-r1.ebuild: |
944 |
Bump to get people to recompile ruby now that coreutils-6.7-r1 is stable |
945 |
on most arches so that ruby properly picks up new location of /bin/install. |
946 |
See #159922 for details. |
947 |
|
948 |
*ruby-1.8.6-r1 (01 May 2007) |
949 |
|
950 |
01 May 2007; Richard Brown <rbrown@gentoo.org> |
951 |
+files/ruby-1.8.6-exit-status.patch, +ruby-1.8.6-r1.ebuild: |
952 |
Add new src_test, and add return code patch from [ruby-core:10609] and |
953 |
[ruby-core:10760] |
954 |
|
955 |
24 Apr 2007; Richard Brown <rbrown@gentoo.org> ruby-1.8.4-r3.ebuild, |
956 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild, ruby-1.8.5_p35.ebuild, |
957 |
ruby-1.8.6_pre1.ebuild, ruby-1.8.6_pre3.ebuild, ruby-1.8.6.ebuild: |
958 |
Fix $ROOT usage. Bug #167271 |
959 |
|
960 |
07 Apr 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> |
961 |
ruby-1.8.4-r3.ebuild, ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild, |
962 |
ruby-1.8.5_p35.ebuild, ruby-1.8.6_pre1.ebuild, ruby-1.8.6_pre3.ebuild, |
963 |
ruby-1.8.6.ebuild: |
964 |
Added warning, bug #159922 |
965 |
|
966 |
*ruby-1.8.6 (13 Mar 2007) |
967 |
|
968 |
13 Mar 2007; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.6.ebuild: |
969 |
version bump |
970 |
|
971 |
*ruby-1.8.5_p35 (13 Mar 2007) |
972 |
|
973 |
13 Mar 2007; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.5_p35.ebuild: |
974 |
bump |
975 |
|
976 |
06 Mar 2007; Hans de Graaff <graaff@gentoo.org> ruby-1.8.6_pre3.ebuild: |
977 |
MANIFEST is no longer distributed, but NEWS is: update dodoc accordingly. |
978 |
|
979 |
*ruby-1.8.6_pre3 (04 Mar 2007) |
980 |
|
981 |
04 Mar 2007; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.6_pre3.ebuild: |
982 |
1.8.6 pre 3 |
983 |
|
984 |
*ruby-1.8.6_pre1 (17 Feb 2007) |
985 |
|
986 |
17 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> |
987 |
+ruby-1.8.6_pre1.ebuild: |
988 |
Bump to the preview version, but without CJK support for now because |
989 |
Onigurama hasn't been updated yet. Thanks to M. Edward Borasky in bug |
990 |
#167364. |
991 |
|
992 |
11 Feb 2007; Fabian Groffen <grobian@gentoo.org> ruby-1.8.4-r3.ebuild, |
993 |
ruby-1.8.5_p2.ebuild: |
994 |
Dropped ppc-macos keyword, see you in prefix |
995 |
|
996 |
11 Feb 2007; Christian Faulhammer <opfer@gentoo.org> ruby-1.8.4-r3.ebuild: |
997 |
moved from USE flag tcltk to tk, see bug 17808 |
998 |
|
999 |
31 Jan 2007; Marius Mauch <genone@gentoo.org> ruby-1.8.4-r3.ebuild, |
1000 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild: |
1001 |
Replacing einfo with elog |
1002 |
|
1003 |
28 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> |
1004 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild: |
1005 |
ruby-1.8.5 should use >=ruby-config-0.3.1 for ri symlink, #164136 |
1006 |
|
1007 |
04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4-r3.ebuild: |
1008 |
Get rid of debug.eclass usage. |
1009 |
|
1010 |
01 Jan 2007; Fabian Groffen <grobian@gentoo.org> ruby-1.8.4-r3.ebuild, |
1011 |
ruby-1.8.5_p2.ebuild, ruby-1.8.5_p12.ebuild: |
1012 |
Dropped ppc-macos keyword, see you in prefix |
1013 |
|
1014 |
29 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> |
1015 |
ruby-1.8.5_p12.ebuild: |
1016 |
keepdir /usr/lib/ruby/site_ruby, #90510 |
1017 |
|
1018 |
25 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> |
1019 |
-files/ruby-1.8.5-cgi-dos-1.patch, -files/oniguruma-2.3.1-gentoo.patch, |
1020 |
-ruby-1.8.4-r1.ebuild, -ruby-1.8.5.ebuild, -ruby-1.8.5-r1.ebuild, |
1021 |
-ruby-1.8.5-r2.ebuild, -ruby-1.8.5-r3.ebuild: |
1022 |
Cleanup old versions. |
1023 |
|
1024 |
*ruby-1.8.5_p12 (25 Dec 2006) |
1025 |
|
1026 |
25 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> +ruby-1.8.5_p12.ebuild: |
1027 |
Version bump, thanks to M. Edward Borasky in bug #158458. |
1028 |
|
1029 |
14 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> |
1030 |
ruby-1.8.5_p2.ebuild: |
1031 |
Fixed undefined variable MY_PV causing origuruma silently failed to install. |
1032 |
Also upgrade to origuruma 2.5.7. Patch by Hannes Wyss <hwyss@ywesee.com> (bug |
1033 |
#147333) |
1034 |
|
1035 |
05 Dec 2006; Christian Faulhammer <opfer@gentoo.org> ruby-1.8.5_p2.ebuild: |
1036 |
stable x86, security bug #157048 |
1037 |
|
1038 |
04 Dec 2006; Jeroen Roovers <jer@gentoo.org> ruby-1.8.5_p2.ebuild: |
1039 |
Stable for HPPA (bug #157048). |
1040 |
|
1041 |
04 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> |
1042 |
ruby-1.8.5_p2.ebuild: |
1043 |
ppc stable, bug #157048 |
1044 |
|
1045 |
04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> ruby-1.8.5_p2.ebuild: |
1046 |
Stable on Alpha; bug #157048 |
1047 |
|
1048 |
04 Dec 2006; Brent Baude <ranger@gentoo.org> ruby-1.8.5_p2.ebuild: |
1049 |
Marking ruby-1.8.5_p2 ppc64 stable for bug 157048 |
1050 |
|
1051 |
04 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.5_p2.ebuild: |
1052 |
Stable on sparc wrt security #157048 |
1053 |
|
1054 |
04 Dec 2006; Luis Medinas <metalgod@gentoo.org> ruby-1.8.5_p2.ebuild: |
1055 |
Stable on amd64. See security bug #157048. |
1056 |
|
1057 |
*ruby-1.8.5_p2 (04 Dec 2006) |
1058 |
|
1059 |
04 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> +ruby-1.8.5_p2.ebuild: |
1060 |
Version bump to fix the new security issue with cgi.rb. Bug #157048. |
1061 |
|
1062 |
25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ruby-1.8.5-r3.ebuild: |
1063 |
Stable on ia64. |
1064 |
|
1065 |
15 Nov 2006; Markus Rothe <corsair@gentoo.org> ruby-1.8.5-r3.ebuild: |
1066 |
Stable on ppc64; bug #153497 |
1067 |
|
1068 |
13 Nov 2006; René Nussbaumer <killerfox@gentoo.org> ruby-1.8.5-r3.ebuild: |
1069 |
Stable on hppa. See bug #153497. |
1070 |
|
1071 |
08 Nov 2006; Danny van Dyk <kugelfang@gentoo.org> ruby-1.8.5-r3.ebuild: |
1072 |
Marked stable on amd64. |
1073 |
|
1074 |
08 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> |
1075 |
ruby-1.8.5-r3.ebuild: |
1076 |
ppc stable, bug #153497 |
1077 |
|
1078 |
08 Nov 2006; Joshua Jackson <tsunam@gentoo.org> ruby-1.8.5-r3.ebuild: |
1079 |
Stable x86; bug #153497 |
1080 |
|
1081 |
07 Nov 2006; Alexander H. Færøy <eroyf@gentoo.org> ruby-1.8.5-r3.ebuild: |
1082 |
Stable on Alpha. Bug 153497 |
1083 |
|
1084 |
07 Nov 2006; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.5-r3.ebuild: |
1085 |
Stable on sparc --- security Bug #153497 --- builds and runs my verification |
1086 |
programs. |
1087 |
|
1088 |
*ruby-1.8.5-r3 (07 Nov 2006) |
1089 |
|
1090 |
07 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> |
1091 |
+files/ruby-1.8.5-cgi-dos-1.patch, +ruby-1.8.5-r3.ebuild: |
1092 |
Revision bump adding the patch for CVE-2006-5467. See bug #153497. |
1093 |
|
1094 |
07 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4-r3.ebuild, |
1095 |
ruby-1.8.5.ebuild, ruby-1.8.5-r1.ebuild, ruby-1.8.5-r2.ebuild: |
1096 |
Add WANT_AUTO* variables. |
1097 |
|
1098 |
20 Oct 2006; Aron Griffis <agriffis@gentoo.org> ruby-1.8.5-r2.ebuild: |
1099 |
Mark 1.8.5-r2 stable on ia64 |
1100 |
|
1101 |
20 Oct 2006; Aron Griffis <agriffis@gentoo.org> ruby-1.8.5-r2.ebuild: |
1102 |
Mark 1.8.5-r2 stable on alpha |
1103 |
|
1104 |
18 Oct 2006; Roy Marples <uberlord@gentoo.org> ruby-1.8.5-r2.ebuild: |
1105 |
Added ~sparc-fbsd keyword. |
1106 |
|
1107 |
13 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4-r1.ebuild, |
1108 |
ruby-1.8.4-r3.ebuild, ruby-1.8.5.ebuild, ruby-1.8.5-r1.ebuild, |
1109 |
ruby-1.8.5-r2.ebuild: |
1110 |
Remove autoconf dependencies, and leave them to autotools eclass. |
1111 |
|
1112 |
12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4-r1.ebuild, |
1113 |
ruby-1.8.4-r3.ebuild, ruby-1.8.5.ebuild, ruby-1.8.5-r1.ebuild, |
1114 |
ruby-1.8.5-r2.ebuild: |
1115 |
Remove again gnuconfig calls, please don't add them back again. |
1116 |
|
1117 |
*ruby-1.8.5-r2 (09 Oct 2006) |
1118 |
|
1119 |
09 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +ruby-1.8.5-r2.ebuild: |
1120 |
Mask again -fomit-frame-poointer as per bug #150413 and #148965 |
1121 |
|
1122 |
*ruby-1.8.5-r1 (06 Oct 2006) |
1123 |
|
1124 |
06 Oct 2006; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.5-r1.ebuild: |
1125 |
version bump to get rid of fomit-frame-pointer filtering, per bug #148965 |
1126 |
|
1127 |
05 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> ruby-1.8.5.ebuild: |
1128 |
tcltk -> tk, acked by Flameeyes. |
1129 |
|
1130 |
28 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.5.ebuild: |
1131 |
Stable on sparc wrt security #142038 |
1132 |
|
1133 |
27 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> ruby-1.8.5.ebuild: |
1134 |
hppa&&ppc stable, bug #142038 |
1135 |
|
1136 |
27 Sep 2006; Fernando J. Pereda <ferdy@gentoo.org> ruby-1.8.5.ebuild: |
1137 |
Stable on alpha wrt bug #145524 |
1138 |
|
1139 |
27 Sep 2006; Joshua Jackson <tsunam@gentoo.org> ruby-1.8.5.ebuild: |
1140 |
Stable x86; bug #142038 |
1141 |
|
1142 |
26 Sep 2006; Markus Rothe <corsair@gentoo.org> ruby-1.8.5.ebuild: |
1143 |
Stable on ppc64; bug #142038 |
1144 |
|
1145 |
26 Sep 2006; Simon Stelling <blubb@gentoo.org> ruby-1.8.5.ebuild: |
1146 |
stable on amd64; bug 142038 |
1147 |
|
1148 |
05 Sep 2006; Joshua Kinard <kumba@gentoo.org> ruby-1.8.4-r3.ebuild: |
1149 |
Marked stable on mips. |
1150 |
|
1151 |
02 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.5.ebuild: |
1152 |
Remove findutils dependency, again. |
1153 |
|
1154 |
02 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.5.ebuild: |
1155 |
Re-add ~x86-fbsd keyword that was removed somehow. |
1156 |
|
1157 |
30 Aug 2006; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.4.20060529.ebuild, |
1158 |
-ruby-1.8.5_pre1.ebuild, -ruby-1.8.5_pre4.ebuild: |
1159 |
remove old versions |
1160 |
|
1161 |
30 Aug 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.4-r3.ebuild, |
1162 |
ruby-1.8.5.ebuild: |
1163 |
Add debug use flag to use debug symbols |
1164 |
|
1165 |
*ruby-1.8.5 (28 Aug 2006) |
1166 |
|
1167 |
28 Aug 2006; <aaron@gentoo.org> +ruby-1.8.5.ebuild: |
1168 |
Version bump. +1.8.5 |
1169 |
|
1170 |
*ruby-1.8.5_pre4 (21 Aug 2006) |
1171 |
|
1172 |
21 Aug 2006; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.5_pre4.ebuild: |
1173 |
version bump |
1174 |
|
1175 |
07 Aug 2006; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.4-r3.ebuild: |
1176 |
Stable on sparc --- Bug #133002 --- builds and runs fine. (But notice |
1177 |
Comments 2, 16, and 20 on the referenced bug: they apply as well to sparc.) |
1178 |
|
1179 |
21 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> ruby-1.8.4-r3.ebuild: |
1180 |
Stable on amd64 and x86 wrt bug #133002. |
1181 |
|
1182 |
20 Jul 2006; Markus Rothe <corsair@gentoo.org> ruby-1.8.4-r3.ebuild: |
1183 |
Stable on ppc64; bug #133002 |
1184 |
|
1185 |
09 Jul 2006; Lars Weiler <pylon@gentoo.org> ruby-1.8.4-r3.ebuild: |
1186 |
Stable on ppc; bug #133002. |
1187 |
|
1188 |
02 Jul 2006; Daniel Black <dragonheart@gentoo.org> Manifest: |
1189 |
regen Manifest to not contain missing ruby-1.8.5_pre1.ebuild.orig |
1190 |
|
1191 |
26 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.5_pre1.ebuild: |
1192 |
Cleanup by removing deprecated gnuconfig, call autoconf explicitely, update |
1193 |
dependencies, add -fno-strict-aliasing. |
1194 |
|
1195 |
*ruby-1.8.5_pre1 (26 Jun 2006) |
1196 |
|
1197 |
26 Jun 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.4-r3.ebuild, |
1198 |
+ruby-1.8.5_pre1.ebuild: |
1199 |
new preview |
1200 |
|
1201 |
06 Jun 2006; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.4.20060226.ebuild: |
1202 |
remove a snapshot |
1203 |
|
1204 |
*ruby-1.8.4.20060529 (30 May 2006) |
1205 |
|
1206 |
30 May 2006; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4.20060529.ebuild: |
1207 |
Snapshot bump |
1208 |
|
1209 |
28 May 2006; Diego Pettenò <flameeyes@gentoo.org> |
1210 |
ruby-1.8.4.20060226.ebuild: |
1211 |
Respect LDFLAGS but filter -Bdirect for some libraries. |
1212 |
|
1213 |
28 May 2006; Diego Pettenò <flameeyes@gentoo.org> |
1214 |
ruby-1.8.4.20060226.ebuild: |
1215 |
Fix quoting. |
1216 |
|
1217 |
27 May 2006; Diego Pettenò <flameeyes@gentoo.org> |
1218 |
ruby-1.8.4.20060226.ebuild: |
1219 |
Drop dependency over findutils to avoid dependency on FreeBSD (it's in system). |
1220 |
|
1221 |
22 May 2006; Caleb Tennis <caleb@gentoo.org> -files/ruby-1.8.2-soap.diff, |
1222 |
-files/ruby-1.8.2-unittest.diff, |
1223 |
-files/ruby-1.8.2-xmlrpc-ipimethods-fix.diff, -files/re.c.182.patch, |
1224 |
-files/ruby-rdoc-gentoo.diff, -ruby-1.8.2-r2.ebuild, -ruby-1.8.3.ebuild, |
1225 |
-ruby-1.8.4.ebuild, -ruby-1.8.4-r2.ebuild: |
1226 |
remove old versions, particularly < 1.8.3 for GLSA 200510-05 |
1227 |
|
1228 |
01 May 2006; Rene Nussbaumer <killerfox@gentoo.org> ruby-1.8.4-r3.ebuild: |
1229 |
Stable on hppa. See bug #130657. |
1230 |
|
1231 |
29 Apr 2006; Simon Stelling <blubb@gentoo.org> ruby-1.8.4-r1.ebuild: |
1232 |
stable on amd64 wrt bug 130657 |
1233 |
|
1234 |
31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> |
1235 |
ruby-1.8.4.20060226.ebuild: |
1236 |
Add ~x86-fbsd keyword. |
1237 |
|
1238 |
*ruby-1.8.4-r3 (31 Mar 2006) |
1239 |
|
1240 |
31 Mar 2006; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4-r3.ebuild, |
1241 |
ruby-1.8.4.20060226.ebuild: |
1242 |
Add ipv6 support per bug #128026 |
1243 |
|
1244 |
31 Mar 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.4-r2.ebuild: |
1245 |
Fix Ruby 1.8.4's oniguruma per bug #127860 |
1246 |
|
1247 |
*ruby-1.8.4-r2 (21 Mar 2006) |
1248 |
|
1249 |
21 Mar 2006; Caleb Tennis <caleb@gentoo.org> |
1250 |
+files/ruby-1.8.4-glibc24-eaccess.diff, +ruby-1.8.4-r2.ebuild: |
1251 |
Version bump for a patch that handles eaccess with new glibc2.4 (bug #126886) |
1252 |
|
1253 |
*ruby-1.8.4.20060226 (27 Feb 2006) |
1254 |
|
1255 |
27 Feb 2006; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4.20060226.ebuild: |
1256 |
Adding a new 1.8.4 snapshot as of today, see if it helps with some YAML and |
1257 |
other bugs |
1258 |
|
1259 |
26 Feb 2006; Joshua Kinard <kumba@gentoo.org> ruby-1.8.4-r1.ebuild: |
1260 |
Marked stable on mips. |
1261 |
|
1262 |
22 Feb 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.2-r2.ebuild, |
1263 |
ruby-1.8.3.ebuild, ruby-1.8.4.ebuild, ruby-1.8.4-r1.ebuild: |
1264 |
adding RESTRICT=confcache to ebuilds per bug #122966 |
1265 |
|
1266 |
04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4-r1.ebuild: |
1267 |
Remove GNUish cp -d call. |
1268 |
|
1269 |
31 Jan 2006; Aron Griffis <agriffis@gentoo.org> ruby-1.8.4-r1.ebuild: |
1270 |
Mark 1.8.4-r1 stable on ia64 |
1271 |
|
1272 |
31 Jan 2006; Aron Griffis <agriffis@gentoo.org> ruby-1.8.4-r1.ebuild: |
1273 |
Mark 1.8.4-r1 stable on alpha |
1274 |
|
1275 |
21 Jan 2006; Markus Rothe <corsair@gentoo.org> ruby-1.8.4-r1.ebuild: |
1276 |
Stable on ppc64 |
1277 |
|
1278 |
21 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> ruby-1.8.4-r1.ebuild: |
1279 |
Stable on ppc. |
1280 |
|
1281 |
19 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.4-r1.ebuild: |
1282 |
Stable on sparc |
1283 |
|
1284 |
18 Jan 2006; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.2.ebuild, |
1285 |
-ruby-1.8.2-r1.ebuild: |
1286 |
Remove old versions |
1287 |
|
1288 |
18 Jan 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.4-r1.ebuild: |
1289 |
I think this is now a good candidate for x86 stable |
1290 |
|
1291 |
12 Jan 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.4-r1.ebuild: |
1292 |
Install the sample directory into DOCDIR if the examples use flag is on - |
1293 |
bug #118181 |
1294 |
|
1295 |
02 Jan 2006; Caleb Tennis <caleb@gentoo.org> ruby-1.8.3.ebuild, |
1296 |
ruby-1.8.4.ebuild, ruby-1.8.4-r1.ebuild: |
1297 |
add blocker on dev-ruby/rexml |
1298 |
|
1299 |
27 Dec 2005; Caleb Tennis <caleb@gentoo.org> -files/ruby-1.8.4-yaml.diff, |
1300 |
-ruby-1.8.4_pre2.ebuild, -ruby-1.8.4_pre2-r1.ebuild, |
1301 |
-ruby-1.8.4_pre3.ebuild: |
1302 |
Remove _pre versions |
1303 |
|
1304 |
*ruby-1.8.4 (27 Dec 2005) |
1305 |
|
1306 |
27 Dec 2005; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4.ebuild: |
1307 |
Bump to 1.8.4 final |
1308 |
|
1309 |
*ruby-1.8.4_pre3 (22 Dec 2005) |
1310 |
|
1311 |
22 Dec 2005; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4_pre3.ebuild: |
1312 |
Version bump |
1313 |
|
1314 |
*ruby-1.8.4_pre2-r1 (14 Dec 2005) |
1315 |
|
1316 |
14 Dec 2005; Caleb Tennis <caleb@gentoo.org> +files/ruby-1.8.4-yaml.diff, |
1317 |
+ruby-1.8.4_pre2-r1.ebuild: |
1318 |
Revbump and add YAML patch from bug #115388 |
1319 |
|
1320 |
11 Dec 2005; Caleb Tennis <caleb@gentoo.org> ruby-1.8.2-r2.ebuild, |
1321 |
ruby-1.8.3.ebuild, ruby-1.8.4_pre2.ebuild: |
1322 |
Patch ebuilds to install ri docs if doc use flag is installed |
1323 |
|
1324 |
07 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> ruby-1.8.4_pre2.ebuild: |
1325 |
Make it multilib-strict capable. It might not be 100% complete for |
1326 |
non-symlinked profiles, yet, as it installs arch-independent extensions in |
1327 |
lib64, but currently there's no other way to improve this (sharing the |
1328 |
site-independent directory would trigger collision-protect when two |
1329 |
different ABI are installed for the same package, for the independent files, |
1330 |
like headers). Closes bug #89985. No-change for non-multilib users. |
1331 |
|
1332 |
04 Dec 2005; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.3.ebuild, |
1333 |
ruby-1.8.4_pre2.ebuild: |
1334 |
Removed epatch to oniguruma (not necessary anymore) |
1335 |
|
1336 |
*ruby-1.8.4_pre2 (02 Dec 2005) |
1337 |
|
1338 |
02 Dec 2005; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.4_pre1.ebuild, |
1339 |
+ruby-1.8.4_pre2.ebuild: |
1340 |
Version bump |
1341 |
|
1342 |
*ruby-1.8.4_pre1 (01 Nov 2005) |
1343 |
|
1344 |
01 Nov 2005; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.4_pre1.ebuild: |
1345 |
Pre-release version bump |
1346 |
|
1347 |
29 Oct 2005; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.3.ebuild: |
1348 |
Added cjk USE flag back. This closes bug #106293. |
1349 |
|
1350 |
08 Oct 2005; Fabian Groffen <grobian@gentoo.org> ruby-1.8.2.ebuild: |
1351 |
Dropping ppc-macos keyword to ~ppc-macos for bug #106996 |
1352 |
|
1353 |
07 Oct 2005; Caleb Tennis <caleb@gentoo.org> -ruby-1.6.8-r12.ebuild: |
1354 |
Hope I got the 1.6 deps cleared out now |
1355 |
|
1356 |
05 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> |
1357 |
+files/ruby-1.6.8-20040728-20041024.diff, |
1358 |
+files/ruby-1.6.8-fix-x86_64.patch, +ruby-1.6.8-r12.ebuild: |
1359 |
resurrect ruby-1.6 until the deps are cleaned out first |
1360 |
|
1361 |
05 Oct 2005; Caleb Tennis <caleb@gentoo.org> |
1362 |
-files/ruby-1.6.8-20040728-20041024.diff, |
1363 |
-files/ruby-1.6.8-fix-x86_64.patch, -ruby-1.6.8-r12.ebuild: |
1364 |
Removing ruby 1.6 |
1365 |
|
1366 |
02 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> ruby-1.8.3.ebuild: |
1367 |
Stable on sh. |
1368 |
|
1369 |
02 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> ruby-1.8.3.ebuild: |
1370 |
Stable on ia64, bug 106996. |
1371 |
|
1372 |
02 Oct 2005; Hardave Riar <hardave@gentoo.org> ruby-1.8.3.ebuild: |
1373 |
Stable on mips, bug #106996. |
1374 |
|
1375 |
30 Sep 2005; Simon Stelling <blubb@gentoo.org> ruby-1.8.3.ebuild: |
1376 |
stable on amd64 wrt bug 106996 |
1377 |
|
1378 |
29 Sep 2005; Jose Luis Rivero <yoswink@gentoo.org> ruby-1.8.3.ebuild: |
1379 |
Stable on alpha wrt security bug #106996 |
1380 |
|
1381 |
28 Sep 2005; Markus Rothe <corsair@gentoo.org> ruby-1.8.3.ebuild: |
1382 |
Stable on ppc64 |
1383 |
|
1384 |
28 Sep 2005; Andrej Kacian <ticho@gentoo.org> ruby-1.8.3.ebuild: |
1385 |
Stable on x86, bug #106996. |
1386 |
|
1387 |
27 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> ruby-1.8.3.ebuild: |
1388 |
Stable on ppc. |
1389 |
|
1390 |
27 Sep 2005; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.3.ebuild: |
1391 |
Add sparc keyword (Security Bug #106996); concerns expressed in the bug's |
1392 |
comments are cured by upgrading rubygems, activesupport. |
1393 |
|
1394 |
27 Sep 2005; Rene Nussbaumer <killerfox@gentoo.org> ruby-1.8.3.ebuild: |
1395 |
Stable on hppa. bug #106996 |
1396 |
|
1397 |
23 Sep 2005; Sven Wegener <swegener@gentoo.org> ruby-1.8.3.ebuild: |
1398 |
${D}${ROOT} is bad. dosym doesn't use the cwd for symlinking, so we don't need |
1399 |
to cd here. |
1400 |
|
1401 |
23 Sep 2005; Caleb Tennis <caleb@gentoo.org> ruby-1.8.3.ebuild: |
1402 |
Use relative link over absolute one |
1403 |
|
1404 |
23 Sep 2005; Caleb Tennis <caleb@gentoo.org> ruby-1.8.2-r2.ebuild, |
1405 |
ruby-1.8.3.ebuild: |
1406 |
Add a blocker against dev-ruby/rdoc, as its now provided in ruby itself |
1407 |
|
1408 |
*ruby-1.8.3 (23 Sep 2005) |
1409 |
|
1410 |
23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -ruby-1.8.3_pre1.ebuild, |
1411 |
-ruby-1.8.3_pre2.ebuild, +ruby-1.8.3.ebuild: |
1412 |
Verison bump |
1413 |
|
1414 |
*ruby-1.8.3_pre2 (17 Sep 2005) |
1415 |
|
1416 |
17 Sep 2005; Caleb Tennis <caleb@gentoo.org> +ruby-1.8.3_pre2.ebuild: |
1417 |
Version bump |
1418 |
|
1419 |
23 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> ruby-1.8.2-r2.ebuild: |
1420 |
Stable on sh. |
1421 |
|
1422 |
*ruby-1.8.2-r2 (09 Jul 2005) |
1423 |
|
1424 |
09 Jul 2005; Caleb Tennis <caleb@gentoo.org> |
1425 |
+files/ruby-1.8.2-xmlrpc-ipimethods-fix.diff, +ruby-1.8.2-r2.ebuild: |
1426 |
Bump with patch for GLSA Bug #96784 |
1427 |
|
1428 |
03 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> ruby-1.8.2-r1.ebuild: |
1429 |
Stable on alpha. |
1430 |
|
1431 |
01 Jul 2005; Danny van Dyk <kugelfang@gentoo.org> ruby-1.8.2-r1.ebuild, |
1432 |
ruby-1.8.3_pre1.ebuild: |
1433 |
Disabled previous patch due to a strange breakage wrt to rubygems. |
1434 |
|
1435 |
26 Jun 2005; Danny van Dyk <kugelfang@gentoo.org> ruby-1.8.2-r1.ebuild, |
1436 |
ruby-1.8.3_pre1.ebuild: |
1437 |
Fixed multlib-strict BUG #89985. |
1438 |
|
1439 |
28 May 2005; Aron Griffis <agriffis@gentoo.org> ruby-1.8.3_pre1.ebuild: |
1440 |
Change ia64 to ~ia64, looks like a bump was done without running ekeyword |
1441 |
~all ruby-1.8.3_pre1.ebuild |
1442 |
|
1443 |
*ruby-1.8.3_pre1 (21 May 2005) |
1444 |
|
1445 |
21 May 2005; Mamoru KOMACHI <usata@gentoo.org> +files/re.c.182.patch, |
1446 |
-ruby-1.6.8-r11.ebuild, +ruby-1.8.3_pre1.ebuild: |
1447 |
Added preview release. |
1448 |
|
1449 |
19 May 2005; Guy Martin <gmsoft@gentoo.org> ruby-1.6.8-r12.ebuild: |
1450 |
Stable on hppa. |
1451 |
|
1452 |
18 May 2005; Markus Rothe <corsair@gentoo.org> ruby-1.8.2-r1.ebuild: |
1453 |
Stable on ppc64 |
1454 |
|
1455 |
07 May 2005; Aron Griffis <agriffis@gentoo.org> ruby-1.8.2-r1.ebuild: |
1456 |
stable on ia64 |
1457 |
|
1458 |
01 May 2005; Guy Martin <gmsoft@gentoo.org> ruby-1.8.2-r1.ebuild: |
1459 |
Stable on hppa. |
1460 |
|
1461 |
24 Apr 2005; Tom Martin <slarti@gentoo.org> ruby-1.8.2-r1.ebuild: |
1462 |
Stable on amd64. |
1463 |
|
1464 |
22 Apr 2005; Alin Nastac <mrness@gentoo.org> ruby-1.8.2.ebuild, |
1465 |
ruby-1.8.2-r1.ebuild: |
1466 |
net-misc/dante -> net-proxy/dante |
1467 |
|
1468 |
20 Apr 2005; Herbie Hopkins <herbs@gentoo.org> ruby-1.8.2-r1.ebuild: |
1469 |
Fix my sed statement... bug #89736. |
1470 |
|
1471 |
19 Apr 2005; Herbie Hopkins <herbs@gentoo.org> ruby-1.8.2-r1.ebuild: |
1472 |
Correct a hard-coded lib path in the configure script to close bug #76111 |
1473 |
(for real this time) |
1474 |
|
1475 |
18 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> ruby-1.8.2-r1.ebuild: |
1476 |
Stable on ppc. |
1477 |
|
1478 |
18 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.2-r1.ebuild: |
1479 |
Stable on sparc |
1480 |
|
1481 |
17 Apr 2005; Tom Martin <slarti@gentoo.org> ruby-1.8.2-r1.ebuild: |
1482 |
Add multilib handling. Resolves bug 76111. All the dev-ruby packages |
1483 |
should install on multilibbed systems now. |
1484 |
|
1485 |
14 Apr 2005; Caleb Tennis <caleb@gentoo.org> |
1486 |
-files/ruby-1.8.0-CGI::Session.patch, -ruby-1.8.0-r7.ebuild, |
1487 |
-ruby-1.8.1-r7.ebuild, -ruby-1.8.2_pre3.ebuild, -ruby-1.8.2_pre4.ebuild: |
1488 |
Remove older versions |
1489 |
|
1490 |
14 Apr 2005; Caleb Tennis <caleb@gentoo.org> ruby-1.8.2-r1.ebuild: |
1491 |
marking x86 stable |
1492 |
|
1493 |
08 Apr 2005; Markus Rothe <corsair@gentoo.org> ruby-1.8.2.ebuild: |
1494 |
Stable on ppc64 |
1495 |
|
1496 |
01 Apr 2005; Simon Stelling <blubb@gentoo.org> ruby-1.8.2.ebuild: |
1497 |
stable on amd64 |
1498 |
|
1499 |
*ruby-1.8.2-r1 (23 Mar 2005) |
1500 |
|
1501 |
23 Mar 2005; Caleb Tennis <caleb@gentoo.org> +files/ruby-1.8.2-soap.diff, |
1502 |
+files/ruby-1.8.2-unittest.diff, +ruby-1.8.2-r1.ebuild: |
1503 |
Rev bump adding two bug fix patches (Bugs #83127 and #85905) |
1504 |
|
1505 |
18 Mar 2005; Aron Griffis <agriffis@gentoo.org> ruby-1.8.2.ebuild: |
1506 |
Stable on ia64 |
1507 |
|
1508 |
06 Feb 2005; Joshua Kinard <kumba@gentoo.org> ruby-1.8.2.ebuild: |
1509 |
Marked stable on mips. |
1510 |
|
1511 |
21 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> ruby-1.8.2.ebuild: |
1512 |
Stable on sparc |
1513 |
|
1514 |
21 Jan 2005; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.2.ebuild: |
1515 |
Stable on alpha, ppc, ppc-macos and x86. |
1516 |
|
1517 |
*ruby-1.8.2 (02 Jan 2005) |
1518 |
|
1519 |
02 Jan 2005; Mamoru KOMACHI <usata@gentoo.org> +ruby-1.8.2.ebuild: |
1520 |
Version bumped. |
1521 |
|
1522 |
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : |
1523 |
Change encoding to UTF-8 for GLEP 31 compliance |
1524 |
|
1525 |
*ruby-1.8.2_pre4 (22 Dec 2004) |
1526 |
|
1527 |
22 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> -ruby-1.8.2_pre2.ebuild, |
1528 |
+ruby-1.8.2_pre4.ebuild: |
1529 |
Version bumped. |
1530 |
|
1531 |
15 Nov 2004; Hardave Riar <hardave@gentoo.org> ruby-1.6.8-r12.ebuild: |
1532 |
Stable on mips, bug #69985. |
1533 |
|
1534 |
12 Nov 2004; Joshua Kinard <kumba@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1535 |
Marked stable on mips. |
1536 |
|
1537 |
13 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> |
1538 |
files/ruby-rdoc-gentoo.diff, ruby-1.8.2_pre2.ebuild, |
1539 |
ruby-1.8.2_pre3.ebuild: |
1540 |
Fixed ri installation; bug #62003. |
1541 |
|
1542 |
11 Nov 2004; Olivier Crete <tester@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1543 |
Stable on x86, bug 69985 |
1544 |
|
1545 |
11 Nov 2004; Ferris McCormick <fmccor@gentoo.org> ruby-1.6.8-r12.ebuild: |
1546 |
Stable for sparc wrt Bug 69985. Builds, installs, and runs tests. |
1547 |
|
1548 |
10 Nov 2004; Kito <kito@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1549 |
stable on ppc-macos re: bug 69985 |
1550 |
|
1551 |
10 Nov 2004; Markus Rothe <corsair@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1552 |
Stable on ppc64; bug #69985 |
1553 |
|
1554 |
10 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1555 |
Stable on alpha, bug 69985. |
1556 |
|
1557 |
10 Nov 2004; <SeJo@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1558 |
stable on ppc gsla: 69985 |
1559 |
|
1560 |
09 Nov 2004; Simon Stelling <blubb@gentoo.org> ruby-1.6.8-r12.ebuild, |
1561 |
ruby-1.8.2_pre3.ebuild: |
1562 |
stable on amd64. bug #69985 |
1563 |
|
1564 |
09 Nov 2004; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1565 |
Stable for sparc wrt security Bug 69985. My tests and applications work as |
1566 |
expected. |
1567 |
|
1568 |
10 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> |
1569 |
-files/oniguruma-2.3.1-fix-ppc.patch, +files/oniguruma-2.3.1-gentoo.patch, |
1570 |
ruby-1.6.8-r11.ebuild, ruby-1.6.8-r12.ebuild, ruby-1.8.0-r7.ebuild, |
1571 |
ruby-1.8.1-r7.ebuild, ruby-1.8.2_pre2.ebuild, ruby-1.8.2_pre3.ebuild: |
1572 |
Apply oniguruma fix patch on all arches. |
1573 |
|
1574 |
09 Nov 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.8.2_pre3.ebuild: |
1575 |
On ia64 we need to build without optimization #48824. Add ~ia64 |
1576 |
|
1577 |
*ruby-1.8.2_pre3 (09 Nov 2004) |
1578 |
|
1579 |
09 Nov 2004; Aron Griffis <agriffis@gentoo.org> +ruby-1.8.2_pre3.ebuild: |
1580 |
Version bumped. |
1581 |
|
1582 |
*ruby-1.6.8-r12 (05 Nov 2004) |
1583 |
|
1584 |
05 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> |
1585 |
+files/ruby-1.6.8-20040728-20041024.diff, +ruby-1.6.8-r12.ebuild: |
1586 |
Added a patch to fix CGI issue; bug #69985. |
1587 |
|
1588 |
27 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.2_pre2.ebuild: |
1589 |
Fixed bug #68901. |
1590 |
|
1591 |
20 Oct 2004; <agriffis@gentoo.org> files/ruby-rdoc-gentoo.diff: |
1592 |
Fix rdoc patch to build all documentation instead of just part of it. This is |
1593 |
actually an upstream bug... |
1594 |
|
1595 |
19 Oct 2004; Guy Martin <gmsoft@gentoo.org> ruby-1.6.8-r11.ebuild: |
1596 |
Stable on hppa. |
1597 |
|
1598 |
17 Oct 2004; Hardave Riar <hardave@gentoo.org> ruby-1.6.8-r11.ebuild: |
1599 |
Stable on mips, bug #60525. |
1600 |
|
1601 |
10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> |
1602 |
+files/oniguruma-2.3.1-fix-ppc.patch, ruby-1.6.8-r11.ebuild, |
1603 |
ruby-1.8.0-r7.ebuild, ruby-1.8.1-r7.ebuild, ruby-1.8.2_pre2.ebuild: |
1604 |
Fixed compilation failure on ppc with cjk USE flag. |
1605 |
|
1606 |
09 Oct 2004; Tom Gall <tgall@gentoo.org> ruby-1.8.2_pre2.ebuild: |
1607 |
stable on ppc64, bug #60525 |
1608 |
|
1609 |
06 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> -ruby-1.6.8-r6.ebuild, |
1610 |
ruby-1.8.2_pre2.ebuild: |
1611 |
Added threads local USE flag (if you compile tk with threads, you will |
1612 |
also need to compile ruby with threads). This will close bug #65858. |
1613 |
|
1614 |
03 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> -ruby-1.8.1-r3.ebuild, |
1615 |
-ruby-1.8.1-r6.ebuild, -ruby-1.8.0-r6.ebuild, ruby-1.6.8-r11.ebuild, |
1616 |
ruby-1.8.1-r7.ebuild, ruby-1.8.2_pre2.ebuild: |
1617 |
Removed old ebuilds. Updated oniguruma patch. |
1618 |
|
1619 |
21 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> ruby-1.8.2_pre2.ebuild: |
1620 |
Marked stable on amd64. |
1621 |
|
1622 |
01 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +files/ruby-rdoc-gentoo.diff, |
1623 |
ruby-1.8.2_pre2.ebuild: |
1624 |
Fixed build failure when installing ruby +doc for the first time. |
1625 |
Thanks to Phil Pennock <gentoo@spodhuis.demon.nl>, closing bug #62369. |
1626 |
|
1627 |
31 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> -ruby-1.6.8-r10.ebuild, |
1628 |
ruby-1.6.8-r11.ebuild, ruby-1.8.2_pre2.ebuild: |
1629 |
Added doc IUSE flag to 1.8.2_pre2. Thanks to Charles Comstock |
1630 |
<dgtized@gmail.com>, closing bug #62003. Disabled maketest for |
1631 |
1.6.8-r11 if cjk is set. Removed old ebuild. |
1632 |
|
1633 |
25 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> ruby-1.6.8-r11.ebuild: |
1634 |
Marked stable on amd64. |
1635 |
|
1636 |
22 Aug 2004; Joshua Kinard <kumba@gentoo.org> ruby-1.8.1-r7.ebuild, |
1637 |
ruby-1.8.2_pre2.ebuild: |
1638 |
Marked stable on mips. |
1639 |
|
1640 |
21 Aug 2004; Jason Wever <weeve@gentoo.org> ruby-1.6.8-r11.ebuild, |
1641 |
ruby-1.8.2_pre2.ebuild: |
1642 |
Stable on sparc wrt security bug #60525. |
1643 |
|
1644 |
20 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> ruby-1.6.8-r11.ebuild, |
1645 |
ruby-1.8.2_pre2.ebuild: |
1646 |
Stable on alpha, bug 60525. |
1647 |
|
1648 |
20 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r11.ebuild, |
1649 |
ruby-1.8.0-r7.ebuild, ruby-1.8.2_pre2.ebuild: |
1650 |
Stable on x86 for the fix of CGI::Session's insecure permission issue. |
1651 |
See bug #60525. |
1652 |
|
1653 |
*ruby-1.8.0-r7 (19 Aug 2004) |
1654 |
|
1655 |
19 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> |
1656 |
+files/ruby-1.8.0-CGI::Session.patch, +ruby-1.8.0-r7.ebuild, |
1657 |
ruby-1.8.2_pre2.ebuild: |
1658 |
Applied a patch to set safer permission when using CGI::Session and |
1659 |
PStore. See bug #60525. |
1660 |
|
1661 |
*ruby-1.6.8-r11 (19 Aug 2004) |
1662 |
|
1663 |
19 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +ruby-1.6.8-r11.ebuild, |
1664 |
-ruby-1.8.2_pre1.ebuild: |
1665 |
New snapshot and oniguruma patch. Removed previous prerelease ebuild. |
1666 |
|
1667 |
08 Aug 2004; Tom Gall <tgall@gentoo.org> ruby-1.8.1-r7.ebuild: |
1668 |
stable on ppc64, bug #57676 |
1669 |
|
1670 |
*ruby-1.8.2_pre2 (01 Aug 2004) |
1671 |
|
1672 |
01 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> +ruby-1.8.2_pre2.ebuild: |
1673 |
Version bumped. |
1674 |
|
1675 |
21 Jul 2004; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.1-r7.ebuild: |
1676 |
Marked stable for sparc. |
1677 |
|
1678 |
20 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.2_pre1.ebuild: |
1679 |
Added to ~macos. |
1680 |
|
1681 |
*ruby-1.8.2_pre1 (17 Jul 2004) |
1682 |
|
1683 |
17 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.0-r6.ebuild, |
1684 |
ruby-1.8.1-r3.ebuild, ruby-1.8.1-r6.ebuild, ruby-1.8.1-r7.ebuild, |
1685 |
+ruby-1.8.2_pre1.ebuild: |
1686 |
Version bumped. Block dev-lang/ruby-cvs-1.8 |
1687 |
|
1688 |
19 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.1-r7.ebuild: |
1689 |
Fixed non-existent S |
1690 |
|
1691 |
*ruby-1.8.1-r7 (19 Jun 2004) |
1692 |
|
1693 |
19 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r10.ebuild, |
1694 |
ruby-1.8.1-r2.ebuild, ruby-1.8.1-r7.ebuild: |
1695 |
Updated CVS snapshot |
1696 |
|
1697 |
09 Jun 2004; Guy Martin <gmsoft@gentoo.org> ruby-1.8.1-r6.ebuild: |
1698 |
Marked stable on hppa. |
1699 |
|
1700 |
03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.6.8-r10.ebuild, |
1701 |
ruby-1.6.8-r6.ebuild, ruby-1.8.0-r6.ebuild, ruby-1.8.1-r2.ebuild, |
1702 |
ruby-1.8.1-r3.ebuild: |
1703 |
Fix use invocation |
1704 |
|
1705 |
02 Jun 2004; Travis Tilley <lv@gentoo.org> ruby-1.8.1-r6.ebuild: |
1706 |
stable on amd64 |
1707 |
|
1708 |
19 May 2004; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.1-r6.ebuild: |
1709 |
Marked stable for sparc, and changed line 33 from "<tab-char>-only" to just a |
1710 |
blank line (to keep repoman happy). |
1711 |
|
1712 |
18 May 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r10.ebuild, |
1713 |
ruby-1.6.8-r9.ebuild, ruby-1.8.0-r6.ebuild, ruby-1.8.1-r2.ebuild, |
1714 |
ruby-1.8.1-r3.ebuild, ruby-1.8.1-r5.ebuild, ruby-1.8.1-r6.ebuild, |
1715 |
files/oniguruma-20040202.diff: |
1716 |
Added autoconf dependancy, closing bug #51301. Marked 1.6.8-r10 and |
1717 |
1.8.1-r6 stable on x86, alpha and ppc. |
1718 |
|
1719 |
*ruby-1.8.1-r6 (01 May 2004) |
1720 |
*ruby-1.6.8-r10 (01 May 2004) |
1721 |
|
1722 |
01 May 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r10.ebuild, |
1723 |
ruby-1.6.8-r8.ebuild, ruby-1.8.1-r4.ebuild, ruby-1.8.1-r6.ebuild: |
1724 |
Updated Oniguruma patch, removed old ebuilds. |
1725 |
|
1726 |
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.6.8-r6.ebuild, |
1727 |
ruby-1.6.8-r8.ebuild, ruby-1.6.8-r9.ebuild: |
1728 |
Add die following econf for bug 48950 |
1729 |
|
1730 |
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0-r6.ebuild, |
1731 |
ruby-1.8.1-r2.ebuild, ruby-1.8.1-r3.ebuild, ruby-1.8.1-r4.ebuild, |
1732 |
ruby-1.8.1-r5.ebuild: |
1733 |
Add die following econf for bug 48950 |
1734 |
|
1735 |
*ruby-1.8.1-r5 (24 Apr 2004) |
1736 |
|
1737 |
24 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.1-r5.ebuild: |
1738 |
Redo of the last patch (rexml update) |
1739 |
|
1740 |
23 Apr 2004; Aron Griffis <agriffis@gentoo.org> ruby-1.8.1-r2.ebuild, |
1741 |
ruby-1.8.1-r3.ebuild, ruby-1.8.1-r4.ebuild: |
1742 |
Mark -ia64 until bug 48824 is resolved |
1743 |
|
1744 |
*ruby-1.6.8-r9 (24 Apr 2004) |
1745 |
*ruby-1.8.1-r4 (24 Apr 2004) |
1746 |
|
1747 |
24 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r6.ebuild, |
1748 |
ruby-1.6.8-r8.ebuild, ruby-1.6.8-r9.ebuild, ruby-1.8.0-r6.ebuild, |
1749 |
ruby-1.8.1-r2.ebuild, ruby-1.8.1-r3.ebuild, ruby-1.8.1-r4.ebuild: |
1750 |
Updated snapshot and oniguruma patch. Closing bug #48426. Fixed ROOT. |
1751 |
|
1752 |
22 Apr 2004; Travis Tilley <lv@gentoo.org> ruby-1.8.1-r3.ebuild: |
1753 |
stable on amd64 |
1754 |
|
1755 |
18 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r7.ebuild, |
1756 |
ruby-1.8.0-r5.ebuild, ruby-1.8.0-r6.ebuild, ruby-1.8.1-r3.ebuild: |
1757 |
Marked stable to fix rdoc (see bug #48127). Removed old ebuilds. |
1758 |
|
1759 |
17 Apr 2004; Travis Tilley <lv@gentoo.org> ruby-1.8.1-r3.ebuild: |
1760 |
added missing ~amd64 keyword |
1761 |
|
1762 |
*ruby-1.6.8-r8 (12 Apr 2004) |
1763 |
|
1764 |
12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r8.ebuild: |
1765 |
Updated to the latest CVS snapshot |
1766 |
|
1767 |
12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r3.ebuild, |
1768 |
ruby-1.6.8-r6.ebuild, ruby-1.8.0-r1.ebuild, ruby-1.8.0-r5.ebuild, |
1769 |
ruby-1.8.1-r2.ebuild, files/ruby-config: |
1770 |
Marked 1.6.8-r6, 1.8.0-r5 and 1.8.1-r2 stable on all arches. Removed old |
1771 |
versions. |
1772 |
|
1773 |
*ruby-1.6.8-r7 (10 Apr 2004) |
1774 |
*ruby-1.8.0-r6 (10 Apr 2004) |
1775 |
*ruby-1.8.1-r3 (10 Apr 2004) |
1776 |
|
1777 |
10 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r3.ebuild, |
1778 |
ruby-1.6.8-r6.ebuild, ruby-1.6.8-r7.ebuild, ruby-1.8.0-r1.ebuild, |
1779 |
ruby-1.8.0-r5.ebuild, ruby-1.8.0-r6.ebuild, ruby-1.8.1-r1.ebuild, |
1780 |
ruby-1.8.1-r2.ebuild, ruby-1.8.1-r3.ebuild: |
1781 |
Updated oniguruma patch (UTF-16 support). Added PROVIDE="virtual/ruby", |
1782 |
see bug #46968 |
1783 |
|
1784 |
07 Apr 2004; Brian Jackson <iggy@gentoo.org> ruby-1.8.1-r2.ebuild: |
1785 |
added s390 keyword |
1786 |
|
1787 |
30 Mar 2004; Joshua Kinard <kumba@gentoo.org> ruby-1.6.8-r6.ebuild: |
1788 |
Marking stable on mips to remove a repoman dep. |
1789 |
|
1790 |
25 Mar 2004; Joshua Kinard <kumba@gentoo.org> ruby-1.6.8-r3.ebuild, |
1791 |
ruby-1.8.0-r1.ebuild, ruby-1.8.0-r5.ebuild: |
1792 |
Marked stable on mips. |
1793 |
|
1794 |
09 Mar 2004; <agriffis@gentoo.org> ruby-1.8.0-r5.ebuild: |
1795 |
stable on alpha and ia64 |
1796 |
|
1797 |
29 Feb 2004; Ciaran McCreesh <ciaranm@gentoo.org> ruby-1.8.0-r5.ebuild: |
1798 |
Stable on sparc |
1799 |
|
1800 |
29 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r6.ebuild, |
1801 |
ruby-1.8.0-r5.ebuild: |
1802 |
Marked stable on x86 and alpha |
1803 |
|
1804 |
*ruby-1.8.1-r2 (07 Feb 2004) |
1805 |
|
1806 |
07 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.1-r2.ebuild, |
1807 |
ruby-1.8.1.ebuild, files/oniguruma-20040202.diff: |
1808 |
Added CVS snapshot |
1809 |
|
1810 |
*ruby-1.6.8-r6 (30 Jan 2004) |
1811 |
*ruby-1.8.0-r5 (30 Jan 2004) |
1812 |
*ruby-1.8.1-r1 (30 Jan 2004) |
1813 |
|
1814 |
30 Jan 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r6.ebuild, |
1815 |
ruby-1.8.0-r5.ebuild, ruby-1.8.1-r1.ebuild: |
1816 |
Moved ruby-config script out to dev-ruby/ruby-config. Removed ruby16 |
1817 |
IUSE flag and let ruby-config take care of dead symlinks. |
1818 |
|
1819 |
*ruby-1.8.1 (25 Dec 2003) |
1820 |
|
1821 |
25 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r4.ebuild, |
1822 |
ruby-1.6.8-r5.ebuild, ruby-1.8.0-r3.ebuild, ruby-1.8.0-r4.ebuild, |
1823 |
ruby-1.8.1.ebuild, ruby-1.8.1_pre3.ebuild, ruby-1.8.1_pre4.ebuild: |
1824 |
Version bumped, upstream source and Oniguruma patch |
1825 |
|
1826 |
*ruby-1.8.1_pre4 (22 Dec 2003) |
1827 |
|
1828 |
22 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.1_pre4.ebuild: |
1829 |
Version bumped |
1830 |
|
1831 |
*ruby-1.6.8-r4 (11 Dec 2003) |
1832 |
|
1833 |
11 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r3.ebuild, |
1834 |
ruby-1.6.8-r4.ebuild, ruby-1.8.0-r1.ebuild, ruby-1.8.0-r2.ebuild, |
1835 |
ruby-1.8.0-r3.ebuild, ruby-1.8.1_pre2-r1.ebuild, |
1836 |
files/ruby-1.6.8-oniguruma-gentoo.diff: |
1837 |
Added cjk IUSE flag. Changed ruby18 local USE flag to ruby16. |
1838 |
(You need to set ruby16 USE flag manually to have /usr/bin/ruby |
1839 |
as a symlink to /usr/bin/ruby16, otherwise ruby18 is used.) |
1840 |
|
1841 |
*ruby-1.8.1_pre3 (06 Dec 2003) |
1842 |
|
1843 |
06 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r1.ebuild, |
1844 |
ruby-1.6.8-r2.ebuild, ruby-1.6.8-r3.ebuild, ruby-1.6.8.ebuild, |
1845 |
ruby-1.8.0-r2.ebuild, ruby-1.8.0.ebuild, ruby-1.8.1_pre2-r1.ebuild, |
1846 |
ruby-1.8.1_pre2.ebuild, ruby-1.8.1_pre3.ebuild, files/ruby-config: |
1847 |
Version bumeped. Removed old ebuilds. |
1848 |
|
1849 |
23 Nov 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.6.8-r1.ebuild, |
1850 |
ruby-1.6.8-r2.ebuild: |
1851 |
Mark versions which don't build on ia64 as -ia64 |
1852 |
|
1853 |
*ruby-1.8.1_pre2-r1 (15 Nov 2003) |
1854 |
*ruby-1.6.8-r3 (15 Nov 2003) |
1855 |
|
1856 |
15 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r3.ebuild, |
1857 |
ruby-1.8.0-r2.ebuild, ruby-1.8.1_pre2-r1.ebuild, files/ruby-config: |
1858 |
Added ruby-config. Fixed erb symlink path in ruby-1.8.0-r1.ebuild |
1859 |
and ruby-1.8.1_pre2.ebuild. |
1860 |
|
1861 |
12 Nov 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0-r1.ebuild: |
1862 |
Mark this version stable on all arches since we've had almost-complete |
1863 |
coverage and want them to move forward at the same time. Additional motivation |
1864 |
is that 1.6.8 won't build on ia64 (see bug 33305) |
1865 |
|
1866 |
03 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.0-r1.ebuild, |
1867 |
ruby-1.8.1_pre2.ebuild: |
1868 |
Make GC_MALLOC_LIMIT configurable. Added ruby18 IUSE flag. Fixed a |
1869 |
typo in pkg_postrm. NOTE: If you see 'N' when you run `emerge -uUp |
1870 |
world` please unmerge <=ruby-1.6.8-r1 or <=ruby-1.8.0, and then |
1871 |
emerge =ruby-1.6.8-r2 and/or >=ruby-1.8.0-r1. See also bug #32526. |
1872 |
|
1873 |
*ruby-1.8.1_pre2 (01 Nov 2003) |
1874 |
|
1875 |
01 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.8.1_pre2.ebuild: |
1876 |
New upstream preview release. |
1877 |
|
1878 |
*ruby-1.8.0-r1 (12 Oct 2003) |
1879 |
|
1880 |
01 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r2.ebuild, |
1881 |
ruby-1.8.0-r1.ebuild: |
1882 |
Added warning beeps |
1883 |
|
1884 |
12 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> ruby-1.6.8-r2.ebuild, |
1885 |
ruby-1.8.0-r1.ebuild: |
1886 |
Added SLOT support and ruby18 local IUSE flag to ruby-1.6.8-r2. |
1887 |
|
1888 |
16 Aug 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0.ebuild : |
1889 |
Added all ~ARCHs to KEYWORDS. Bug # 26570. |
1890 |
|
1891 |
10 Aug 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0.ebuild: |
1892 |
Make vim message in pkg_postinst more clear |
1893 |
|
1894 |
09 Aug 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre*.ebuild : |
1895 |
Removed old versions. |
1896 |
|
1897 |
*ruby-1.8.0 (05 Aug 2003) |
1898 |
|
1899 |
05 Aug 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0.ebuild: |
1900 |
Update to final 1.8.0 release |
1901 |
|
1902 |
*ruby-1.8.0_pre2-r3 (31 Jul 2003) |
1903 |
|
1904 |
31 Jul 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.6.8-r1.ebuild, |
1905 |
ruby-1.6.8.ebuild, ruby-1.8.0_pre2-r1.ebuild, ruby-1.8.0_pre2-r2.ebuild, |
1906 |
ruby-1.8.0_pre2-r3.ebuild, ruby-1.8.0_pre2.ebuild, ruby-1.8.0_pre3.ebuild, |
1907 |
ruby-1.8.0_pre4.ebuild, ruby-1.8.0_pre5.ebuild, ruby-1.8.0_pre6.ebuild: |
1908 |
Version bump and switch to ruby mirrors. This is due to Matz's comment on |
1909 |
ruby-talk that his company's server was becoming overloaded with the number |
1910 |
of downloads. |
1911 |
|
1912 |
29 Jul 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0_pre5.ebuild: |
1913 |
Add a warning about possibly needing to remerge vim |
1914 |
|
1915 |
*ruby-1.8.0_pre5 (29 Jul 2003) |
1916 |
|
1917 |
29 Jul 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0_pre5.ebuild: |
1918 |
Version bump |
1919 |
|
1920 |
*ruby-1.8.0_pre4 (26 Jul 2003) |
1921 |
|
1922 |
26 Jul 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre4.ebuild : |
1923 |
Version bump. |
1924 |
|
1925 |
18 Jul 2003; root <root@gentoo.org> ruby-1.6.8-r1.ebuild, |
1926 |
files/ruby-1.6.8-fix-x86_64.patch: |
1927 |
Added x86_64 patch from redhat, marked stable |
1928 |
|
1929 |
14 Jul 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0_pre3.ebuild: |
1930 |
Fix compilation on newer alpha platforms |
1931 |
|
1932 |
*ruby-1.8.0_pre3 (09 Jul 2003) |
1933 |
|
1934 |
09 Jul 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre3.ebuild : |
1935 |
Version bump. Bug # 24089. |
1936 |
|
1937 |
28 May 2003; Rainer Groesslinger <scandium@gentoo.org> ruby-1.8.0_pre2-r2.ebuild: |
1938 |
Build shared library typo fix. See bug #21723 |
1939 |
|
1940 |
28 May 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre2-r2.ebuild ruby-1.6.8-r1.ebuild : |
1941 |
Build shared library. Bug # 21723. |
1942 |
|
1943 |
*ruby-1.8.0_pre2-r1 (26 May 2003) |
1944 |
|
1945 |
26 May 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.8.0_pre2-r1.ebuild, |
1946 |
files/ruby-1.8.0_pre2-socks.patch: |
1947 |
Fix bug 21719 with a local patch. Pay attention to socks5 and tcltk USE flags. |
1948 |
Add ~alpha to KEYWORDS |
1949 |
|
1950 |
14 May 2003; Luca Barbato <lu_zero@gentoo.org> ruby-1.6.8.ebuild : |
1951 |
Added ppc to keywords. |
1952 |
|
1953 |
*ruby-1.8.0_pre2 (10 Apr 2003) |
1954 |
|
1955 |
11 May 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre2.ebuild : |
1956 |
Strip -fomit-frame-pointer using flag-o-matic. Bug # 8290. |
1957 |
|
1958 |
10 Apr 2003; Tom Payne <twp@gentoo.org> ruby-1.8.0_pre2.ebuild : |
1959 |
Version bump. |
1960 |
|
1961 |
*ruby-1.6.8 (26 Dec 2002) |
1962 |
|
1963 |
11 May 2003; Tom Payne <twp@gentoo.org> ruby-1.6.8.ebuild : |
1964 |
Strip -fomit-frame-pointer using flag-o-matic. Bug # 8290. |
1965 |
|
1966 |
16 Mar 2003; Guy Martin <gmsoft@gentoo.org> ruby-1.6.8.ebuild : |
1967 |
Added hppa to keywords. |
1968 |
|
1969 |
30 Jan 2003; Jack Morgan <jmorgan@gentoo.org> ruby-1.6.8.ebuild : |
1970 |
Added sparc keywords as per bug #14430 (Thanks to Ferris McCormick) |
1971 |
|
1972 |
22 Jan 2003; Will Woods <wwoods@gentoo.org> ruby-1.6.8.ebuild : |
1973 |
changed ~alpha to alpha |
1974 |
|
1975 |
07 Jan 2003; Aron Griffis <agriffis@gentoo.org> ruby-1.6.8.ebuild : |
1976 |
Add ~alpha to KEYWORDS |
1977 |
|
1978 |
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords |
1979 |
|
1980 |
30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> ruby-1.6.8.ebuild |
1981 |
Remove fomit-frame-pointer from CFLAGS. It causes crashes on the compile. Fixes #12930 |
1982 |
|
1983 |
26 Dec 2002; Ryan Phillips <rphillips@gentoo.org> ruby-1.6.8.ebuild : |
1984 |
version bump |
1985 |
|
1986 |
*ruby-1.6.7 (4 Mar 2002) |
1987 |
|
1988 |
11 May 2003; Tom Payne <twp@gentoo.org> ruby-1.6.7.ebuild : |
1989 |
Removed. |
1990 |
|
1991 |
14 Aug 2002; Mark Guertin <gerk@gentoo.org> ruby-1.6.7.ebuild : |
1992 |
Added ppc to keywords |
1993 |
|
1994 |
4 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> all: |
1995 |
|
1996 |
Ruby is the interpreted scripting language for quick and easy |
1997 |
object-oriented programming. It has many features to process text files |
1998 |
and to do system management tasks (as in Perl). It is simple, |
1999 |
straight-forward, extensible, and portable. |
2000 |
|
2001 |
Moved from dev-lang/ruby to dev-ruby/ruby. |
2002 |
|
2003 |
Ebuild submitted by Tuurlijk <gentoo@tuurlijk.eu.org> |
2004 |
|
2005 |
07 Jul 2002; Aron Griffis <agriffis@gentoo.org> ruby-1.6.7.ebuild: |
2006 |
|
2007 |
Updated with LICENSE, KEYWORDS, SLOT. |