summaryrefslogtreecommitdiff
blob: ff1d5737ec9e83b2ac6a958a629eabff823f1dc6 (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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.207 2009/10/31 14:31:07 ranger Exp $

  31 Oct 2009; Brent Baude <ranger@gentoo.org> graphviz-2.24.0-r2.ebuild:
  Marking graphviz-2.24.0-r2 ppc64 for bug 284689

  15 Oct 2009; Markus Meier <maekke@gentoo.org> graphviz-2.24.0-r2.ebuild:
  arm stable, bug #284689

  15 Oct 2009; Markus Meier <maekke@gentoo.org> graphviz-2.24.0-r2.ebuild:
  amd64/x86 stable, bug #284689

  07 Oct 2009; nixnut <nixnut@gentoo.org> graphviz-2.24.0-r2.ebuild:
  ppc stable #284689

  03 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
  graphviz-2.24.0-r2.ebuild:
  Stable on alpha, bug #284689

*graphviz-2.24.0-r2 (27 Sep 2009)

  27 Sep 2009; Markus Meier <maekke@gentoo.org> -graphviz-2.24.0-r1.ebuild,
  +graphviz-2.24.0-r2.ebuild:
  revision bump: disable automagic dep on media-libs/devil wrt bug #285750

*graphviz-2.24.0-r1 (15 Sep 2009)

  15 Sep 2009; Markus Meier <maekke@gentoo.org> -graphviz-2.24.0.ebuild,
  +graphviz-2.24.0-r1.ebuild:
  revision bump, remove false dep on media-libs/gd[-fontconfig], remove
  broken ebuild

  14 Sep 2009; Markus Meier <maekke@gentoo.org> graphviz-2.24.0.ebuild:
  amd64/arm/x86 stable, bug #284689

  12 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
  graphviz-2.24.0.ebuild:
  Pass --disable-ltdl-install to econf wrt #276609. Remove USE jpeg and png
  because the ebuild has a harddep on them, and having gd with USE=-png
  breaks the build, thanks to Tommy[D].

*graphviz-2.24.0 (05 Jul 2009)

  05 Jul 2009; Markus Meier <maekke@gentoo.org> +graphviz-2.24.0.ebuild:
  version bump

  01 Jun 2009; Markus Meier <maekke@gentoo.org> graphviz-2.12.ebuild:
  drop all arches except m68k, wrt security bug #271755

  30 May 2009; Brent Baude <ranger@gentoo.org> graphviz-2.22.2-r1.ebuild:
  Marking graphviz-2.22.2-r1 ~ppc64 for bug 265013

  30 May 2009; Tiago Cunha <tcunha@gentoo.org> graphviz-2.22.2-r1.ebuild:
  keyworded ~arch for sparc, bug 265013

  19 May 2009; Peter Volkov <pva@gentoo.org> graphviz-2.22.2-r1.ebuild:
  Fixed broken build caused by inability to use system ltdl reported by
  Michael Pontus in bug #265859.

  12 May 2009; Jeroen Roovers <jer@gentoo.org> graphviz-2.22.2-r1.ebuild:
  Marked ~hppa (bug #265013).

  20 Apr 2009; Markus Meier <maekke@gentoo.org> graphviz-2.22.1,
  graphviz-2.22.2, graphviz-2.22.2-r1:
  drop unused gnome USE-flag by Rafał Mużyło in bug #266145

  07 Apr 2009; Tobias Klausmann <klausman@gentoo.org>
  graphviz-2.22.2-r1.ebuild:
  Keyworded on alpha, bug #265013

  06 Apr 2009; Raúl Porcel <armin76@gentoo.org> graphviz-2.22.2-r1.ebuild:
  Re-add ~ia64 wrt #265013

*graphviz-2.22.2-r1 (05 Apr 2009)

  05 Apr 2009; Markus Meier <maekke@gentoo.org> metadata.xml,
  graphviz-2.22.1.ebuild, graphviz-2.22.2.ebuild,
  +graphviz-2.22.2-r1.ebuild:
  disable automagic media-libs/lasi dep, create a new revision with lasi
  USE-flag, bug #264362

*graphviz-2.22.2 (19 Mar 2009)

  19 Mar 2009; Markus Meier <maekke@gentoo.org> +graphviz-2.22.2.ebuild:
  version bump

  12 Mar 2009; Markus Meier <maekke@gentoo.org> -graphviz-2.22.0.ebuild,
  graphviz-2.22.1.ebuild:
  remove cgraph USE-flag as it is not ready yet according to upstream, bug
  #261658; remove old

*graphviz-2.22.1 (11 Mar 2009)

  11 Mar 2009; Markus Meier <maekke@gentoo.org> +graphviz-2.22.1.ebuild:
  bump to 2.22.1, should fix bug #261885

*graphviz-2.22.0 (07 Mar 2009)

  07 Mar 2009; Markus Meier <maekke@gentoo.org> +graphviz-2.22.0.ebuild:
  version bump, bug #261543

  07 Feb 2009; Markus Meier <maekke@gentoo.org> graphviz-2.20.3.ebuild:
  make graphviz with tcl support work with >=dev-lang/swig-1.3.38 wrt bug
  #257856

  23 Dec 2008; Markus Meier <maekke@gentoo.org>
  -files/graphviz-2.16.1-bindings.patch,
  -files/graphviz-2.16.1-gcc43-missing-includes.patch,
  -graphviz-2.16.1.ebuild:
  old

  07 Dec 2008; Mike Frysinger <vapier@gentoo.org> graphviz-2.20.3.ebuild:
  Add back s390 #202529.

  10 Nov 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.20.3.ebuild:
  arm/sh stable

  16 Oct 2008; Markus Meier <maekke@gentoo.org> -graphviz-2.20.2.ebuild:
  old

  14 Oct 2008; Markus Rothe <corsair@gentoo.org> graphviz-2.20.3.ebuild:
  Stable on ppc64; bug #240636

  12 Oct 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.20.3.ebuild:
  alpha/ia64 stable wrt #240636

  12 Oct 2008; Markus Meier <maekke@gentoo.org> graphviz-2.20.3.ebuild:
  x86 stable, bug #240636

  11 Oct 2008; Richard Freeman <rich0@gentoo.org> graphviz-2.20.3.ebuild:
  amd64 stable - 240636

  11 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
  graphviz-2.20.3.ebuild:
  ppc stable, bug #240636

  11 Oct 2008; Friedrich Oslage <bluebird@gentoo.org>
  graphviz-2.20.3.ebuild:
  Stable on sparc, security bug #240636

  11 Oct 2008; Jeroen Roovers <jer@gentoo.org> graphviz-2.20.3.ebuild:
  Stable for HPPA (bug #240636).

*graphviz-2.20.3 (09 Oct 2008)

  09 Oct 2008; Markus Meier <maekke@gentoo.org> +graphviz-2.20.3.ebuild:
  bump to 2.20.3, security bug #240636

  26 Sep 2008; Markus Meier <maekke@gentoo.org> -graphviz-2.18.ebuild:
  old

  26 Sep 2008; Jeroen Roovers <jer@gentoo.org> graphviz-2.20.2.ebuild:
  Stable for HPPA (bug #221843).

  25 Aug 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.20.2.ebuild:
  alpha/ia64 stable wrt #221843

  24 Aug 2008; Friedrich Oslage <bluebird@gentoo.org>
  graphviz-2.20.2.ebuild:
  Stable on sparc, bug #221843

  23 Aug 2008; Markus Meier <maekke@gentoo.org> graphviz-2.20.2.ebuild:
  amd64/x86 stable, bug #221843

  23 Aug 2008; Luca Barbato <lu_zero@gentoo.org> graphviz-2.20.2.ebuild:
  Marked stable for ppc and ppc64

  22 Aug 2008; Markus Meier <maekke@gentoo.org> metadata.xml:
  add GLEP 56 USE flag desc from use.local.desc

  05 Jul 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild:
  also remove tk support in 2.18 and fix freetype, bug #230759

*graphviz-2.20.2 (04 Jul 2008)

  04 Jul 2008; Markus Meier <maekke@gentoo.org> +graphviz-2.20.2.ebuild:
  bump to graphviz-2.20.2 (bug #230227) and readd cairo USE-flag (bug
  #230683)

  24 May 2008; Markus Meier <maekke@gentoo.org> -graphviz-2.16.1-r4.ebuild:
  old

  18 May 2008; Jeroen Roovers <jer@gentoo.org> graphviz-2.18.ebuild:
  Stable for HPPA (bug #221843).

  14 May 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild:
  amd64 stable, bug #221843

  13 May 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.18.ebuild:
  alpha/ia64 stable wrt #221843

  13 May 2008; Joseph Jezak <josejx@gentoo.org> graphviz-2.18.ebuild:
  Marked ppc/ppc64 stable for bug #221843.

  12 May 2008; Christian Faulhammer <opfer@gentoo.org> graphviz-2.18.ebuild:
  stable x86, bug 221843

  11 May 2008; Markus Meier <maekke@gentoo.org> graphviz-2.12.ebuild,
  graphviz-2.16.1.ebuild, graphviz-2.16.1-r4.ebuild, graphviz-2.18.ebuild:
  add missing flex dependency, bug #221391

  12 Apr 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild:
  add java USE-flag for bug #186372 and disable R-bindings for bug #213825

  10 Apr 2008; Markus Meier <maekke@gentoo.org> -graphviz-2.16.1-r1.ebuild,
  -graphviz-2.16.1-r2.ebuild, -graphviz-2.16.1-r3.ebuild:
  old

  10 Apr 2008; Kenneth Prugh <ken69267@gentoo.org>
  graphviz-2.16.1-r4.ebuild:
  amd64 stable, bug #216580

  07 Apr 2008; Brent Baude <ranger@gentoo.org> graphviz-2.16.1-r4.ebuild:
  stable ppc, bug 216580

  07 Apr 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.16.1-r4.ebuild:
  alpha/ia64/sparc stable wrt #216580

  07 Apr 2008; Brent Baude <ranger@gentoo.org> graphviz-2.16.1-r4.ebuild:
  stable ppc64, bug 216580

  07 Apr 2008; Jeroen Roovers <jer@gentoo.org> graphviz-2.16.1-r4.ebuild:
  Stable for HPPA (bug #216580).

  07 Apr 2008; Dawid Węgliński <cla@gentoo.org> graphviz-2.16.1-r4.ebuild:
  Stable on x86 (bug #216580)

  16 Mar 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild:
  don't trust the cp...

*graphviz-2.18 (16 Mar 2008)

  16 Mar 2008; Markus Meier <maekke@gentoo.org> +graphviz-2.18.ebuild:
  version bump (reported in bug #213609), this should also fix the
  libtool-2.2 breakage (bug #212755). Our patches aren't needed anymore, I
  sent them to upstream.

*graphviz-2.16.1-r4 (15 Mar 2008)

  15 Mar 2008; Markus Meier <maekke@gentoo.org>
  +files/graphviz-2.16.1-python-345.patch, +graphviz-2.16.1-r4.ebuild:
  fix (dead) python bindings, bug #212872

  11 Mar 2008; <ricmm@gentoo.org> graphviz-2.12.ebuild:
  Drop to ~mips due to unstable deps

  01 Mar 2008; Christoph Mende <angelos@gentoo.org>
  graphviz-2.16.1-r3.ebuild:
  Stable on amd64, bug #210197

  17 Feb 2008; nixnut <nixnut@gentoo.org> graphviz-2.16.1-r3.ebuild:
  Stable on ppc wrt bug 210197

  17 Feb 2008; Raúl Porcel <armin76@gentoo.org> graphviz-2.16.1-r3.ebuild:
  alpha/ia64 stable wrt #210197

  16 Feb 2008; Jeroen Roovers <jer@gentoo.org> graphviz-2.16.1-r3.ebuild:
  Stable for HPPA (bug #210197).

  15 Feb 2008; nixnut <nixnut@gentoo.org> ChangeLog:
  Stable on ppc wrt bug 210197

  15 Feb 2008; Brent Baude <ranger@gentoo.org> graphviz-2.16.1-r3.ebuild:
  stable ppc64, bug 210197

  14 Feb 2008; Ferris McCormick <fmccor@gentoo.org>
  graphviz-2.16.1-r3.ebuild:
  Sparc stable, Bug #210197, good for a month now.

  14 Feb 2008; Markus Meier <maekke@gentoo.org> graphviz-2.16.1-r3.ebuild:
  x86 stable, bug #210197

*graphviz-2.16.1-r3 (11 Jan 2008)

  11 Jan 2008; Markus Meier <maekke@gentoo.org> +graphviz-2.16.1-r3.ebuild:
  this revision removes cairo and X USE-fag as they are pretty redundant and
  should simplify things. bug #202781 should now be covered without these
  flags.

  03 Jan 2008; Markus Meier <maekke@gentoo.org> graphviz-2.16.1-r2.ebuild:
  sanitize built_with_use checks for media-libs/gd, thanks jakub in bug #204153

  29 Dec 2007; Markus Meier <maekke@gentoo.org>
  +files/graphviz-2.16.1-tcltk.patch, graphviz-2.16.1-r2.ebuild:
  fix building with tcl/tk-8.5, bug #181526

*graphviz-2.16.1-r2 (21 Dec 2007)

  21 Dec 2007; Robin H. Johnson <robbat2@gentoo.org>
  +files/graphviz-2.16.1-pango-optional.patch, +graphviz-2.16.1-r2.ebuild:
  Make pango+cairo optional again with a patch. Need to send to upstream still.

  20 Dec 2007; Markus Meier <maekke@gentoo.org> graphviz-2.16.1.ebuild,
  graphviz-2.16.1-r1.ebuild:
  check that cairo is built with USE=svg, bug #202781

*graphviz-2.16.1-r1 (19 Dec 2007)

  19 Dec 2007; Robin H. Johnson <robbat2@gentoo.org>
  +files/graphviz-2.16.1-python-buildfix.patch, +graphviz-2.16.1-r1.ebuild:
  Fixes: Bug #202536 - pango is needed to build the dot tool now, to large
  alteration of RDEPEND. Bug #202618 - parallel compile fix for TCL bindings.
  s390 dropped due to missing dependancies.

  17 Dec 2007; Fabian Groffen <grobian@gentoo.org> graphviz-2.12.ebuild:
  Dropped ppc-macos keyword, see you in prefix

  16 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> Manifest:
  Fix Manifest.

*graphviz-2.16.1 (16 Dec 2007)

  16 Dec 2007; Ryan Hill <dirtyepic@gentoo.org>
  +files/graphviz-2.16.1-bindings.patch,
  +files/graphviz-2.16.1-gcc43-missing-includes.patch,
  +graphviz-2.16.1.ebuild:
  Version bump. Fixes:

    167896 - media-gfx/graphviz-2.12 error -- fontconfig: Didn't find expected
             font family
    181147 - media-gfx/graphviz missing PNG/JPEG support unless media-libs/gd
             was built w/ USE="png jpeg"
    189597 - media-gfx/graphviz rename USE-flag pango to cairo
    195983 - media-gfx/graphviz : Compilation error - gv_python.cpp
    202446 - media-gfx/graphviz build error with GCC 4.3

  Dropped m68k and ppc-macos keywords due to missing dependencies. (202529)

  14 Nov 2007; Petteri Räty <betelgeuse@gentoo.org>
  -files/graphviz-1.16-build.patch, -files/graphviz-1.16-common_h.patch,
  -files/graphviz-1.16-tempdir.patch, -files/graphviz-2.6-macos.patch,
  -files/graphviz-2.8-notcl.patch, -graphviz-1.16-r1.ebuild,
  -graphviz-2.6-r1.ebuild, -graphviz-2.8-r2.ebuild:
  Remove old versions.

  24 Jul 2007; Markus Ullmann <jokey@gentoo.org>
  +files/graphviz-2.12-parallel-build.patch, graphviz-2.12.ebuild:
  Add parallel build fix from bug #173676 thanks to Axel Dyks

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
  graphviz-2.6-r1.ebuild:
  Drop virtual/x11 references.

  12 Jul 2007; Roy Marples <uberlord@gentoo.org> graphviz-2.12.ebuild:
  Keyworded ~sparc-fbsd.

  12 Jul 2007; Roy Marples <uberlord@gentoo.org> graphviz-2.12.ebuild:
  Keyworded ~sparc-fbsd.

  23 Jun 2007; Joshua Kinard <kumba@gentoo.org> graphviz-2.12.ebuild:
  Stable on mips.

  01 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> graphviz-2.12.ebuild:
  alpha stable wrt bug #165460

  01 Apr 2007; Tiziano Müller <dev-zero@gentoo.org> graphviz-2.12.ebuild:
  Changed glib-dependency to match only glib-2* (bug #167235)

  17 Mar 2007; Steve Dibb <beandog@gentoo.org> graphviz-2.12.ebuild:
  amd64 stable, bug 165460

  16 Mar 2007; nixnut <nixnut@gentoo.org> graphviz-2.12.ebuild:
  Stable on ppc wrt bug 165460

  13 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> graphviz-2.12.ebuild:
  Stable on sparc wrt #165460

  12 Mar 2007; Markus Rothe <corsair@gentoo.org> graphviz-2.12.ebuild:
  Stable on ppc64; bug #165460

  12 Mar 2007; Jeroen Roovers <jer@gentoo.org> graphviz-2.12.ebuild:
  Stable for HPPA (bug #165460).

  06 Mar 2007; Mike Frysinger <vapier@gentoo.org> graphviz-2.8-r2.ebuild:
  Drop <media-libs/gd-2.0.34 in favor of tweaking the gd header file on the
  fly #165460.

  05 Mar 2007; Tiziano Müller <dev-zero@gentoo.org>
  +files/graphviz-2.12-bindings.patch, graphviz-2.12.ebuild:
  Re-enabling the perl,python,ruby bindings, thanks to a patch written by
  dleverton

  03 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> graphviz-2.12.ebuild:
  Added a sed-patch to nuke the dead binding-symlinks.

  03 Mar 2007; Tiziano Müller <dev-zero@gentoo.org>
  +files/graphviz-2.12-configure.patch, files/graphviz-2.12-notcl.patch,
  graphviz-2.12.ebuild:
  Dropped all bindings except the one for tcl since it is needed for the tools
  to work. Cleanups and documentation.

  19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.12.ebuild:
  Remove AM_ICONV macro from configure on non-nls builds, bug #155791

  19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.12.ebuild:
  Add depend on glib, bug #167235

  19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild,
  graphviz-2.12.ebuild:
  Depend on swig-1.3.31 when using lua or ocaml binding, bug #161600

  19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-1.16-r1.ebuild:
  Remove unsupported 'dot -c', bug #130418

  16 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild,
  graphviz-2.12.ebuild:
  Fix guile DEPEND, #135625

  15 Feb 2007; Christian Faulhammer <opfer@gentoo.org> graphviz-2.12.ebuild:
  stable x86; bug 165460

  15 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r1.ebuild,
  graphviz-2.8-r2.ebuild:
  Fix DEPEND on <gd-2.0.34, bug #165460

*graphviz-2.12 (12 Feb 2007)

  12 Feb 2007; Tiziano Müller <dev-zero@gentoo.org>
  -files/graphviz-1.12-build.patch, -files/graphviz-2.4.conf,
  +files/graphviz-2.12-find-system-libgd.patch,
  +files/graphviz-2.12-notcl.patch, -files/gdgen.c.patch,
  -graphviz-1.10.ebuild, -graphviz-1.12.ebuild, -graphviz-1.12-r1.ebuild,
  -graphviz-1.16.ebuild, -graphviz-2.2.ebuild, -graphviz-2.2.1.ebuild,
  -graphviz-2.2.1-r1.ebuild, -graphviz-2.4.ebuild, -graphviz-2.6.ebuild,
  -graphviz-2.8.ebuild, +graphviz-2.12.ebuild:
  Version bump (bug #161302), fixes bug #160012. Cleanup (bug #160012).

  11 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
  graphviz-1.16-r1.ebuild, graphviz-2.2.1.ebuild, graphviz-2.8-r1.ebuild,
  graphviz-2.8-r2.ebuild:
  moved from USE flag tcltk to split tcl and tk, see bug 17808

  10 Jan 2007; Piotr Jaroszyński <peper@gentoo.org> Manifest:
  Fix Manifest.

  10 Jan 2007; <marijn@gentoo.org> graphviz-2.8-r2.ebuild:
  Dependency update: dev-util/guile -> dev-scheme/guile.

  07 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.8-r2.ebuild:
  Fix python-2.5 related issue, bug 148656.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> graphviz-1.10.ebuild,
  graphviz-1.12.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild,
  graphviz-1.16-r1.ebuild, graphviz-2.2.ebuild:
  Remove gnuconfig_update usage, leave it to econf.

  19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.8-r2.ebuild:
  Stable on Alpha.

  06 Oct 2006; Mike Frysinger <vapier@gentoo.org> graphviz-2.8-r2.ebuild:
  Fix #134834 properly by forcing LC_ALL instead of LC_COLLATE.

  25 Sep 2006; Luca Barbato <lu_zero@gentoo.org> graphviz-2.8-r2.ebuild:
  dont depend on swig if you arent building bindings

*graphviz-2.8-r2 (24 Sep 2006)

  24 Sep 2006; Luca Barbato <lu_zero@gentoo.org> +graphviz-2.8-r2.ebuild:
  fix libtool/autotools deps and language binding bug #142712 and bug #148733,
  thanks to the respective reporters

*graphviz-2.8-r1 (21 Sep 2006)

  21 Sep 2006; Chris Bainbridge <chrb@gentoo.org> +graphviz-2.8-r1.ebuild:
  Fix #134834

  14 Sep 2006; Danny van Dyk <kugelfang@gentoo.org> graphviz-2.8.ebuild:
  Marked stable on amd64.

  13 Sep 2006; <ticho@gentoo.org> graphviz-2.8.ebuild:
  Stable on x86, bug 138937.

  10 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
  graphviz-2.8.ebuild:
  stable on ppc (Bug #138937)

  04 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> graphviz-2.8.ebuild:
  Stable on sparc wrt #138937

  02 Sep 2006; Jeroen Roovers <jer@gentoo.org> graphviz-2.8.ebuild:
  Stable for HPPA (bug #138937).

  12 Aug 2006; Markus Rothe <corsair@gentoo.org> graphviz-2.8.ebuild:
  Stable on ppc64; bug #138937

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org> graphviz-2.8.ebuild:
  Mark 2.8 stable on ia64

  05 Jul 2006; Luca Barbato <lu_zero@gentoo.org> graphviz-2.6-r1.ebuild:
  Move to split tck and tk useflag, thanks to Fabian Groffen
  <grobian@gentoo.org> for the fix about tclsh, bug #139333

  03 Jul 2006; Lars Weiler <pylon@gentoo.org> graphviz-2.6-r1.ebuild:
  Stable on ppc; needed for bug #138937.

  29 May 2006; Steve Arnold <nerdboy@gentoo.org>
  +files/graphviz-2.8-notcl.patch, graphviz-2.8.ebuild:
  Added notcl patch and minimal use flag.

  28 May 2006; Steve Arnold <nerdboy@gentoo.org> graphviz-2.4.ebuild,
  graphviz-2.6.ebuild, graphviz-2.6-r1.ebuild, graphviz-2.8.ebuild:
  Added missing tcl depends to 2.4 and above (not sure why it was
  missing).

  28 May 2006; Steve Arnold <nerdboy@gentoo.org> graphviz-2.8.ebuild:
  Made swig a hard dep for now (feel free to suggest additional ways
  to handle the language bindings).

  28 May 2006; Steve Arnold <nerdboy@gentoo.org> graphviz-2.4.ebuild,
  graphviz-2.6.ebuild, graphviz-2.6-r1.ebuild, graphviz-2.8.ebuild:
  fixed deps and made gd external (per upstream recommendation)

*graphviz-2.8 (28 May 2006)

  27 May 2006; Steve Arnold <nerdboy@gentoo.org> graphviz-2.4.ebuild,
  graphviz-2.6.ebuild, graphviz-2.6-r1.ebuild, +graphviz-2.8.ebuild:
  Fixes and updates for bugs 123279, 120012, 132165, and 132689, but not yet
  cleaning up any packages.  Stable bumps for known working versions.

  27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-graphviz-1.10,
  files/digest-graphviz-1.12, files/digest-graphviz-1.12-r1,
  files/digest-graphviz-1.16, files/digest-graphviz-1.16-r1,
  files/digest-graphviz-2.2, files/digest-graphviz-2.2.1,
  files/digest-graphviz-2.2.1-r1, files/digest-graphviz-2.4,
  files/digest-graphviz-2.6, files/digest-graphviz-2.6-r1, Manifest:
  Fixing SHA256 digest, pass four

  04 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> graphviz-2.6-r1.ebuild:
  Add ~x86-fbsd keyword.

*graphviz-2.6-r1 (22 Jan 2006)

  22 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> +graphviz-2.6-r1.ebuild:
  Fix docs installation path for bug 117011. Thanks to Chris Mayo <mayo at
  clara dot co dot uk>.

  05 Jan 2006; Mike Frysinger <vapier@gentoo.org> graphviz-1.16-r1.ebuild,
  graphviz-2.6.ebuild:
  Remove gettext from DEPEND as it is no longer needed and spread the SuperH
  love.

  20 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
  files/graphviz-1.16-tempdir.patch:
  Fixes bug #113044

  11 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
  files/graphviz-1.16-tempdir.patch:
  Patch fixed

  10 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
  files/graphviz-1.16-tempdir.patch:
  Updated patch as requested in bug #108690

  09 Nov 2005; Fabian Groffen <grobian@gentoo.org>
  +files/graphviz-2.6-macos.patch, graphviz-2.6.ebuild:
  Define 'environ' so linking actually succeeds on OSX (bug #111504)

  03 Nov 2005; Luca Barbato <lu_zero@gentoo.org> graphviz-1.16-r1.ebuild:
  Backport 2.6 postinst

  31 Oct 2005; Lina Pezzella <j4rg0n@gentoo.org>
  +files/graphviz-2.6-no-undefined.patch, graphviz-2.4.ebuild,
  graphviz-2.6.ebuild:
  Fix for undefined symbols on ppc-macos. Conditional on OS in Makefile rather
  than the ebuild. Keyworded testing ppc-macos.

  28 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.6.ebuild:
  Add ~alpha + ~ia64 keywords.

  28 Oct 2005; Simon Stelling <blubb@gentoo.org> graphviz-1.16-r1.ebuild:
  stable on amd64 wrt bug 108690

  26 Oct 2005; Lina Pezzella <j4rg0n@gentoo.org> graphviz-2.4.ebuild:
  Testing ppc-macos

  25 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> graphviz-2.6.ebuild:
  Unstable on hppa.

*graphviz-1.16-r1 (24 Oct 2005)

  24 Oct 2005; Luca Barbato <lu_zero@gentoo.org> +graphviz-1.16-r1.ebuild:
  revbump

  24 Oct 2005; Luca Barbato <lu_zero@gentoo.org>
  +files/graphviz-1.16-tempdir.patch, graphviz-1.16.ebuild:
  Fix for bug #108690

  24 Sep 2005; Mark Loeser <halcy0n@gentoo.org> graphviz-1.10.ebuild,
  graphviz-1.12.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild,
  graphviz-2.2.ebuild, graphviz-2.2.1.ebuild, graphviz-2.2.1-r1.ebuild,
  graphviz-2.4.ebuild, graphviz-2.6.ebuild:
  Added sys-devel/gettext to DEPEND; bug #81395

*graphviz-2.6 (15 Sep 2005)

  15 Sep 2005; Steve Arnold <nerdboy@gentoo.org> +graphviz-2.6.ebuild:
  added latest version for doxygen and bug #105041, and added ~sparc back;
  modified user-submitted ebuild from Dick Marinus <dm@chello.nl> (thanks!)

  13 Sep 2005; Aron Griffis <agriffis@gentoo.org> graphviz-1.16.ebuild:
  Mark 1.16 stable on alpha

  24 Aug 2005; Aron Griffis <agriffis@gentoo.org> graphviz-1.16.ebuild:
  stable on ia64

  21 Aug 2005; Marcelo Goes <vanquirius@gentoo.org> -graphviz-2.4-r1.ebuild:
  Removing this revision bump as it does not fix bug 101337 at all.

*graphviz-2.4-r1 (21 Aug 2005)

  21 Aug 2005; Marcelo Goes <vanquirius@gentoo.org>
  +files/graphviz-2.4.conf, +graphviz-2.4-r1.ebuild:
  Revision bump. Install a sample configuration file for bug 101337. Thanks to
  everyone participating in the bug.

  13 Aug 2005; Marcelo Goes <vanquirius@gentoo.org> graphviz-1.10.ebuild:
  Use mirror://gentoo for src_uri since this version is no longer available in
  upstream servers. Fixes bug 64593. Thanks to <ted.reed@gmail.com> and
  others.

*graphviz-2.4 (02 Aug 2005)

  02 Aug 2005; <sekretarz@gentoo.org> +graphviz-2.4.ebuild:
  Version bump, bug #99802

  02 Aug 2005; <sekretarz@gentoo.org> graphviz-1.16.ebuild,
  graphviz-2.2.1-r1.ebuild:
  pdf files doesn't need to be gziped, bug #97095

  01 Aug 2005; <sekretarz@gentoo.org> graphviz-1.16.ebuild:
  Added -a switch to automake to add missing files, cought by Volkov Peter
  <torre_cremata@mail.ru> in bug #100593

  12 Jul 2005; Stephen P. Becker <geoman@gentoo.org> graphviz-1.16.ebuild:
  stable on mips

*graphviz-2.2.1-r1 (26 Jun 2005)

  26 Jun 2005; Luca Barbato <lu_zero@gentoo.org> graphviz-2.2.1.ebuild,
  +graphviz-2.2.1-r1.ebuild:
  Make sure that every arch has a 2.2.1

  26 Jun 2005; Luca Barbato <lu_zero@gentoo.org> graphviz-2.2.1.ebuild:
  New version, kindly provided by John Ellson <ellson@research.att.com> in bug
  #89403

  20 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> graphviz-1.16.ebuild:
  Stable on hppa.

  14 Jun 2005; Jason Wever <weeve@gentoo.org> graphviz-2.2.1.ebuild:
  Added ~sparc keyword because pplz didn't love us enough to keep our keyword
  in there :(

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> graphviz-1.16.ebuild:
  Stable on ppc64

  05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> graphviz-1.16.ebuild:
  Stable on ppc.

  31 May 2005; Lina Pezzella <j4rg0n@gentoo.org> graphviz-1.16.ebuild:
  Stable ppc-macos

  30 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> graphviz-1.16.ebuild:
  Stable on sparc, for real

  30 May 2005; Steve Arnold <nerdboy@gentoo.org> graphviz-1.12.ebuild,
  graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild:
  updating for doxygen; all 1.x versions work fine on x86 and sparc

*graphviz-2.2.1 (18 May 2005)

  18 May 2005; Luca Barbato <lu_zero@gentoo.org> +graphviz-2.2.1.ebuild:
  New Version

*graphviz-2.2 (20 Mar 2005)

  20 Mar 2005; Luca Barbato <lu_zero@gentoo.org> +graphviz-2.2.ebuild:
  New version

  20 Feb 2005; Sven Wegener <swegener@gentoo.org> graphviz-1.16.ebuild:
  Added missing digest entries. Made the graphviz-1.16-panic.patch.tar.bz2
  SRC_URI dependant on the ppc-macos flag.

  18 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org>
  +files/graphviz-1.16-common_h.patch, +files/graphviz-1.16-panic.patch,
  graphviz-1.16.ebuild:
  Patched to build on ppc-macos

  18 Dec 2004; Luca Barbato <lu_zero@gentoo.org>
  +files/graphviz-1.16-build.patch, graphviz-1.16.ebuild:
  Fix gcc-3.4 compatibility, thanks to Rodolfo Boer <rodolfo_mv@libero.it> for
  the patch

  14 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> graphviz-1.16.ebuild:
  Can't seperate out GD yet, still a few bugs.

*graphviz-1.16 (14 Dec 2004)

  14 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> graphviz-1.12-r1.ebuild,
  graphviz-1.16:
  Bugs #58592, #73218.

  07 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org>
  graphviz-1.10.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.12.ebuild:
  Fixed URI_SRC to download new configure script. bug #70086 and fixed LICENCEs

*graphviz-1.12-r1 (25 Jul 2004)

  25 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> :
  bug #58028, improved to be cleaner.

*graphviz-1.12 (22 Jul 2004)

  22 Jul 2004; Aron Griffis <agriffis@gentoo.org> graphviz-1.10.ebuild:
  Update SRC_URI #53602, bump to 1.12 #52343, run gnuconfig_update in src_unpack

  20 Jul 2004; Tom Gall <tgall@gentoo.org> graphviz-1.10.ebuild:
  stable on ppc64, bug #57163

  05 Jun 2004; Stephen P. Becker <geoman@gentoo.org> graphviz-1.10.ebuild:
  Added gnuconfig tweak for mips.

  03 Jun 2004; Stephen P. Becker <geoman@gentoo.org> graphviz-1.10.ebuild:
  Stable on mips.

  25 Apr 2004; Aron Griffis <agriffis@gentoo.org> graphviz-1.10.ebuild:
  Add die following econf for bug 48950

  24 Apr 2004; Bret Curtis <psi29a@gentoo.org> graphviz-1.10.ebuild:
  Added to ~mips

  27 Jan 2004; <gustavoz@gentoo.org> graphviz-1.10.ebuild:
  marked stable on sparc

  15 Jan 2004; <agriffis@gentoo.org> graphviz-1.10.ebuild:
  stable on alpha and ia64

  06 Dec 2003; Caleb Tennis <caleb@gentoo.org> graphviz-1.10.ebuild,
  graphviz-1.9.ebuild:
  Changed dep versions ( >=pkg-ver* to >=pkg-ver ) fixing bug 35193

  16 Nov 2003; Brad House <brad_mssw@gentoo.org> graphviz-1.8.10-r3.ebuild,
  graphviz-1.8.10.ebuild:
  mark stable on amd64

  16 Nov 2003; Brad House <brad_mssw@gentoo.org> graphviz-1.10.ebuild:
  add ~amd64 flag

  10 Oct 2003; Marius Mauch <genone@gentoo.org> graphviz-1.10.ebuild:
  small fix to make sort from coreutils-5 happy

*graphviz-1.10 (27 Sep 2003)

  27 Sep 2003; Markus Nigbur <pyrania@gentoo.org> graphviz-1.10.ebuild,
  Bump

*graphviz-1.9 (22 Feb 2003)

  27 Sep 2003; Markus Nigbur <pyrania@gentoo.org> graphviz-1.9.ebuild,
  Fixed SRC_URI (bug #29749)

  16 Jun 2003; Will Woods <wwoods@gentoo.org> graphviz-1.9.ebuild:
  added alpha to KEYWORDS.

  05 May 2003; Luca Barbato <@gentoo.org> graphviz-1.9.ebuild:
  Added ppc to keywords.

  24 Apr 2003; Stanislav Brabec <utx@gentoo.org> graphviz-1.9.ebuild:
  Fixed DEPEND for tk-8.4.

  06 Apr 2003; Jason Wever <weeve@gentoo.org> graphviz-1.9.ebuild:
  Added sparc to keywords.

  19 Mar 2003; George Shapovalov <george@gentoo.org> graphviz-1.9.ebuild :
  1.9 cannot be built with gcc-2.95.x. (#16018)
  added >=sys-devel/gcc-3.2* to DEPEND and <media-gfx/graphviz-1.9 to all gcc-2 based profiles

  22 Feb 2003; George Shapovalov <george@gentoo.org> graphviz-1.9.ebuild :
  new version (#15923)
  now compiles against libpng-1.2!
  ebuild submitted by Tom Payne <gentoo@tompayne.org>

*graphviz-1.8.10-r3 (21 Jan 2003)

  19 Mar 2003; Jason Wever <weeve@gentoo.org> graphviz-1.8.10-r3.ebuild:
  Added ~sparc to keywords.

  13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> graphviz-1.8.10-r3.ebuild :
  Marked ppc stable

  21 Jan 2003; George Shapovalov <george@gentoo.org> graphviz-1.8.10-r3.ebuild :
  Another libpng-1.0 related fix. Now made sure all -lpng are replaced by lpng10, as quite often
  gcc tries to link against libpng.so.3 instead of libpng.so.2. See #12433.
  As the fixed problem tends to lead to silent failures, -r bumping the ebuild to force rebuild.

*graphviz-1.8.10-r2 (14 Jan 2003)

  14 Jan 2003; George Shapovalov <george@gentoo.org> graphviz-1.8.10-r2.ebuild :

  Following up on seemant's fix to libpng-1.0 series upated the graphviz ebuild to link against correct 
  version of libpng. Please see #10726 for more details.

*graphviz-1.8.10-r1 (10 Nov 2002)

  10 Nov 2002; George Shapovalov <george@gentoo.org> graphviz-1.8.10-r1.ebuild, files/ :

  removed libpng dependency and made package compile without libpng. 
  Reason: at the moment this is the only app left in portage that depends on libpng-1.0 
  series (often won't compile against 1.2) and libpng-1.0 is creating a lot of trouble 
  for example with kdelibs. See #10726 for details.

*graphviz-1.8.10 (10 Nov 2002)

  10 Nov 2002; George Shapovalov <george@gentoo.org> graphviz-1.8.10.ebuild :
   new version.
   Fixes some weird issue, possibly libpng related. This app still depends on libpng-1.0.x!!
   Corrected the dependency. See #9702 for more details.

*graphviz-1.7.15-r2 (12 Apr 2002)

  14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> :
  Added ppc keyword

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> graphviz-1.7.15-r2.ebuild :

  Compile against newest libpng

*graphviz-1.7.15-r1 (1 Feb 2002)