summaryrefslogtreecommitdiff
blob: 1d9bbc835f16384b759377915d668eae8dbb6977 (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
# ChangeLog for sci-libs/netcdf
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.67 2010/06/22 14:30:06 jlec Exp $

  22 Jun 2010; Justin Lecher <jlec@gentoo.org> netcdf-3.6.3.ebuild,
  +files/netcdf-3.6.3-parallel.patch:
  Parallel build fix, #187759

*netcdf-4.1.1 (27 Apr 2010)

  27 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> +netcdf-4.1.1.ebuild,
  metadata.xml:
  Version bump (includes dap client).

  12 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org>
  netcdf-4.0.1-r1.ebuild:
  Removed mpi use flag in favor of checking if hdf5 was built with mpi, see
  bug #303215

*netcdf-4.0.1-r1 (28 Jan 2010)

  28 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -netcdf-4.0.1.ebuild,
  +netcdf-4.0.1-r1.ebuild, +files/netcdf-4.0.1-cfortran.patch,
  +files/netcdf-4.0.1-pkgconfig.patch:
  Fixed for mpi, now uses exclusively system cfortran, and cleaned the
  pkg-config files. Thanks Xarthisius for his help.

  07 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org>
  -files/netcdf-3.6.2-as-needed.patch, -files/netcdf-3.6.2-gcc43.patch,
  -files/netcdf-3.6.2-parallel-make.patch, netcdf-3.6.3.ebuild:
  Cleaning and added same trick for parallel build in 3.6.3 as in 4.0.1

*netcdf-4.0.1 (07 Dec 2009)

  07 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> -netcdf-3.6.2.ebuild,
  netcdf-3.6.3.ebuild, +netcdf-4.0.1.ebuild,
  +files/netcdf-4.0.1-as-needed.patch:
  Version bump, thanks Kacper Kowalik for his initial work.

  21 Nov 2009; Dawid Węgliński <cla@gentoo.org> netcdf-3.6.3.ebuild:
  Stable on amd64 (bug #283715)

  13 Oct 2009; Raúl Porcel <armin76@gentoo.org> netcdf-3.6.3.ebuild:
  ia64/sparc stable wrt #283715

  29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> netcdf-3.6.3.ebuild:
  Stable on alpha, bug #283715

  27 Sep 2009; nixnut <nixnut@gentoo.org> netcdf-3.6.3.ebuild:
  ppc stable #283715

  27 Sep 2009; Brent Baude <ranger@gentoo.org> netcdf-3.6.3.ebuild:
  Marking netcdf-3.6.3 ppc64 for bug 283715

  15 Sep 2009; Jeroen Roovers <jer@gentoo.org> netcdf-3.6.3.ebuild:
  Stable for HPPA (bug #283715).

  14 Sep 2009; Christian Faulhammer <fauli@gentoo.org> netcdf-3.6.3.ebuild:
  stable x86, bug 283715

  17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
  netcdf-3.6.3.ebuild:
  Added dependency on libtool >= 2.2, fixing bug #258976

  18 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> netcdf-3.6.3.ebuild:
  Patch for parallel building not needed after all.

*netcdf-3.6.3 (15 Jan 2009)

  15 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org>
  +files/netcdf-3.6.3-as-needed.patch, +netcdf-3.6.3.ebuild:
  Version bump

  15 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org>
  files/netcdf-3.6.2-gcc43.patch, -netcdf-3.6.1.ebuild,
  -netcdf-3.6.1-r1.ebuild:
  Fixed some examples for gcc-4.3, thanks to anomen

  13 Feb 2008; Raúl Porcel <armin76@gentoo.org> netcdf-3.6.2.ebuild:
  alpha stable wrt #201477

  25 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org>
  +files/netcdf-3.6.2-gcc43.patch, netcdf-3.6.2.ebuild:
  Applied patch for gcc-4.3, closing bug #207346

  13 Dec 2007; Raúl Porcel <armin76@gentoo.org> netcdf-3.6.2.ebuild:
  ia64 stable wrt #201477

  11 Dec 2007; nixnut <nixnut@gentoo.org> netcdf-3.6.2.ebuild:
  Stable on ppc wrt bug 201477

  10 Dec 2007; Ferris McCormick <fmccor@gentoo.org> netcdf-3.6.2.ebuild:
  Sparc stable --- Bug #201477 --- all tests good (gfortran).

  10 Dec 2007; Jeroen Roovers <jer@gentoo.org> netcdf-3.6.2.ebuild:
  Stable for HPPA (bug #201477).

  07 Dec 2007; Markus Rothe <corsair@gentoo.org> netcdf-3.6.2.ebuild:
  Stable on ppc64; bug #201477

  07 Dec 2007; Christian Faulhammer <opfer@gentoo.org> netcdf-3.6.2.ebuild:
  stable x86, bug 201477

  06 Dec 2007; Samuli Suominen <drac@gentoo.org> netcdf-3.6.2.ebuild:
  amd64 stable wrt #201477

  06 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +files/netcdf-3.6.2-as-needed.patch, netcdf-3.6.2.ebuild:
  Fixed for as-needed, closing bug #201493

  15 Oct 2007; Markus Rothe <corsair@gentoo.org> netcdf-3.6.1-r1.ebuild:
  Stable on ppc64

  29 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org>
  files/netcdf-3.6.2-parallel-make.patch:
  fixed again the paralell make patch

  28 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org>
  files/netcdf-3.6.2-parallel-make.patch, netcdf-3.6.2.ebuild:
  Fixes parallell make with -j2 (real this time), uses FFLAGS for fortran 90
  and do not remove .la files.

  05 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +files/netcdf-3.6.2-parallel-make.patch, -files/gcc3-gentoo.patch,
  -netcdf-3.5.0-r3.ebuild, -netcdf-3.6.0-r1.ebuild, netcdf-3.6.2.ebuild:
  Fixed parallel-make for fortran. Closing bug #187759, thanks to Ed Catmur
  <ed@catmur.co.uk>. Removed obsolete versions.

  31 Jul 2007; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.2.ebuild:
  Added FFLAGS fix for build failure on amd64 (real size mis-match). AFAIK
  this is a gfortran F90 thing; needs testing with other F90 compilers.

  27 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> netcdf-3.6.2.ebuild:
  Removed blocking of hdf-4, thanks to Erik Zeek <zeekec@mad.scientist.com>.
  Fixed cppflags for non-debugging. Closing bug #176184.

  27 Apr 2007; Jeroen Roovers <jer@gentoo.org> netcdf-3.6.1-r1.ebuild:
  Stable for HPPA.

*netcdf-3.6.2 (24 Apr 2007)

  24 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
  +netcdf-3.6.2.ebuild:
  Version bump, with better autotools handling and install. Adapted the ebuild
  to match the structure. Extended the longdescription in metadata.xml.

*netcdf-3.6.1-r1 (22 Oct 2006)

  22 Oct 2006; Markus Dittrich <markusle@gentoo.org> +files/fPIC.1.patch,
  +netcdf-3.6.1-r1.ebuild:
  Extended fPIC patch to C++ wrappers; otherwise packages that use 
  the netcdf library to generate shared objects create text 
  relocations (e.g. media-gfx/kst).

  08 Sep 2006; Thomas Cort <tcort@gentoo.org> netcdf-3.6.1.ebuild:
  Stable on alpha wrt Bug #82431.

  22 Aug 2006; Stephen P. Becker <geoman@gentoo.org> netcdf-3.6.1.ebuild:
  stable on mips, bug 82431

  13 Aug 2006; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.1.ebuild:
  Simplified fortran handling in pkg_setup (see bug 82431) to let the
  eclass do the work (and hopefully handle the ifc/ifort thing correctly).

  06 Aug 2006; Jason Wever <weeve@gentoo.org> netcdf-3.6.1.ebuild:
  Stable on SPARC wrt bug #82431.

  01 Aug 2006; Simon Stelling <blubb@gentoo.org> netcdf-3.6.1.ebuild:
  stable on amd64

  13 Jul 2006; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.1.ebuild:
  updated fortran support and man page handling (see bug #82431)

  12 Jul 2006; Aron Griffis <agriffis@gentoo.org> netcdf-3.6.1.ebuild:
  Mark 3.6.1 stable on ia64. #82431

  10 Jul 2006; Jeroen Roovers <jer@gentoo.org> netcdf-3.6.1.ebuild:
  Stable for HPPA (bug #82431).

  05 Jul 2006; Joshua Jackson <tsunam@gentoo.org> netcdf-3.6.1.ebuild:
  Stable x86; bug #82431

  01 Jul 2006; Lars Weiler <pylon@gentoo.org> netcdf-3.6.1.ebuild:
  Stable on ppc; bug #82431.

  01 Jul 2006; Markus Rothe <corsair@gentoo.org> netcdf-3.6.1.ebuild:
  Stable on ppc64; bug #82431

  01 Jul 2006; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.1.ebuild:
  Updated fortran support logic and added src_test (bugs 133519 and 136182).
  This should hopefully take care of both bugs and should detect at least GNU
  fortran (g77 and gfortran) and PGI fortran...

  25 May 2006; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.1.ebuild:
  update fortran handling (bug 133519)

  07 May 2006; Markus Rothe <corsair@gentoo.org> netcdf-3.6.0-r1.ebuild:
  Stable on ppc64; bug #98597

  07 Apr 2006; Markus Dittrich <markusle@gentoo.org> +netcdf-3.6.1.ebuild:
  Version bump. Thanks much to Jordan Dawe <freedryk@hotmail.com>
  for his ebuild. This fixes bug #128936.

  28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> -netcdf-3.5.0-r4.ebuild,
  -netcdf-3.5.1.ebuild:
  Removing old versions no longer needed.

  25 Aug 2005; Aron Griffis <agriffis@gentoo.org> netcdf-3.6.0-r1.ebuild:
  stable on ia64 #82431

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

  18 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
  netcdf-3.6.0-r1.ebuild:
  Stable on ppc.

  12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.6.0-r1.ebuild:
  Stable on alpha.

  09 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org>
  netcdf-3.6.0-r1.ebuild:
  Stable on hppa; bug #82431.

  29 May 2005; Marcus D. Hanwell <cryos@gentoo.org> netcdf-3.6.0-r1.ebuild:
  Stable on amd64, bug 82431.

  29 May 2005; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.0-r1.ebuild:
  works fine on x86 and sparc (stable bump)

  20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> netcdf-3.5.1.ebuild:
  Stable on ppc.

  01 Apr 2005; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.1.ebuild:
  stable on ia64

*netcdf-3.6.0-r1 (17 Feb 2005)

  17 Feb 2005; Steve Arnold <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild,
  netcdf-3.5.0-r4.ebuild, netcdf-3.5.1.ebuild, +netcdf-3.6.0-r1.ebuild,
  -netcdf-3.6.0.ebuild:
  There was a semi-silent upstream fix for a large file bug, plus some
  package-naming insanity, as well as movage of older source.  This fixes
  everything by forcing an upgrade for the upstream bugfix, ie, a 
  preemptive strike, as well as the older 3.5.x path fixes.  Whew...

*netcdf-3.6.0 (07 Feb 2005)

  07 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> netcdf-3.5.1.ebuild,
  +netcdf-3.6.0.ebuild:
  Marked 3.5.1 stable on amd64. Version bump, closes bug 77719.

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

*netcdf-3.5.0-r3 (28 Dec 2004)

  28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
  +files/fPIC.patch, +files/gcc3-gentoo.patch, +netcdf-3.5.0-r3.ebuild,
  +netcdf-3.5.0-r4.ebuild, +netcdf-3.5.1.ebuild:
  Moved from app-sci/netcdf to sci-libs/netcdf.

  11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.5.1.ebuild:
  Stable on alpha.

  07 Nov 2004; Jason Wever <weeve@gentoo.org> netcdf-3.5.1.ebuild:
  Stable on sparc.

  31 May 2004; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.5.0-r4.ebuild:
  Stable on alpha.

*netcdf-3.5.1 (11 May 2004)

  11 May 2004; Steve Arnold <nerdboy@gentoo.org> netcdf-3.5.1.ebuild:
  updated 3.5.1 ebuild, all gcc and C++ changes have been added upstream

  26 Apr 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild,
  netcdf-3.5.0-r4.ebuild:
  Add die following econf for bug 48950

*netcdf-3.5.0-r4 (20 Apr 2004)

  20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r4.ebuild,
  files/fPIC.patch:
  Adding -fPIC patch, see bug #47517

  01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild:
  Declaring stable for all arches.

  26 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r2.ebuild,
  netcdf-3.5.0-r3.ebuild:
  Adding IUSE and inherit eutils

  03 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild:
  Some arches were missing in -r3 that were added to -r2, assume it was a
  mistake.

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild:
  stable on alpha and ia64 for the sake of dev-python/ScientificPython

  12 Jan 2004; <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild,
  netcdf-3.5.0-r2.ebuild, metadata.xml:
  bumped r3 to x86 and added (belated) changelog entry for #32570 and #32575 
  fixes; also corrected license, updated metadata, and added additional arches

  18 Dec 2003; Martin Holzer <mholzer@gentoo.org> netcdf-3.5.0-r2.ebuild,
  netcdf-3.5.0-r3.ebuild:
  fixing typo in homepage. closes #36018

*netcdf-3.5.0-r3 (16 Dec 2003)

  16 Dec 2003; Jason Wever <weeve@gentoo.org> netcdf-3.5.0-r3.ebuild:
  Added ~sparc keyword to fix broken  dev-python/ScientificPython dependencies.

  11 Nov 2003; Steve Arnold <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild:
  fixed bugs 32570 and 32575 (but somehow the changelog got messed up)

*netcdf-3.5.0-r2 (1 Feb 2002)

  18 Nov 2002; Matthew Kennedy <mkennedy@gentoo.org>
  netcdf-3.5.0-r2.ebuild, files/digest-netcdf-3.5.0-r2,
  files/gcc3-gentoo.patch :

  C++ fixing for compatibility for GCC3.2 and ANSI C++. Patch thanks to
  Sam Yates <sam@quux.dropbear.id.au> of bug #5784 fame.

*netcdf-3.5.0-r1 (1 Feb 2002)

  14 Sep 2002; Seemant Kulleen <seemant@gentoo.org> netcdf-3.5.0-r1.ebuild :

  emake->make thanks to Chad Netzer (chad.netzer@stanfordalumni.org) in bug
  #6363 reported by: martin.holzer@wienerlinien.at (Martin Holzer)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.