summaryrefslogtreecommitdiff
blob: eb256f11bdb4861db14c395902e27a16b1b6bd70 (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
# ChangeLog for sci-libs/gdal
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.169 2015/08/03 23:03:10 mrueg Exp $

  03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -gdal-1.10.0-r1.ebuild,
  -gdal-1.10.1.ebuild, -gdal-1.11.1-r1.ebuild, -gdal-1.11.1-r2.ebuild,
  -gdal-1.9.2.ebuild:
  Remove old.

*gdal-2.0.0 (08 Jul 2015)

  08 Jul 2015; Patrick Lauer <patrick@gentoo.org> +gdal-2.0.0.ebuild:
  Bump #552544

*gdal-1.11.2 (08 Jul 2015)

  08 Jul 2015; Patrick Lauer <patrick@gentoo.org> +gdal-1.11.2.ebuild,
  gdal-1.11.1-r3.ebuild:
  Bump, restrict swig dependency to avoid build failure

  26 Apr 2015; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r3.ebuild:
  ppc stable wrt bug #540132

  26 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> gdal-1.11.1-r3.ebuild:
  x86 stable wrt bug #540132

  18 Apr 2015; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r3.ebuild:
  ppc64 stable wrt bug #540132

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> gdal-1.10.1.ebuild,
  gdal-1.11.1-r1.ebuild, gdal-1.11.1-r2.ebuild, gdal-1.11.1-r3.ebuild:
  Drop old Python implementations. Define PYTHON_COMPAT sanely and script-
  friendly

  04 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> gdal-1.11.1-r3.ebuild:
  amd64 stable wrt bug #540132

*gdal-1.11.1-r3 (28 Feb 2015)

  28 Feb 2015; Justin Lecher <jlec@gentoo.org> +gdal-1.11.1-r3.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild,
  gdal-1.11.1-r2.ebuild, gdal-1.9.2.ebuild:
  replicate python scripts for each ABI; fix SLOT operators usage

*gdal-1.11.1-r2 (24 Feb 2015)

  24 Feb 2015; Michael Weber <xmw@gentoo.org>
  +files/gdal-1.11.1-poppler-0.31.0-support.patch, +gdal-1.11.1-r2.ebuild:
  Add fix for bug 540132 by Greg Turner.

  12 Jan 2015; Andrey Grozin <grozin@gentoo.org> gdal-1.11.1-r1.ebuild,
  +files/gdal-1.11.1-swig-3.0.3.patch:
  Fix #534168

  05 Jan 2015; Alexis Ballier <aballier@gentoo.org> gdal-1.11.1-r1.ebuild:
  keyword ~arm

  31 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> gdal-1.9.2.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild,
  metadata.xml:
  Remove support for sci-libs/libecwj2, which is going away. Bug 526840

  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.9.2.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> gdal-1.9.2.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild:
  Replace perl-module_src_prep with perl-module_src_configure

  28 Nov 2014; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r1.ebuild:
  Support python 3.4

  17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> gdal-1.9.2.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild:
  Replace fixlocalpod with perl_delete_localpod

*gdal-1.11.1-r1 (05 Nov 2014)

  05 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> -gdal-1.11.1.ebuild,
  +gdal-1.11.1-r1.ebuild:
  Fix bugs 361299 and 524052.

  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.9.2.ebuild,
  gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

*gdal-1.11.1 (02 Nov 2014)

  02 Nov 2014; Rick Farina <zerochaos@gentoo.org> +gdal-1.11.1.ebuild:
  version bump

  11 Jul 2014; Rick Farina <zerochaos@gentoo.org> gdal-1.10.1.ebuild,
  metadata.xml:
  restore use flag, masked instead

  09 Jul 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml:
  Remove unneeded useflag description from metadata.xml

  09 Jul 2014; Patrick Lauer <patrick@gentoo.org> gdal-1.10.0-r1.ebuild,
  gdal-1.10.1.ebuild, gdal-1.9.2.ebuild:
  Drop ogdi useflag as sci-libs/ogdi has no keywords

  10 May 2014; Agostino Sarubbo <ago@gentoo.org> gdal-1.10.1.ebuild:
  Stable for ppc, wrt bug #490064

  04 May 2014; Agostino Sarubbo <ago@gentoo.org> gdal-1.10.1.ebuild:
  Stable for x86, wrt bug #490064

  26 Apr 2014; Chema Alonso <nimiux@gentoo.org> gdal-1.10.1.ebuild:
  Stable for amd64 wrt bug #490064

  27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.10.1.ebuild:
  Fix bug 499448: REQUIRED_USE on threads with ecwj2k
  Fix bug 499454: Add a leading space to MAKEOPTS


  27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.10.1.ebuild:
  Fix bug 499424: Reinsert MAKEOPTS override

*gdal-1.10.1 (26 Jan 2014)

  26 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org>
  +files/gdal-1.10.0-ruby-makefile.patch, +gdal-1.10.1.ebuild:
  Fix bug 493236: Depend on Perl conditionally. Thanks Nikoli.
  Fix bug 492338: Version bump. Thanks Stephan Litterst.
  Fix bug 483074: Convert to python-r1 to support multiple Pythons. Thanks
                  Ian Stakenvicius.
  Fix bug 466114: Append -lisqlite3 to LIBS. Thanks cmuelle8.
  Fix bug 482888: Modify poppler dependency to have a minimum
                  version (>=0.24.3).
  Fix bug 490048: Add dev-libs/libpcre and dev-libs/libxml2 to RDEPEND
  Fix bug 489224: Add sub-slot operator to trigger rebuild when poppler or
                  Perl is updated. Thanks Nikoli.
  Fix bug 490046: Resolved by sci-libs/gdal version bump.
  Fix bug 474678: Really include the patch this time.

*gdal-1.10.0-r1 (24 Jun 2013)

  24 Jun 2013; Aaron W. Swenson <titanofold@gentoo.org> -gdal-1.10.0.ebuild,
  +gdal-1.10.0-r1.ebuild:
  Actually apply the changes from bug 468592. Thanks Jean-Claude Repetto.

*gdal-1.10.0 (24 Jun 2013)

  24 Jun 2013; Aaron W. Swenson <titanofold@gentoo.org>
  -files/1.7.2-ruby_cflags.patch, -files/gdal-1.4.2-datadir.patch,
  -files/gdal-1.5.1-python-install.patch, -files/gdal-1.6.0-swig-fix.patch,
  -files/gdal-1.6.1-ruby-make.patch, -gdal-1.6.3-r1.ebuild,
  -files/gdal-1.6.3-libpng15.patch, -gdal-1.8.1-r1.ebuild, -gdal-1.9.1.ebuild,
  -files/gdal-1.9.1-opencl.patch, -files/gdal-1.9.1-poppler-0.20.1.patch,
  +gdal-1.10.0.ebuild, metadata.xml:
  Version bump. (Bug 468592) Call java-pkg-opt-2 functions. (Bug 471262; thanks
  to Tom Wijsman) Remove "=external". (Bug 470046; thanks to Ronan Dunklau.)
  Clean out old versions and patches, and update hdf to hdf5 in the local USE
  description.

  23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdal-1.9.2.ebuild:
  Stable for ppc64, wrt bug #450682

  23 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdal-1.9.2.ebuild:
  Stable for ppc, wrt bug #450682

  07 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdal-1.9.2.ebuild:
  Stable for x86, wrt bug #450682

  07 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gdal-1.9.2.ebuild:
  Stable for amd64, wrt bug #450682

  17 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Fix missing bracket in USE description

*gdal-1.9.2 (26 Dec 2012)

  26 Dec 2012; Justin Lecher <jlec@gentoo.org> +gdal-1.9.2.ebuild,
  metadata.xml:
  Version Bump, #440716; Respect AR and RANLIB, #444034; do not restrict python
  to version 2*, #439710; correct dep for USE=pdf and pododof, #433790; respect
  LDFLAGS with USE=perl, #332101

  04 Dec 2012; Justin Lecher <jlec@gentoo.org> gdal-1.9.1.ebuild:
  Correct USE-dep for sci-libs/armadillo, #445546

  07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Drop maintainer due retirement, #24135.

  10 Aug 2012; Justin Lecher <jlec@gentoo.org> gdal-1.9.1.ebuild,
  +files/gdal-1.9.1-poppler-0.20.1.patch:
  Add fix for poppler-0.20.1, #426584; thanks Andreas Sturmlechner for the
  backport; use eautoreconf because it seems to work

  05 Jun 2012; Brent Baude <ranger@gentoo.org> gdal-1.8.1-r1.ebuild:
  Marking gdal-1.8.1-r1 ppc64 for bug 413835

  27 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.9.1.ebuild:
  Fix configure failure when building with -python. thanks to Nikoli for
  spotting.

  26 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.9.1.ebuild:
  Do not use ruby eclass as we can build only against one implementation anyway.

  26 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.9.1.ebuild:
  Just use ruby1.9, build system does not support multiple of those anyway.

*gdal-1.9.1 (25 May 2012)

  25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org>
  +files/gdal-1.9.1-opencl.patch, +files/gdal-1.9.1-ruby-makefile.patch,
  +gdal-1.9.1.ebuild, metadata.xml:
  Version bump to 1.9.1. Fixes bug#396121 and bug#395273.

  24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.1-r1.ebuild:
  Stable on amd64, x86 and ppc. Wrt bug#413835.

  24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -files/gdal-png-1.5.patch,
  -gdal-1.8.1.ebuild, gdal-1.8.1-r1.ebuild:
  Apply patch when building with ruby enabled. Fixes bug#402443. Patch by Dennis
  Schridde. Remove older stuff.

  19 May 2012; Samuli Suominen <ssuominen@gentoo.org> gdal-1.6.3-r1.ebuild:
  Fix building with sys-libs/zlib >= 1.2.5.1-r1 (OF) wrt #413835, Comment #1

  26 Apr 2012; Justin Lecher <jlec@gentoo.org> gdal-1.6.3-r1.ebuild,
  gdal-1.8.1.ebuild, gdal-1.8.1-r1.ebuild:
  Drop unnessecary die

  08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gdal-1.6.3-r1.ebuild,
  +files/gdal-1.6.3-libpng15.patch:
  Backport libpng15 compability patch from gdal-1.8 to gdal-1.6 wrt #386009

*gdal-1.8.1-r1 (26 Sep 2011)

  26 Sep 2011; Steve Arnold <nerdboy@gentoo.org> +gdal-1.8.1-r1.ebuild,
  +files/gdal-1.8.1-zlib_header_fix.patch:
  Updated for zlib header changes (closes bug #383569).  Also updated
  python handling and EAPI.

  26 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> gdal-1.8.1.ebuild:
  Added python_mod_cleanup in pkg_postrm

  25 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.1.ebuild:
  Shutup python warning. Fixes bug #376295.

*gdal-1.8.1 (22 Jul 2011)

  22 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.8.0-r1.ebuild,
  +gdal-1.8.1.ebuild:
  Version bump to the latest. Drop older.

  18 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0-r1.ebuild:
  Silence the pkgcore warning.

  16 Jul 2011; Justin Lecher <jlec@gentoo.org> gdal-1.6.3-r1.ebuild,
  gdal-1.8.0-r1.ebuild, metadata.xml:
  Rearrange the ebuild, no external changes

  08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> gdal-1.6.3-r1.ebuild:
  Convert from "useq" to "use".

  05 Jul 2011; Steve Arnold <nerdboy@gentoo.org> gdal-1.8.0-r1.ebuild:
  This should fix the seemingly random (and unreproducible by me) install
  bug reported again here.  I still can't reproduce it on any of my test
  boxes but the build log attached to this bug shows an extra DESTDIR that
  shouldn't be there (and now it isn't).  Also removed a failing autoheader
  and added some additional python eclass helper functions.

  11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0-r1.ebuild:
  Build with any tiff version, but make sure it is always the external one.

  11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0-r1.ebuild:
  Build with any tiff version, but make sure it is always the external one.

  11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.7.3.ebuild,
  -gdal-1.8.0.ebuild, gdal-1.8.0-r1.ebuild:
  Whitespace fixes. Depend only on swig-2.0 as it is only we mostly checked.
  punt overshadowed versions.

  05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> gdal-1.6.3-r1.ebuild:
  Depend on dev-lang/python because virtual/python will go away, bug 358849.

*gdal-1.8.0-r1 (03 Mar 2011)

  03 Mar 2011; Steve Arnold <nerdboy@gentoo.org> +files/gdal-png-1.5.patch,
  +gdal-1.8.0-r1.ebuild:
  Updated with pdf use flag and png-1.5 support, closes bug 355817 (thanks
  to Jean-Claude Repetto for submitting the patch).

  26 Feb 2011; Kevin McCarthy <signals@gentoo.org> gdal-1.7.3.ebuild,
  gdal-1.8.0.ebuild:
  Updated depends from media-libs/jpeg to virtual/jpeg

  26 Feb 2011; Raúl Porcel <armin76@gentoo.org> gdal-1.6.3-r1.ebuild,
  gdal-1.7.3.ebuild, gdal-1.8.0.ebuild:
  Drop sparc keywords

  25 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0.ebuild:
  New gdal should support python3.

*gdal-1.8.0 (25 Jan 2011)
*gdal-1.7.3 (25 Jan 2011)

  25 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.7.2-r2.ebuild,
  +gdal-1.7.3.ebuild, +gdal-1.8.0.ebuild:
  Version bump

  01 Dec 2010; Thomas Kahle <tomka@gentoo.org> gdal-1.6.3-r1.ebuild:
  Reverted ruby->ruby-ng as per bug 347249

*gdal-1.7.2-r2 (29 Nov 2010)

  29 Nov 2010; Steve Arnold <nerdboy@gentoo.org> -gdal-1.7.2-r1.ebuild,
  +gdal-1.7.2-r2.ebuild:
  Updated USE flag handling and config for bug #343531.  Now fixed...
  Also corrected some QA issues and updated to the ruby-ng eclass.

  08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> gdal-1.6.3-r1.ebuild,
  -gdal-1.7.1-r1.ebuild, -files/gdal-1.7.1-warp_fix.patch,
  gdal-1.7.2-r1.ebuild:
  media-libs/jpeg -> virtual/jpeg. Drop old.

  06 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -files/gdal-1.5.0-makefile.patch, -files/gdal-1.5.2-xerces-64-bit.patch,
  -files/gdal-1.6.0-mysql_ogr_header.patch, -gdal-1.6.1.ebuild:
  Delete.

  05 Nov 2010; Mark Loeser <halcy0n@gentoo.org> gdal-1.6.3-r1.ebuild:
  Stable for ppc64; bug #315659

  18 Sep 2010; Steve Arnold <nerdboy@gentoo.org> metadata.xml:
  Removed crufty old local USE flags from metadata.

*gdal-1.7.2-r1 (11 Sep 2010)

  11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.7.2.ebuild,
  +gdal-1.7.2-r1.ebuild:
  Fix threads useflag switch. Per bug #335706.

  08 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
  Disable paralel emake everywhere.

  08 Aug 2010; Fabian Groffen <grobian@gentoo.org> gdal-1.7.2.ebuild:
  Add back soname/install_name conditional patching for Darwin

  31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
  Fix one too many : at sed line. Per bug #330515.

  31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
  Upate to fix linking failitures. Tiff is harddep so dont useflag it.

*gdal-1.7.2 (30 Jul 2010)

  30 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org>
  +files/1.7.2-ruby_cflags.patch, -gdal-1.5.2.ebuild, -gdal-1.5.3.ebuild,
  -gdal-1.6.0-r1.ebuild, -gdal-1.6.2.ebuild, -gdal-1.6.3.ebuild,
  +gdal-1.7.2.ebuild:
  Version bump. Drop older. Grass support to be done.

  18 Jul 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild:
  Updated for a couple of minor/weird bugs (320237 and 325193). Suspect
  random cosmic ray-induced bit-rot on the second one...

  11 Jul 2010; Raúl Porcel <armin76@gentoo.org> gdal-1.6.3-r1.ebuild:
  sparc stable wrt #315659

  01 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gdal-1.7.1-r1.ebuild:
  Remove broken sed that's trying to drop -Wl,-O1  wrt #320237.

  27 Jun 2010; <nixnut@gentoo.org> gdal-1.6.3-r1.ebuild:
  ppc stable #315659

  21 Jun 2010; Markus Meier <maekke@gentoo.org> gdal-1.6.3-r1.ebuild:
  x86 stable, bug #315659

  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> gdal-1.5.2.ebuild,
  gdal-1.5.3.ebuild, gdal-1.6.0-r1.ebuild, gdal-1.6.1.ebuild,
  gdal-1.6.2.ebuild, gdal-1.6.3.ebuild, gdal-1.6.3-r1.ebuild,
  gdal-1.7.1-r1.ebuild:
  Migrating away from deprecated postgres virtuals

  15 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  gdal-1.5.2.ebuild, gdal-1.5.3.ebuild, gdal-1.6.0-r1.ebuild,
  gdal-1.6.1.ebuild, gdal-1.6.2.ebuild, gdal-1.6.3.ebuild:
  Delete calls to deprecated distutils_python_version().

  30 May 2010; Markos Chandras <hwoarang@gentoo.org> gdal-1.6.3-r1.ebuild:
  Stable on amd64 wrt bug #315659

  20 May 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.7.1-r1.ebuild:
  Added missing python eclass (alertly noticed by Flameeyes).

  17 May 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild:
  Updated hdf4 and netcdf handling per request (see bug 315659).

  30 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.1-r1.ebuild:
  Fix linking. Per bug #314047.

  18 Apr 2010; Fabian Groffen <grobian@gentoo.org> gdal-1.7.1-r1.ebuild:
  Add back in necessary Prefix changes from 1.6.3 that seemingly got lost
  with the 1.7.1 bump

  17 Apr 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.3-r1.ebuild:
  Corrected eprefix configure path for ogdi (must be /usr).

*gdal-1.7.1-r1 (12 Apr 2010)

  12 Apr 2010; Steve Arnold <nerdboy@gentoo.org> -gdal-1.7.1.ebuild,
  +gdal-1.7.1-r1.ebuild, +files/gdal-1.7.1-warp_fix.patch:
  Applied back-ported upstream patch for warping operations; (closes bug
  #314717).

*gdal-1.7.1 (05 Apr 2010)

  05 Apr 2010; Steve Arnold <nerdboy@gentoo.org> +gdal-1.7.1.ebuild:
  Updated to latest upstream release, adjusted some swig and ruby logic.
  Could use more ruby and exotic arch testing...

  09 Mar 2010; Fabian Groffen <grobian@gentoo.org>
  +files/gdal-1.5.0-install_name.patch, gdal-1.6.3-r1.ebuild:
  Unbreak compilation on Darwin

*gdal-1.6.3-r1 (07 Mar 2010)

  07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> +gdal-1.6.3-r1.ebuild:
  Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay,
  keyworded as in overlay

  23 Feb 2010; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.1.ebuild,
  gdal-1.6.2.ebuild, gdal-1.6.3.ebuild:
  Updated swig depends and added work-around for new perl with swig cruft
  (fixes bug #305395).  Seems like there ought to be an EAPI2 way to do
  the swig deps in a nicer way, but I couldn't find one...

*gdal-1.6.3 (15 Feb 2010)

  15 Feb 2010; Steve Arnold <nerdboy@gentoo.org> +gdal-1.6.3.ebuild:
  Updated to latest upstream release; closes bug #303557.

  23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.6.2.ebuild:
  Replace dep postgresql-server to postgresql-base

  06 Jan 2010; Brent Baude <ranger@gentoo.org> gdal-1.6.1.ebuild:
  Marking gdal-1.6.1 ppc64 for bug 285489

  24 Oct 2009; nixnut <nixnut@gentoo.org> gdal-1.6.1.ebuild:
  ppc stable #285489

  18 Oct 2009; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.0-r1.ebuild,
  gdal-1.6.1.ebuild, gdal-1.6.2.ebuild:
  Updated Ruby eclass handling; fixes bug 281000.

  11 Oct 2009; Raúl Porcel <armin76@gentoo.org> gdal-1.6.1.ebuild:
  sparc stable wrt #285489

  02 Oct 2009; Markus Meier <maekke@gentoo.org> gdal-1.6.1.ebuild:
  amd64/x86 stable, bug #285489

*gdal-1.6.2 (19 Sep 2009)

  19 Sep 2009; Steve Arnold <nerdboy@gentoo.org> +gdal-1.6.2.ebuild:
  Updated to current upstream stable release. Fixes bug 285310, however
  needs the latest libtiff which is not yet stable.

  18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> gdal-1.6.1.ebuild:
  Migrate to EAPI 2 in order to remove built_with_use usage.

  08 Aug 2009; Hanno Boeck <hanno@gentoo.org> gdal-1.6.1.ebuild:
  Don't apply mysql_ogr_header patch, already upstream-applied, fixes
  #280224.

*gdal-1.6.1 (03 Aug 2009)

  03 Aug 2009; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.0-r1.ebuild,
  -files/gdal-1.6.0-ruby-make.patch, +gdal-1.6.1.ebuild,
  +files/gdal-1.6.1-ruby-make.patch:
  Added latest version and updated Ruby build patch (again) for 1.6x.
  Could use some actual testing of the ruby interface...

  01 Aug 2009; Steve Arnold <nerdboy@gentoo.org> gdal-1.6.0-r1.ebuild,
  +files/gdal-1.6.0-mysql_ogr_header.patch:
  Added patch for mysql header conflict (fixed in upstream trunk).

  17 Jun 2009; Steve Arnold <nerdboy@gentoo.org>
  -files/gdal-1.3.1-installpathfix.patch, -files/gdal-1.3.2-destdir.patch,
  -files/gdal-1.3.2-gcc4-stl.patch, -files/gdal-1.3.2-ruby-install.patch,
  -files/gdal-1.4.2-ruby-install.patch,
  -files/gdal-1.5.0-python-install.patch, -files/gdal-1.5.1-max-min.patch,
  -files/gdal-gcc4.patch:
  Removed uneeded/stale patches.  Need I say more?

  17 Jun 2009; Steve Arnold <nerdboy@gentoo.org> -gdal-1.3.1.ebuild,
  -gdal-1.3.2.ebuild, -gdal-1.4.2.ebuild, -gdal-1.5.0-r1.ebuild,
  -gdal-1.5.1.ebuild, gdal-1.5.2.ebuild:
  Removed older versions (see bug #271137) and marked 1.5.2 stable for ppc
  (which it should have been already, but I tested it on efika anyway).

  28 Apr 2009; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.6.0-ruby-make.patch:
  Updated with missing patch for ruby makefile.

*gdal-1.6.0-r1 (25 Apr 2009)

  25 Apr 2009; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.6.0-swig-fix.patch, -gdal-1.6.0.ebuild,
  +gdal-1.6.0-r1.ebuild:
  Backported patch from upstream for swig 1.3.39 (fixes bug #266251) support
  for all supported bindings.

*gdal-1.6.0 (11 Apr 2009)

  11 Apr 2009; Steve Arnold <nerdboy@gentoo.org> +gdal-1.6.0.ebuild,
  gdal-1.5.3.ebuild:
  Updated to latest upstream version (fixes bug #253363) but had to revert
  to -j1 again to address reported build failures.  Also updated swig dep
  for the three supported bindings (perl, python, ruby).  Feel free to
  test the experimental java bindings and report success/failure.

  02 Mar 2009; Brent Baude <ranger@gentoo.org> gdal-1.5.2.ebuild:
  Marking gdal-1.5.2 ppc64 for bug 241500

  18 Feb 2009; Steve Arnold <nerdboy@gentoo.org> gdal-1.5.3.ebuild,
  gdal-1.5.2.ebuild:
  Updated pkg_setup logic to more explicitly handle hdf4 vs. netcdf;
  should fix bugs #256423 and #238999.

  25 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> gdal-1.5.2.ebuild:
  Stable on sparc, bug #241500

  14 Dec 2008; Markus Meier <maekke@gentoo.org> gdal-1.5.2.ebuild:
  amd64/x86 stable, bug #241500

  17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
  files/gdal-1.3.2-gcc4-stl.patch:
  Fix patch with absolute paths.

  10 Nov 2008; Steve Arnold <nerdboy@gentoo.org> metadata.xml,
  gdal-1.5.3.ebuild:
  Updated to new xerces-c interface, along with minor metadata update. Note
  this version enables parallel makes, so if you experience random failures
  try with -j1 and report if this fixes it.

  09 Nov 2008; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.5.2-xerces-64-bit.patch, gdal-1.5.2.ebuild:
  Updated 1.5.2 for newer xerces-c interface prior to stablization
  (a patched 1.5.3 will follow shortly).

*gdal-1.5.3 (18 Oct 2008)

  18 Oct 2008; Steve Arnold <nerdboy@gentoo.org> metadata.xml,
  gdal-1.5.2.ebuild, +gdal-1.5.3.ebuild:
  Updated with latest release and fixes for the perllocal.pod thing and
  USE flag support for libecwj2 (subject to blocking bug #230802).  The
  latter support is only in 1.5.3 so 1.5.2 should be fine (ie, with the
  existing jasper support).  Also fixed some minor QA issues in older
  versions.

  12 Oct 2008; nixnut <nixnut@gentoo.org> gdal-1.5.2.ebuild:
  Stable on ppc wrt bug 241500

  12 Oct 2008; Steve Arnold <nerdboy@gentoo.org> gdal-1.3.1.ebuild,
  gdal-1.3.2.ebuild, gdal-1.4.2.ebuild, gdal-1.5.0-r1.ebuild:
  Added die to sed invocations (although what this hs to do with perl I'm
  not quite sure...

  07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
  Add USE flag description to metadata wrt GLEP 56.

*gdal-1.5.2 (05 Jul 2008)

  05 Jul 2008; Steve Arnold <nerdboy@gentoo.org> +gdal-1.5.2.ebuild:
  Updated to latest version, but no ecw or oracle support just yet (see
  bug #230802 for the blocking issue).

  21 May 2008; Tiziano Müller <dev-zero@gentoo.org> gdal-1.3.1.ebuild,
  gdal-1.3.2.ebuild, gdal-1.4.2.ebuild, gdal-1.5.0-r1.ebuild,
  gdal-1.5.1.ebuild:
  Changed dependency for postgresql from dev-db/postgresql to
  virtual/postgresql-server

*gdal-1.5.1 (20 May 2008)

  20 May 2008; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.5.1-max-min.patch, +files/gdal-1.5.1-python-install.patch,
  +gdal-1.5.1.ebuild:
  Added new version and updated for gcc 4.3 with contributed patches
  (thanks to Peter Alfredsen <peter.alfredsen@gmail.com>).

  15 May 2008; Steve Arnold <nerdboy@gentoo.org> gdal-1.5.0-r1.ebuild:
  updated depends for bugs 221687 and 221493

  11 Apr 2008; Fabian Groffen <grobian@gentoo.org> gdal-1.5.0-r1.ebuild:
  Correct configure argument for sqlite: it's sqlite3

*gdal-1.5.0-r1 (22 Mar 2008)

  22 Mar 2008; Steve Arnold <nerdboy@gentoo.org> -gdal-1.5.0.ebuild,
  +gdal-1.5.0-r1.ebuild:
  Updated for optional libgrass rebuild support (avoids circular
  dependency issue).

  09 Feb 2008; Steve Arnold <nerdboy@gentoo.org> ChangeLog:
  removed stale digest files; had to force it again after a tree update...

  09 Feb 2008; Steve Arnold <nerdboy@gentoo.org>
  files/gdal-1.5.0-python-install.patch, gdal-1.5.0.ebuild:
  Updated python patch, deps, and use flags (the first should fix the install
  bug reported in #206608).  The rest picks up new features/depends in 1.5.0.

*gdal-1.5.0 (03 Feb 2008)

  03 Feb 2008; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.5.0-makefile.patch, +files/gdal-1.5.0-python-install.patch,
  +files/gdal-1.5.0-soname.patch, +gdal-1.5.0.ebuild:
  updated to latest upstream release plus patches

  04 Jan 2008; Steve Arnold <nerdboy@gentoo.org> gdal-1.4.2.ebuild:
  fixed mysql borkage; no idea what happened...

  04 Jan 2008; Steve Arnold <nerdboy@gentoo.org>
  -files/gdal-1.2.6-installpathfix.patch,
  -files/gdal-1.3.0-installpathfix.patch, -gdal-1.2.6-r4.ebuild,
  -gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild, gdal-1.3.2.ebuild,
  gdal-1.4.2.ebuild:
  Updated xerces-c dep for API change (bug 203019) and removed stale versions.
  The 1.4.3 release of GDAL was pulled, however, 1.4.4 will be updated for the
  2.8.0 version of xerces-c.

*gdal-1.4.2 (02 Jul 2007)

  02 Jul 2007; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.4.2-datadir.patch, +files/gdal-1.4.2-ruby-install.patch,
  +gdal-1.4.2.ebuild:
  Update to latest release (fixes bug 182306). Test away...

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild, gdal-1.3.2.ebuild:
  Remove gnuconfig_update usage, leave it to econf.

  23 Nov 2006; Francesco Riosa <vivo@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild:
  dev-db/mysql => virtual/mysql

  07 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> gdal-1.3.1.ebuild:
  Stable on sparc

  08 Jul 2006; Markus Rothe <corsair@gentoo.org> gdal-1.3.1.ebuild:
  Stable on ppc64

  28 Jun 2006; Steve Arnold <nerdboy@gentoo.org>
  files/gdal-1.3.2-gcc4-stl.patch:
  Fixed patch borkage (bug 138212) caused by rcs keyword expansion.

  09 Jun 2006; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.3.2-gcc4-stl.patch, gdal-1.3.2.ebuild, gdal-1.3.1.ebuild:
  Added upstream CVS patch for bug 134498; thanks to Matteo Spreafico
  <matteo _at_ fsfe.org> for posting the patch. Stable bump for amd64
  and ppc (1.3.1).

  25 May 2006; Steve Arnold <nerdboy@gentoo.org> gdal-1.3.0-r1.ebuild,
  gdal-1.3.1.ebuild, gdal-1.3.2.ebuild:
  Updated geos dependency for gcc 4; added ~ppc64 to testing versions.
  See hdf5 ChangeLog for Todo list.

  23 May 2006; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.3.2-destdir.patch, +files/gdal-1.3.2-ruby-install.patch:
  Sorry, dropped patches on the floor somehow...

*gdal-1.3.2 (22 May 2006)

  22 May 2006; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, +gdal-1.3.2.ebuild:
  Version bump for more features (ruby bindings), plus adjusted keywords
  to work around hdf5 borkage.

  20 May 2006; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
  Overdue stable bump for my current arches (my sparc broke).

  23 Dec 2005; Carsten Lohrke <carlo@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
  Use global jpeg2k use flag.

  16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gdal-1.3.1.ebuild:
  Remove --with-gnu-ld option, bug #108386.

  03 Dec 2005; Steve Arnold <nerdboy@gentoo.org> +files/gdal-gcc4.patch,
  gdal-1.2.6-r4.ebuild, gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
  Fixes for bugs 111688 and 113480; thanks to Robert Marmorstein
  <rmmarm@wm.edu> for the patch.

  21 Nov 2005; Simon Stelling <blubb@gentoo.org> gdal-1.2.6-r4.ebuild:
  stable on amd64; bug 98593

  02 Nov 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
  fixed typos that caused bug 111164 (I should listen to myself)

  31 Oct 2005; Simon Stelling <blubb@gentoo.org> gdal-1.2.6-r4.ebuild:
  stable on amd64

  26 Oct 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
  fixed libgif glitch (I shouldn't fix anything "extra" late at night...)

*gdal-1.3.1 (25 Oct 2005)

  25 Oct 2005; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.3.1-installpathfix.patch, gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild, +gdal-1.3.1.ebuild:
  Removed grass deps and added new version (really fixes bug 106287).
  New ebuild coming for gdal-grass driver (mysql is currently borked
  on 1.3.1).

  13 Oct 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r4.ebuild,
  gdal-1.3.0-r1.ebuild:
  updated grass dep for latest grass (more or less fixes bug 106287)

*gdal-1.3.0-r1 (08 Oct 2005)
*gdal-1.2.6-r4 (08 Oct 2005)

  08 Oct 2005; Steve Arnold <nerdboy@gentoo.org> -gdal-1.2.5-r1.ebuild,
  -gdal-1.2.6-r3.ebuild, +gdal-1.2.6-r4.ebuild, -gdal-1.3.0.ebuild,
  +gdal-1.3.0-r1.ebuild:
  revision bump for glsa and cleanup of old ebuilds

  06 Oct 2005; Steve Arnold <nerdboy@gentoo.org>
  +files/gdal-1.2.6-installpathfix.patch,
  +files/gdal-1.3.0-installpathfix.patch, gdal-1.2.6-r3.ebuild,
  gdal-1.3.0.ebuild:
  Added fix for bug #105760 (patch courtesy of dragonheart and his sed
  foo).

  21 Sep 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.6-r3.ebuild,
  gdal-1.3.0.ebuild:
  added ogr docs for bug #106704 and minor cleanup

  17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> gdal-1.2.6-r3.ebuild:
  Stable on ppc.

*gdal-1.3.0 (11 Sep 2005)

  11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.5-r1.ebuild,
  gdal-1.2.6-r3.ebuild, +gdal-1.3.0.ebuild:
  added new version and local use flag for xerces (bugs #102859 and #104937)
  and hdf5, plus stable bump for sparc and x86.

*gdal-1.2.6-r3 (04 Aug 2005)

  04 Aug 2005; Steve Arnold <nerdboy@gentoo.org> -gdal-1.2.6-r2.ebuild,
  +gdal-1.2.6-r3.ebuild:
  heavily reworked to accomodate arch-neutral install and doc flag

  02 Aug 2005; Herbie Hopkins <herbs@gentoo.org> gdal-1.2.5-r1.ebuild,
  gdal-1.2.6-r2.ebuild:
  Multilib fixes.

*gdal-1.2.6-r2 (30 Jul 2005)

  30 Jul 2005; Steve Arnold <nerdboy@gentoo.org> -gdal-1.2.6-r1.ebuild,
  +gdal-1.2.6-r2.ebuild:
  removed x86-specific libtool switch to take a stab at bug 100294

*gdal-1.2.6-r1 (25 Jul 2005)

  25 Jul 2005; Steve Arnold <nerdboy@gentoo.org> -gdal-1.2.6.ebuild,
  +gdal-1.2.6-r1.ebuild:
  fix for bug 100103, giflib, and general cleanup

  11 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org>
  gdal-1.2.5-r1.ebuild:
  ppc stable, #98593

  11 Jul 2005; Markus Rothe <corsair@gentoo.org> gdal-1.2.5-r1.ebuild:
  added ~ppc64 (bug #98593)

*gdal-1.2.5-r1 (10 Jul 2005)

  10 Jul 2005; Steve Arnold <nerdboy@gentoo.org> -gdal-1.2.5.ebuild,
  +gdal-1.2.5-r1.ebuild:
  fixing lib silliness on non-x86 arches (informal bug report), a
  small but important change to fix the libgdal.so install (which
  requires stablizing libgeotiff, proj, and ogdi).  Add sparc to
  the list of heavily tested arches...

  21 Feb 2005; Steve Arnold <nerdboy@gentoo.org> gdal-1.2.5.ebuild:
  added debug flag at user request

*gdal-1.2.5 (20 Feb 2005)

  20 Feb 2005; Steve Arnold <nerdboy@gentoo.org> +metadata.xml,
  +gdal-1.2.5.ebuild:
  Adding new ebuild for geographic apps (still working on grass support).
  Tested heavily on x86 only so far...