summaryrefslogtreecommitdiff
blob: 3552f873e7728ae094b2645676821bcaf298fd61 (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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# ChangeLog for media-libs/libcaca
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.130 2015/05/06 12:15:09 mrueg Exp $

  06 May 2015; Manuel Rüger <mrueg@gentoo.org> -libcaca-0.99_beta17.ebuild,
  -libcaca-0.99_beta18-r1.ebuild:
  Remove old.

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> libcaca-0.99_beta18-r1.ebuild:
  Drop old Python implementations

*libcaca-0.99_beta19 (18 Mar 2015)

  18 Mar 2015; Alexis Ballier <aballier@gentoo.org>
  +libcaca-0.99_beta19.ebuild:
  version bump; use ruby20 for ruby bindings, bug #483104; fix java bindings
  build, bug #508564; use mono-env.eclass, should fix bug #483372

  21 Sep 2014; Markus Meier <maekke@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  arm stable, bug #522270

  15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for sparc, wrt bug #512012

  25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for alpha, wrt bug #512012

  23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for ia64, wrt bug #512012

  21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for ppc64, wrt bug #512012

  07 Aug 2014; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for HPPA (bug #512012).

  01 Aug 2014; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta18-r2.ebuild:
  Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474
  by Torsten Kaiser
  Punt support for python2_6 in favour of using python2_7 only.

  28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Stable for ppc, wrt bug #512012

  18 Jul 2014; Pacho Ramos <pacho@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  amd64/x86 stable, bug #516222

  06 Jul 2014; Michał Górny <mgorny@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Fix the -I sed for java Makefile, bug #515812.

  18 Jun 2014; Michał Górny <mgorny@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
  #513718.

  28 Apr 2014; Michał Górny <mgorny@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
  an end to the confusion introduced by having two functions, the proper one
  suggesting it is just for binaries.

  24 Apr 2014; Julian Ospald <hasufell@gentoo.org>
  libcaca-0.99_beta18-r2.ebuild:
  convert to multilib-minimal instead and fix bug #508564

  19 Apr 2014; Patrick Lauer <patrick@gentoo.org> libcaca-0.99_beta18-r2.ebuild:
  Whitespace

*libcaca-0.99_beta18-r2 (18 Apr 2014)

  18 Apr 2014; Julian Ospald <hasufell@gentoo.org>
  +libcaca-0.99_beta18-r2.ebuild, +files/libcaca-0.99_beta18-fix-tests.patch:
  add multilib support wrt #497776, patches by Michael Mair-Keimberger

  14 Aug 2013; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta18-r1.ebuild:
  Apply the latex hacks patch only with TeX Live 2013 and depend on TeX Live
  2012. Bug #347399

  13 Aug 2013; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta18-r1.ebuild, +files/libcaca-0.99_beta18-latex_hacks.patch:
  Fix building documentation with texlive 2013, bug #480862

  13 Aug 2013; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta18-r1.ebuild:
  Loan media-libs/libjpeg-turbo src_compile() because building the java
  bindings are not parallel make safe wrt #480864 by Juergen Rose

*libcaca-0.99_beta18-r1 (13 Aug 2013)

  13 Aug 2013; Tim Harder <radhermit@gentoo.org> -libcaca-0.99_beta18.ebuild,
  +libcaca-0.99_beta18-r1.ebuild:
  Migrate to python-single-r1 (fixes bug #413753), remove old.

  12 Aug 2013; Alexis Ballier <aballier@gentoo.org> libcaca-0.99_beta17.ebuild:
  depend on xcolor in beta17 too for doc useflag, bug #365977

  09 Mar 2013; Alexis Ballier <aballier@gentoo.org> libcaca-0.99_beta17.ebuild:
  keyword amd64-fbsd, untested because beta18 has been masked recently and this
  broke our deptree...

  09 Sep 2012; Tim Harder <radhermit@gentoo.org> libcaca-0.99_beta17.ebuild,
  libcaca-0.99_beta18.ebuild:
  Add virtual/glu dep.

  01 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta18.ebuild:
  Use $(type -P gmcs) for exporting the CSC variable wrt #329651, Comment #8 by
  Conway S. Smith

  09 May 2012; Alexis Ballier <aballier@gentoo.org> libcaca-0.99_beta18.ebuild:
  keyword ~amd64-fbsd

  05 May 2012; Jeff Horelick <jdhore@gentoo.org> libcaca-0.99_beta17.ebuild,
  libcaca-0.99_beta18.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  09 Apr 2012; Mike Gilbert <floppym@gentoo.org> libcaca-0.99_beta18.ebuild:
  Restrict 2.5 Python ABIs. Patch by Arfrever.

  08 Apr 2012; Mike Gilbert <floppym@gentoo.org> libcaca-0.99_beta18.ebuild:
  Only call python functions when USE=python.

  08 Apr 2012; Tim Harder <radhermit@gentoo.org> libcaca-0.99_beta18.ebuild:
  Fix python support.

*libcaca-0.99_beta18 (08 Apr 2012)

  08 Apr 2012; Tim Harder <radhermit@gentoo.org> +libcaca-0.99_beta18.ebuild:
  Version bump. Add python USE flag.

  05 Oct 2011; Alexis Ballier <aballier@gentoo.org> libcaca-0.99_beta17.ebuild:
  remove ptex dep as it is going away

  09 Feb 2011; Tim Harder <radhermit@gentoo.org> libcaca-0.99_beta17.ebuild:
  Fix compile error when the imlib USE flag is selected and the X USE flag
  isn't.

  29 Jan 2011; Alexis Ballier <aballier@gentoo.org>
  -libcaca-0.99_beta16.ebuild, -libcaca-0.99_beta16-r1.ebuild,
  -files/libcaca-0.99_beta14-deoptimise.patch,
  -files/libcaca-0.99_beta16-freeglut-2.6.patch:
  remove old

  20 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
  libcaca-0.99_beta17.ebuild:
  ppc64 stable wrt #339723

  29 Oct 2010; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta17.ebuild:
  Stable for PPC (bug #339723).

  29 Oct 2010; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta17.ebuild:
  Stable for HPPA (bug #339723).

  10 Oct 2010; Raúl Porcel <armin76@gentoo.org> libcaca-0.99_beta17.ebuild:
  alpha/arm/ia64/sh/sparc/x86 stable wrt #339723

  08 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
  libcaca-0.99_beta17.ebuild:
  Stable on amd64 wrt bug #339723

  06 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta17.ebuild:
  Don't run doxygen testsuite wrt #339962 by Myckel Habets.

  08 Aug 2010; Raúl Porcel <armin76@gentoo.org> libcaca-0.99_beta17.ebuild:
  Add ~ia64 wrt #329389

  07 Aug 2010; Hans de Graaff <graaff@gentoo.org>
  libcaca-0.99_beta16.ebuild, libcaca-0.99_beta16-r1.ebuild,
  libcaca-0.99_beta17.ebuild:
  Change virtual/ruby to dev-lang/ruby, bug 265054.

  25 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta17.ebuild:
  Use java-pkg_get-jni-cflags to get jni.h location wrt #329783, thanks to
  Petr Gregor and Petteri Räty.

  24 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  libcaca-0.99_beta17.ebuild:
  Make sure "gmcs" is preferred over "csc" wrt #329651 by Conway S. Smith.

  23 Jul 2010; Markus Meier <maekke@gentoo.org> libcaca-0.99_beta17.ebuild:
  add ~arm, bug #329389

*libcaca-0.99_beta17 (22 Jul 2010)

  22 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  +libcaca-0.99_beta17.ebuild:
  Version bump wrt #329363 by Tim Harder.

*libcaca-0.99_beta16-r1 (27 Oct 2009)

  27 Oct 2009; Alexis Ballier <aballier@gentoo.org>
  +libcaca-0.99_beta16-r1.ebuild:
  rev bump so that everyone has his libcaca.so linked against libGLU, bug
  #287405

  24 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  libcaca-0.99_beta16.ebuild, +files/libcaca-0.99_beta16-freeglut-2.6.patch:
  Fix building with media-libs/freeglut-2.6* (bug #282573).

  10 Aug 2009; Alexis Ballier <aballier@gentoo.org>
  -libcaca-0.99_beta14.ebuild, -files/libcaca-0.99_beta14-nogl.patch:
  remove old

  09 Aug 2009; nixnut <nixnut@gentoo.org> libcaca-0.99_beta16.ebuild:
  ppc stable #275907

  11 Jul 2009; <chainsaw@gentoo.org> libcaca-0.99_beta16.ebuild:
  Marked stable on AMD64 for bug #275982; tested on a dual Opteron 2354.

  04 Jul 2009; Brent Baude <ranger@gentoo.org> libcaca-0.99_beta16.ebuild:
  stable ppc64, bug 275907

  01 Jul 2009; Raúl Porcel <armin76@gentoo.org> libcaca-0.99_beta16.ebuild:
  arm/ia64/sh/sparc stable

  30 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
  libcaca-0.99_beta16.ebuild:
  stable x86, bug 275907

  30 Jun 2009; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta16.ebuild:
  Stable for HPPA (bug #275907).

  30 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
  libcaca-0.99_beta16.ebuild:
  Stable on alpha, bug #275907

  30 May 2009; Ulrich Mueller <ulm@gentoo.org> libcaca-0.99_beta14.ebuild,
  libcaca-0.99_beta16.ebuild:
  Remove app-text/tetex from dependencies, bug 227443.

  30 Jan 2009; Alexis Ballier <aballier@gentoo.org>
  -files/libcaca-0.99_beta4-deoptimise.patch, -libcaca-0.99_beta11.ebuild:
  remove old

  02 Dec 2008; Brent Baude <ranger@gentoo.org> libcaca-0.99_beta14.ebuild:
  stable ppc64, bug 245561

  12 Nov 2008; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta14.ebuild:
  Stable for HPPA (bug #245561).

  08 Nov 2008; Raúl Porcel <armin76@gentoo.org> libcaca-0.99_beta14.ebuild:
  alpha/arm/ia64/sparc stable wrt #245561

  08 Nov 2008; Markus Meier <maekke@gentoo.org> libcaca-0.99_beta14.ebuild:
  amd64/x86 stable, bug #245561

  08 Nov 2008; nixnut <nixnut@gentoo.org> libcaca-0.99_beta14.ebuild:
  Stable on ppc wrt bug 245561

  24 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  -files/libcaca-0.99_beta13-gcc-4.3.patch,
  -files/libcaca-0.99_beta13-ruby-Makefile.am.patch,
  -libcaca-0.99_beta13.ebuild:
  remove old

*libcaca-0.99_beta16 (24 Oct 2008)

  24 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  +libcaca-0.99_beta16.ebuild:
  version bump

  07 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libcaca-0.99_beta14-nogl.patch, libcaca-0.99_beta14.ebuild:
  backport a fix from upstream to fix build with use=-opengl, bug #234057

  06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta14.ebuild:
  We really need freeglut, not virtual/glut here, thanks to Chad A. Simmons
  <chad.simmons@member.fsf.org> for reporting in bug #234087

*libcaca-0.99_beta14 (06 Aug 2008)

  06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libcaca-0.99_beta14-deoptimise.patch, +libcaca-0.99_beta14.ebuild:
  version bump

  12 May 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libcaca-0.99_beta13-ruby-Makefile.am.patch,
  libcaca-0.99_beta13.ebuild:
  fix build of ruby bindings on a system without libcaca installed, by
  Arfrever Frehtes Taifersar Arahesis, bug #213170

  12 May 2008; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta13.ebuild:
  dont depend on virtual/tetex

  12 May 2008; Alexis Ballier <aballier@gentoo.org>
  -files/libcaca-0.9-libtool.patch, -files/libcaca-0.9-libtool2.patch,
  -files/libcaca-0.99_beta12-bsd.patch,
  -files/libcaca-0.99_beta7-gcc41.diff, -libcaca-0.9-r2.ebuild,
  -libcaca-0.99_beta7.ebuild, -libcaca-0.99_beta12.ebuild:
  remove old and unused versions

  22 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.9-r2.ebuild:
  revert to ~mips due to unstable deps

  22 Mar 2008; Alexis Ballier <aballier@gentoo.org>
  +files/libcaca-0.99_beta13-gcc-4.3.patch, libcaca-0.99_beta13.ebuild:
  add a patch from Alexandre Borges Marcelo <alexandre.marcelo@gmail.com> to
  fix build with gcc 4.3, bug #213001

  15 Feb 2008; Samuli Suominen <drac@gentoo.org> libcaca-0.99_beta11.ebuild,
  libcaca-0.99_beta12.ebuild:
  Tested with slang-2 so allow it in depends.

  09 Feb 2008; Samuli Suominen <drac@gentoo.org> libcaca-0.99_beta13.ebuild:
  Fix libcaca to work with slang 2.1.3.

  08 Jan 2008; Diego Pettenò <flameeyes@gentoo.org>
  libcaca-0.99_beta7.ebuild, libcaca-0.99_beta11.ebuild,
  libcaca-0.99_beta12.ebuild, libcaca-0.99_beta13.ebuild:
  Add missing pkgconfig dependency, fixes bug #204870.

  02 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta13.ebuild:
  inherit mono eclass to get temp dirs set up correctly and avoid sandbox
  violations, bug #201015

  02 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta13.ebuild:
  add more deps when building documentation

*libcaca-0.99_beta13 (02 Dec 2007)

  02 Dec 2007; Alexis Ballier <aballier@gentoo.org>
  +libcaca-0.99_beta13.ebuild:
  version bump

  10 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta12.ebuild:
  depend on latex-base with use doc as it needs latex to compile the
  documentation

  06 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  +files/libcaca-0.99_beta12-bsd.patch, libcaca-0.99_beta12.ebuild:
  small build fix for bsd

*libcaca-0.99_beta12 (05 Nov 2007)

  05 Nov 2007; Alexis Ballier <aballier@gentoo.org>
  +libcaca-0.99_beta12.ebuild:
  version bump

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
  libcaca-0.9-r2.ebuild:
  Drop virtual/x11 references.

  22 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> ChangeLog:
  Stable on Alpha, bug 174909.

  22 Apr 2007; Bryan Østergaard <kloeri@gentoo.org>
  libcaca-0.99_beta11.ebuild:
  Stable on Alpha, bug 174909.

  27 Mar 2007; Raúl Porcel <armin76@gentoo.org> libcaca-0.99_beta11.ebuild:
  ia64 stable wrt bug 159054

  16 Jan 2007; Jeroen Roovers <jer@gentoo.org> libcaca-0.99_beta11.ebuild:
  Stable for HPPA.

  09 Jan 2007; Markus Rothe <corsair@gentoo.org> libcaca-0.99_beta11.ebuild:
  Stable on ppc64; bug #159054

  06 Jan 2007; Matti Bickel <mabi@gentoo.org> libcaca-0.99_beta11.ebuild:
  ppc stable (bug #159054)

  06 Jan 2007; Michael Cummings <mcummings@gentoo.org>
  libcaca-0.99_beta11.ebuild:
  amd64 stable, bug 157814

  04 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
  libcaca-0.99_beta11.ebuild:
  stable x86, bug #159054

  04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  libcaca-0.99_beta11.ebuild:
  Stable on sparc wrt #159054

  29 Nov 2006; Matthias Schwarzott <zzam@gentoo.org>
  libcaca-0.99_beta7.ebuild, libcaca-0.99_beta11.ebuild:
  Now install using -j1, thanks to Maarten Billemont <Lhunath@Pandora.Be>, Bug
  #155391.

*libcaca-0.99_beta11 (17 Nov 2006)

  17 Nov 2006; Hanno Boeck <hanno@gentoo.org> +libcaca-0.99_beta11.ebuild:
  Version bump.

  28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> -libcaca-0.9-r1.ebuild,
  libcaca-0.9-r2.ebuild, -libcaca-0.99_beta4.ebuild,
  -libcaca-0.99_beta5.ebuild, libcaca-0.99_beta7.ebuild:
  Cleanup old versions, add version dependencies for autoconf/automake. Thanks
  to Patrick Lauer in bug #153055.

  17 Oct 2006; Alexis Ballier <aballier@gentoo.org>
  libcaca-0.99_beta4.ebuild, libcaca-0.99_beta5.ebuild,
  libcaca-0.99_beta7.ebuild:
  Updating homepage and src_uri since it has moved

*libcaca-0.99_beta7 (15 Oct 2006)

  15 Oct 2006; Hanno Boeck <hanno@gentoo.org> +libcaca-0.99_beta7.ebuild,
  +files/libcaca-0.99_beta7-gcc41.diff:
  Version bump.

*libcaca-0.99_beta5 (27 Sep 2006)

  27 Sep 2006; Hanno Boeck <hanno@gentoo.org> +libcaca-0.99_beta5.ebuild:
  Version bump.

*libcaca-0.99_beta4 (13 Sep 2006)

  13 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/libcaca-0.99_beta4-deoptimise.patch, +libcaca-0.99_beta4.ebuild:
  Add 0.99 version.

  04 Sep 2006; Joshua Kinard <kumba@gentoo.org> libcaca-0.9-r2.ebuild:
  Marked stable on mips.

  27 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> libcaca-0.9-r1.ebuild,
  libcaca-0.9-r2.ebuild:
  Fix dependency on slang 1, see bug #141947.

  09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> libcaca-0.9-r1.ebuild,
  libcaca-0.9-r2.ebuild:
  Pinpoint virtual/x11 version to less than 7.

  27 Jun 2006; Guy Martin <gmsoft@gentoo.org> libcaca-0.9-r2.ebuild:
  Stable on hppa.

  17 May 2006; Mark Loeser <halcy0n@gentoo.org> libcaca-0.9-r2.ebuild:
  Stable on x86; bug #132838

  14 May 2006; Markus Rothe <corsair@gentoo.org> libcaca-0.9-r2.ebuild:
  Stable on ppc64; bug #132838

  11 May 2006; Thomas Cort <tcort@gentoo.org> libcaca-0.9-r2.ebuild:
  Stable on alpha and amd64 wrt Bug #132838.

  11 May 2006; Jason Wever <weeve@gentoo.org> libcaca-0.9-r2.ebuild:
  Stable on SPARC wrt bug #132838.

  11 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  libcaca-0.9-r2.ebuild:
  ppc stable, bug #132838

  08 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> libcaca-0.9-r2.ebuild:
  Add ~x86-fbsd keyword.

*libcaca-0.9-r2 (17 Mar 2006)

  17 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
  +files/libcaca-0.9-libtool2.patch, metadata.xml, libcaca-0.9-r1.ebuild,
  +libcaca-0.9-r2.ebuild:
  New libtool patch, now link the demo programs installed dynamically instead
  of statically, and allow use of --as-needed. This way it also fixes bug
  #119428. Minor whitespace cleanup.

  13 Dec 2005; Seemant Kulleen <seemant@gentoo.org> libcaca-0.9-r1.ebuild:
  modular X deps

  31 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> -libcaca-0.9.ebuild:
  Remove old version.

  31 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> libcaca-0.9-r1.ebuild:
  Fixed DEPEND/RDEPEND to avoid having doxygen in RDEPEND. Use eautoreconf
  instead of manual call to tools.

  07 Jan 2005; Chris White <chriswhite@gentoo.org> libcaca-0.9-r1.ebuild:
  Trying to refix #76517 by adding in better X11 lib logic. Hopefully this
  works.

  04 Jan 2005; Chris White <chriswhite@gentoo.org> libcaca-0.9-r1.ebuild:
  Fixed Bug #72426 by adding --with logic to configure.

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  06 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> libcaca-0.9-r1.ebuild:
  Fix for bug #70224

*libcaca-0.9-r1 (30 Sep 2004)

  30 Sep 2004; Danny van Dyk <kugelfang@gentoo.org>
  +files/libcaca-0.9-libtool.patch, +libcaca-0.9-r1.ebuild:
  Patched libcaca's buildsystem to use libtool instead ranlib. Builds shared
  library now. Allows libsdl to be build as shared library. BUG #57359

*libcaca-0.9-r1 30 Sep 2004

  30 Sep 2004;  <> 
  # INSERT ENTRY HERE

  22 Aug 2004; Hardave Riar <hardave@gentoo.org> libcaca-0.9.ebuild:
  Added ~mips keyword.

  28 Jul 2004; Tom Gall <tgall@gentoo.org> libcaca-0.9.ebuild:
  stable on ppc64, bug #55076

  05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> libcaca-0.9.ebuild:
  Stable on alpha.

  01 Jun 2004; Travis Tilley <lv@gentoo.org> libcaca-0.9.ebuild:
  stable on amd64

  16 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> libcaca-0.2.ebuild,
  libcaca-0.6.ebuild:
  inherits to top for bug #47775.

  09 Apr 2004; Travis Tilley <lv@gentoo.org> libcaca-0.9.ebuild:
  added ~amd64 keyword

*libcaca-0.9 (22 Feb 2004)

  28 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
  Fixed DEPEND and add optional X to USE.

  22 Feb 2004; Hanno Boeck <hanno@gentoo.org> libcaca-0.9.ebuild:
  Version bump. Cleaned up ebuild, added imlib and doc use-flag support.

*libcaca-0.6 (17 Jan 2004)

  17 Jan 2004; Martin Holzer <mholzer@gentoo.org> libcaca-0.2.ebuild,
  libcaca-0.6.ebuild:
  Version bumped and License fix.

*libcaca-0.2 (14 Jan 2004)

  14 Jan 2004; Martin Holzer <mholzer@gentoo.org> libcaca-0.2.ebuild:
  Initial Version submitted by Derk-Jan Hartman <thedj@users.sourceforge.net> 
  in 34965