summaryrefslogtreecommitdiff
blob: 10ce07e0a231101b80365b158b79812b4b436ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
# ChangeLog for dev-ruby/rmagick
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.115 2008/07/22 08:26:14 graaff Exp $

*rmagick-2.5.2 (22 Jul 2008)

  22 Jul 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.5.2.ebuild:
  Version bump:
  * Add support for MergeLayer to Magick::ImageList#optimize_layers
  * Add PowQuantumOperator argument for Image#quantum_operator

  22 Jul 2008; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.12.ebuild,
  -rmagick-2.3.0.ebuild, -rmagick-2.4.0.ebuild:
  Remove old versions

  07 Jul 2008; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.14.ebuild:
  alpha/ia64 stable wrt #230822

  07 Jul 2008; Ferris McCormick <fmccor@gentoo.org> rmagick-1.15.14.ebuild:
  Sparc stable --- Bug #230822 --- it can use itself to build 183 examples.

  07 Jul 2008; Jeroen Roovers <jer@gentoo.org> rmagick-1.15.14.ebuild:
  Stable for HPPA (bug #230822).

  06 Jul 2008; Markus Meier <maekke@gentoo.org> rmagick-1.15.14.ebuild:
  x86 stable, bug #230822

  05 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org>
  rmagick-1.15.14.ebuild:
  stable amd64, bug 230822

  05 Jul 2008; Brent Baude <ranger@gentoo.org> rmagick-1.15.14.ebuild:
  stable ppc64, bug 230822

  05 Jul 2008; Brent Baude <ranger@gentoo.org> rmagick-1.15.14.ebuild:
  stable ppc, bug 230822

*rmagick-2.5.1 (21 Jun 2008)

  21 Jun 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.5.1.ebuild:
  Version bump

*rmagick-2.5.0 (12 Jun 2008)

  12 Jun 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.5.0.ebuild:
  Version bump: Added Image#add_compose_mask, #delete_compose_mask

  08 Jun 2008; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.13.ebuild,
  -rmagick-2.2.2.ebuild:
  Remove old versions

*rmagick-2.4.0 (04 Jun 2008)

  04 Jun 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.4.0.ebuild:
  Version bump: adds Image#image_type=

*rmagick-1.15.14 (09 May 2008)

  09 May 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.14.ebuild:
  Version bump. Use rubyforge mirror.
  
  * Fix bug #18271, change rvg#width, rvg#height to return user-space
  coordinates

  30 Mar 2008; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.10.ebuild,
  Remove older version. This also drops the stable mips keyword which needs to
  be done due to dropped keywords on ruby and imagemagick

*rmagick-2.3.0 (30 Mar 2008)

  30 Mar 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.3.0.ebuild:
  Version bump.

  09 Mar 2008; Hans de Graaff <graaff@gentoo.org> -rmagick-2.1.0.ebuild,
  -rmagick-2.2.0.ebuild, rmagick-2.2.2.ebuild:
  Fix ebuild to actually install examples when requested. Remove old versions.

*rmagick-2.2.2 (20 Feb 2008)

  20 Feb 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.2.2.ebuild:
  Version bump: Fix bug #18016, check for InitializeMagick in libMagickCore.

*rmagick-1.15.13 (20 Feb 2008)

  20 Feb 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.13.ebuild:
  Version bump: Fix bug #18016, check for InitializeMagick in libMagickCore.

  13 Feb 2008; Santiago M. Mola <coldwind@gentoo.org>
  rmagick-1.15.12.ebuild:
  amd64 stable wrt bug #208971

  07 Feb 2008; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.12.ebuild:
  alpha/ia64 stable wrt #208971

  06 Feb 2008; nixnut <nixnut@gentoo.org> rmagick-1.15.12.ebuild:
  stable on ppc wrt bug #208971

  06 Feb 2008; Brent Baude <ranger@gentoo.org> rmagick-1.15.12.ebuild:
  stable ppc64, bug 208971

  05 Feb 2008; Jeroen Roovers <jer@gentoo.org> rmagick-1.15.12.ebuild:
  Stable for HPPA (bug #208971).

  05 Feb 2008; Ferris McCormick <fmccor@gentoo.org> rmagick-1.15.12.ebuild:
  Sparc stable, Bug #208971

  05 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
  rmagick-1.15.12.ebuild:
  stable x86, bug 208971

  05 Feb 2008; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.11.ebuild,
  -rmagick-2.0.0.ebuild:
  Remove intermediate unstable versions

*rmagick-2.2.0 (31 Jan 2008)

  31 Jan 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.2.0.ebuild:
  Version bump: some new functionality made available by newer imagemagick 
  versions, and several bug fixes
  
*rmagick-2.1.0 (10 Jan 2008)

  10 Jan 2008; Hans de Graaff <graaff@gentoo.org> +rmagick-2.1.0.ebuild:
  Version bump: minor enhancements and bug fixes.

*rmagick-2.0.0 (29 Dec 2007)

  29 Dec 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-2.0.0.ebuild:
  Version bump:
   * A lot of changes to support newer versions of ImageMagick better
   * Ruby 1.9.0 comptability fixes
   * Many new methods added and old methods deprecated

*rmagick-1.15.12 (27 Dec 2007)

  27 Dec 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.12.ebuild:
  Version bump:
   * Fix bug #16221, starting with ImageMagick 6.3.2, 
     get_exif_by_entry/number returns empty array/hash when no 
     arguments are specified, even though the image has EXIF 
     data (bug report from Paul Clegg)
   * Fix bug #16449, Image#store_pixels removes opacity channel 
     (bug report from Hans de Graaff)

*rmagick-1.15.11 (19 Dec 2007)

  19 Dec 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.11.ebuild:
  Version bump: minor bug fixes

  19 Dec 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.3.2.ebuild,
  -rmagick-1.15.7.ebuild, -rmagick-1.15.7-r1.ebuild, -rmagick-1.15.8.ebuild:
  Remove old and ancient versions.

  14 Oct 2007; Markus Rothe <corsair@gentoo.org> rmagick-1.15.10.ebuild:
  Stable on ppc64; bug #194246

  09 Oct 2007; Christoph Mende <angelos@gentoo.org> rmagick-1.15.10.ebuild:
  Stable on amd64 wrt bug #194246

  02 Oct 2007; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.10.ebuild:
  alpha/ia64 stable wrt #194246

  01 Oct 2007; Joshua Kinard <kumba@gentoo.org> rmagick-1.15.10.ebuild:
  Stable on mips, per #194246.

  30 Sep 2007; Lars Weiler <pylon@gentoo.org> rmagick-1.15.10.ebuild:
  stable ppc, bug #194246

  30 Sep 2007; Markus Meier <maekke@gentoo.org> rmagick-1.15.10.ebuild:
  x86 stable, bug #194246

  30 Sep 2007; Ferris McCormick <fmccor@gentoo.org> rmagick-1.15.10.ebuild:
  Sparc stable --- Bug #194246 --- thanks, Tiago.

  30 Sep 2007; Jeroen Roovers <jer@gentoo.org> rmagick-1.15.10.ebuild:
  Stable for HPPA (bug #194246).

  17 Sep 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.5.ebuild:
  Remove old version

*rmagick-1.15.10 (17 Sep 2007)

  17 Sep 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.10.ebuild:
  Version bump, fixes compatibility issue with ImageMagick-6.3.5-9

*rmagick-1.15.8 (04 Aug 2007)

  04 Aug 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.8.ebuild:
  Version bump. Bug fixes to composite function and documentation fixes.

  24 Jul 2007; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.7-r1.ebuild:
  alpha/ia64 stable

  16 Jul 2007; Markus Rothe <corsair@gentoo.org> rmagick-1.15.7-r1.ebuild:
  Stable on ppc64; bug #184538

  16 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
  rmagick-1.15.7-r1.ebuild:
  stable x86, bug 184538

  15 Jul 2007; nixnut <nixnut@gentoo.org> rmagick-1.15.7-r1.ebuild:
  Stable on ppc wrt bug 184538

  12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  rmagick-1.15.7-r1.ebuild:
  Stable on sparc wrt #184538

*rmagick-1.15.7-r1 (11 Jul 2007)

  11 Jul 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.7-r1.ebuild:
  rmagick does not build against imagemagick if the latter is built with the
  hdri USE flag. Add built_with_use to handle this situation.

  10 Jul 2007; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.7.ebuild:
  alpha/ia64/x86 stable wrt #184538

  09 Jul 2007; Jeroen Roovers <jer@gentoo.org> rmagick-1.15.7.ebuild:
  Stable for HPPA (bug #184538).

  08 Jul 2007; Christoph Mende <angelos@gentoo.org> rmagick-1.15.7.ebuild:
  Stable on amd64 wrt bug #184538

  08 Jul 2007; Markus Rothe <corsair@gentoo.org> rmagick-1.15.7.ebuild:
  Stable on ppc64; bug #184538

  08 Jul 2007; Lars Weiler <pylon@gentoo.org> rmagick-1.15.7.ebuild:
  Stable on ppc; bug #184538.

  07 Jul 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.6.ebuild:
  Remove version that won't make it to stable

  10 Jun 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.14.1-r1.ebuild:
  Remove old version

*rmagick-1.15.7 (10 Jun 2007)

  10 Jun 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.7.ebuild:
  Version bump:
    * Fix upstream bug #11033, make distclean misses some files
    * Work around SetMagickRegistry problem in ImageMagick 6.3.4-7

  05 May 2007; nixnut <nixnut@gentoo.org> rmagick-1.15.5.ebuild:
  Stable on ppc wrt bug 176595

  05 May 2007; Bryan Østergaard <kloeri@gentoo.org> rmagick-1.15.6.ebuild:
  Add ~alpha keyword, bug 176595.

  03 May 2007; Daniel Gryniewicz <dang@gentoo.org> rmagick-1.15.5.ebuild:
  Marked stable on amd64 for bug #176595

  03 May 2007; Jeroen Roovers <jer@gentoo.org> rmagick-1.15.5.ebuild:
  Stable for HPPA (bug #176595).

  01 May 2007; Markus Rothe <corsair@gentoo.org> rmagick-1.15.5.ebuild:
  Stable on ppc64; bug #176595

  01 May 2007; Raúl Porcel <armin76@gentoo.org> rmagick-1.15.5.ebuild:
  ia64 + x86 stable wrt #176595

  30 Apr 2007; Ferris McCormick <fmccor@gentoo.org> rmagick-1.15.5.ebuild:
  Stable on sparc --- Bug #176595 --- it's been around for a month and it runs
  its examples.

*rmagick-1.15.6 (30 Apr 2007)

  30 Apr 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.6.ebuild:
  Version bump with minor bug fixes.

  26 Apr 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.3.ebuild,
  -rmagick-1.15.4.ebuild:
  Remove older versions.

*rmagick-1.15.5 (31 Mar 2007)

  31 Mar 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.9.3-r1.ebuild,
  -rmagick-1.15.2.ebuild, +rmagick-1.15.5.ebuild:
  Version bump; remove older versions.

  25 Mar 2007; Raúl Porcel <armin76@gentoo.org> rmagick-1.14.1-r1.ebuild:
  ia64 stable wrt bug 162682

  13 Mar 2007; Tom Gall <tgall@gentoo.org> rmagick-1.15.4.ebuild:
  added ~ppc64

*rmagick-1.15.4 (04 Mar 2007)

  04 Mar 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.4.ebuild:
  Version bump:
  
   * Fixed: RMagick and rbgsl both export the name ID_call

*rmagick-1.15.3 (22 Feb 2007)

  22 Feb 2007; Hans de Graaff <graaff@gentoo.org> rmagick-1.3.2.ebuild,
  -rmagick-1.15.0.ebuild, -rmagick-1.15.1.ebuild, +rmagick-1.15.3.ebuild:
  Version bump to fix problem with Image::Info.fill=. Remove old 1.15 versions.
  Remove all but stale keywords from ancient version.

  10 Feb 2007; Steve Dibb <beandog@gentoo.org> rmagick-1.14.1-r1.ebuild:
  amd64 stable, bug 162682

*rmagick-1.15.2 (04 Feb 2007)

  04 Feb 2007; Hans de Graaff <graaff@gentoo.org> +rmagick-1.15.2.ebuild:
  Version bump, fixes more issues with older versions of ImageMagick.

  02 Feb 2007; Hans de Graaff <graaff@gentoo.org> rmagick-1.15.1.ebuild:
  Install documentation.

*rmagick-1.15.1 (02 Feb 2007)

  02 Feb 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.14.1.ebuild,
  +rmagick-1.15.1.ebuild:
  Version bump to fix compatibility with ImageMagick 6.0.*. Remove old version.

  31 Jan 2007; Jeroen Roovers <jer@gentoo.org> rmagick-1.14.1-r1.ebuild:
  Stable for HPPA (bug #162682).

*rmagick-1.15.0 (21 Jan 2007)

  21 Jan 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.10.1.ebuild,
  +rmagick-1.15.0.ebuild:
  Version bump with several bug fixes. Remove testing-only 1.10.1 version.

  21 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  rmagick-1.14.1-r1.ebuild:
  stable x86, bug #162682

  21 Jan 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
  rmagick-1.9.3-r1.ebuild, rmagick-1.10.1.ebuild, rmagick-1.14.1.ebuild,
  rmagick-1.14.1-r1.ebuild:
  Added examples use flag to ebuild, #145222

  20 Jan 2007; nixnut <nixnut@gentoo.org> rmagick-1.14.1-r1.ebuild:
  Stable on ppc wrt bug 162682

  19 Jan 2007; Ferris McCormick <fmccor@gentoo.org>
  rmagick-1.14.1-r1.ebuild:
  Stable on sparc --- Bug #162682 --- builds all examples, demo runs, all as
  expected.

  12 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> rmagick-1.14.1.ebuild:
  Stable on sparc

*rmagick-1.14.1-r1 (06 Jan 2007)

  06 Jan 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.7.3.ebuild,
  +rmagick-1.14.1-r1.ebuild:
  Add doc USE flag and allow the examples that are part of the documentation to
  fail. Fixes #159833 and #160042. Remove old version.

  03 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  rmagick-1.14.1.ebuild:
  stable x86, bug #155112

*rmagick-1.14.1 (03 Dec 2006)

  03 Dec 2006; Hans de Graaff <graaff@gentoo.org> -rmagick-1.9.2.ebuild,
  -rmagick-1.9.3.ebuild, +rmagick-1.14.1.ebuild:
  Add new version, fixing #155646. Remove old versions as much as possible
  without affecting arches.

  20 Oct 2006; Aron Griffis <agriffis@gentoo.org> rmagick-1.9.3-r1.ebuild:
  Mark 1.9.3-r1 stable on ia64

  27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-rmagick-1.3.2,
  files/digest-rmagick-1.7.3, files/digest-rmagick-1.9.2,
  files/digest-rmagick-1.9.3, files/digest-rmagick-1.9.3-r1, Manifest:
  Fixing SHA256 digest, pass four

*rmagick-1.10.1 (13 Apr 2006)

  13 Apr 2006; Caleb Tennis <caleb@gentoo.org> +rmagick-1.10.1.ebuild:
  Version bump

  30 Mar 2006; Aron Griffis <agriffis@gentoo.org> rmagick-1.9.3-r1.ebuild:
  Mark 1.9.3-r1 ~ia64

  19 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org>
  rmagick-1.9.3-r1.ebuild:
  Stable on hppa.

  12 Nov 2005; Jason Wever <weeve@gentoo.org> rmagick-1.9.3-r1.ebuild:
  Stable on SPARC.

  11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org>
  rmagick-1.9.3-r1.ebuild:
  Stable on ppc.

  10 Nov 2005; Caleb Tennis <caleb@gentoo.org> rmagick-1.9.3-r1.ebuild:
  stabilizing x86

*rmagick-1.9.3-r1 (08 Nov 2005)

  08 Nov 2005; Caleb Tennis <caleb@gentoo.org> +rmagick-1.9.3-r1.ebuild:
  Bump to use source package (gem seems broken), bug #111834

*rmagick-1.9.3 (04 Nov 2005)

  04 Nov 2005; Caleb Tennis <caleb@gentoo.org> +rmagick-1.9.3.ebuild:
  Version bump

  04 Nov 2005; Caleb Tennis <caleb@gentoo.org> rmagick-1.9.2.ebuild:
  Bump to x86 stable

  23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -rmagick-1.4.0.ebuild,
  -rmagick-1.5.0.ebuild, -rmagick-1.9.0.ebuild:
  Remove old versions

*rmagick-1.9.0 (24 Aug 2005)

  24 Aug 2005; Rob Holland <tigger@gentoo.org> -rmagick-1.7.4.ebuild,
  +rmagick-1.9.0.ebuild:
  Remove broken (and obviously never tested) ebuild. Add version bump.

*rmagick-1.7.4 (07 Jun 2005)

  07 Jun 2005; Caleb Tennis <caleb@gentoo.org> +rmagick-1.7.4.ebuild:
  version bump

*rmagick-1.7.3 (16 Mar 2005)

  16 Mar 2005; Caleb Tennis <caleb@gentoo.org> +rmagick-1.7.3.ebuild:
  Version bump

*rmagick-1.5.0 (25 Apr 2004)

  25 Apr 2004; <twp@gentoo.org> +rmagick-1.5.0.ebuild:
  Version bump.

  11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rmagick-1.3.0.ebuild,
  rmagick-1.3.1.ebuild, rmagick-1.3.2.ebuild, rmagick-1.4.0.ebuild:
  cleaned old ebuilds. virtual/ruby fix

  25 Mar 2004; Joshua Kinard <kumba@gentoo.org> rmagick-1.3.0.ebuild,
  rmagick-1.3.1.ebuild, rmagick-1.3.2.ebuild:
  As far as I know, this package has never been tested on mips, so to avoid
  repoman issues, re-marking all ebuilds of this package as unstable to stay
  inline with the imagemagik ebuild(s) until it is tested to be stable.

*rmagick-1.4.0 (28 Feb 2004)

  28 Feb 2004; Tom Payne <twp@gentoo.org> rmagick-1.4.0.ebuild :
  Version bump.

*rmagick-1.3.2 (10 Dec 2003)

  10 Dec 2003; Tom Payne <twp@gentoo.org> rmagick-1.3.2.ebuild :
  Version bump.

*rmagick-1.3.1 (27 Sep 2003)

  27 Sep 2003; Tom Payne <twp@gentoo.org> rmagick-1.3.1.ebuild :
  Version bump.

*rmagick-1.3.0 (09 Aug 2003)

  09 Aug 2003; Tom Payne <twp@gentoo.org> rmagick-1.3.0.ebuild :
  Version bump.

  26 Jul 2003; Tom Payne <twp@gentoo.org> rmagick-1.2.2.ebuild :
  Updated HOMEPAGE and SRC_URI.

*rmagick-1.2.2 (13 May 2003)

  17 Jun 2003; Tom Payne <twp@gentoo.org> rmagick-1.2.2.ebuild :
  Version bump.

*rmagick-1.2.0 (13 May 2003)

  13 May 2003; Tom Payne <twp@gentoo.org> rmagick-1.2.0.ebuild :
  Version bump. Improved installation.

*rmagick-1.1.0 (08 Apr 2003)

  08 Apr 2003; Tom Payne <twp@gentoo.org> rmagick-1.1.0.ebuild :
  Initial import.