summaryrefslogtreecommitdiff
blob: 4ec075b15b892bd5a3029f7270c0eeb80837547e (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
# ChangeLog for sci-libs/gdal
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.108 2011/03/03 07:21:12 nerdboy Exp $

*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...