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

  03 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -gsl-1.14-r1.ebuild,
  -gsl-1.15.ebuild:
  Remove old.

  29 Apr 2015; Patrick Lauer <patrick@gentoo.org> gsl-1.14-r1.ebuild,
  gsl-1.14.ebuild, gsl-1.15.ebuild, gsl-1.16.ebuild:
  Fix test phase #509016

  31 Mar 2015; Ulrich Müller <ulm@gentoo.org> gsl-1.14.ebuild,
  gsl-1.14-r1.ebuild, gsl-1.15.ebuild, gsl-1.16.ebuild:
  Update dependency after package move of eselect modules to app-eselect.

*gsl-1.16 (16 Apr 2014)

  16 Apr 2014; Julian Ospald <hasufell@gentoo.org> +files/gsl-1.16-cblas.patch,
  +gsl-1.16.ebuild:
  version bump wrt #507158

  29 Mar 2013; Justin Lecher <jlec@gentoo.org> gsl-1.14-r1.ebuild,
  gsl-1.15.ebuild:
  Move compiler specific checks into src_prepare to macke the package binary
  friendly, #463724

  21 Feb 2013; Justin Lecher <jlec@gentoo.org> -gsl-1.13-r1.ebuild,
  -gsl-1.13-r2.ebuild, gsl-1.14.ebuild, gsl-1.14-r1.ebuild, gsl-1.15.ebuild,
  metadata.xml:
  Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
  drop old

  04 May 2012; Jeff Horelick <jdhore@gentoo.org> gsl-1.13-r1.ebuild,
  gsl-1.13-r2.ebuild, gsl-1.14.ebuild, gsl-1.14-r1.ebuild, gsl-1.15.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  28 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org>
  files/gsl-1.15-cblas.patch:
  Adapated cblas patch to respect upstream policy about pkg-config, fixing
  tests (bug #370317)

  12 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gsl-1.15.ebuild:
  Move to eapi4. Punt .la files. Run eselect only if really required for
  pretend phase.

*gsl-1.15 (21 May 2011)

  21 May 2011; Christoph Junghans <ottxor@gentoo.org> +gsl-1.15.ebuild,
  +files/gsl-1.15-cblas.patch:
  Version bump (bug #368223)

  19 Dec 2010; Kacper Kowalik <xarthisius@gentoo.org> gsl-1.14-r1.ebuild:
  Use filter-mfpmath instead of filter-flags

  19 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> gsl-1.14-r1.ebuild:
  Filtered flag -mfpmath=sse,387 for gcc 4.4.x bug #349005

  09 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
  -files/gsl-1.6-deps.diff, -files/gsl-1.12-cblas.patch, gsl-1.13-r1.ebuild,
  gsl-1.13-r2.ebuild, gsl-1.14.ebuild, gsl-1.14-r1.ebuild, metadata.xml:
  Renamed cblas to cblas-external wrt bug 330251. Dropped ~ppc-macos due to
  unsolved deps. Remove old patches.

  18 Jul 2010; <nixnut@gentoo.org> gsl-1.14.ebuild:
  ppc stable #325179

  18 Jul 2010; Raúl Porcel <armin76@gentoo.org> gsl-1.14.ebuild:
  alpha/arm/ia64/s390/sh/sparc stable wrt #325179

  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gsl-1.14.ebuild:
  stable x86, bug 325179

  09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gsl-1.14.ebuild:
  ppc64 stable wrt #325179

  01 Jul 2010; Jeroen Roovers <jer@gentoo.org> gsl-1.14.ebuild:
  Stable for HPPA (bug #325179).

  25 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org> gsl-1.14-r1.ebuild:
  Removed forced pic

*gsl-1.14-r1 (25 Jun 2010)

  25 Jun 2010; Justin Lecher <jlec@gentoo.org> +gsl-1.14-r1.ebuild:
  Include static lib support, force to pic

  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> gsl-1.14.ebuild:
  stable amd64, bug 325179

  09 Apr 2010; Markos Chandras <hwoarang@gentoo.org> gsl-1.13-r1.ebuild:
  Stable on amd64 wrt bug #299826

*gsl-1.14 (09 Apr 2010)

  09 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> +gsl-1.14.ebuild,
  +files/gsl-1.14-cblas.patch:
  Version bump

*gsl-1.13-r2 (07 Mar 2010)

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

  30 Jan 2010; Raúl Porcel <armin76@gentoo.org> gsl-1.13-r1.ebuild:
  alpha/arm/ia64/s390/sh/sparc stable wrt #299826

  22 Jan 2010; Jeroen Roovers <jer@gentoo.org> gsl-1.13-r1.ebuild:
  Stable for HPPA (bug #299826).

  12 Jan 2010; nixnut <nixnut@gentoo.org> gsl-1.13-r1.ebuild:
  ppc stable #299826

  11 Jan 2010; Brent Baude <ranger@gentoo.org> gsl-1.13-r1.ebuild:
  stable ppc64, bug 299826

  07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gsl-1.13-r1.ebuild:
  stable x86, bug 299826

  20 Sep 2009; Alexey Shvetsov <alexxy@gentoo.org>
  files/gsl-1.13-cblas-vars.patch:
  Fix patch. Thanks to Livid

*gsl-1.13-r1 (20 Sep 2009)

  20 Sep 2009; Alexey Shvetsov <alexxy@gentoo.org> +gsl-1.13-r1.ebuild,
  +files/gsl-1.13-cblas-vars.patch:
  Fix bug #285468. Thanks to Livid

*gsl-1.13 (17 Sep 2009)

  17 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> -gsl-1.9.ebuild,
  -gsl-1.11.ebuild, +gsl-1.13.ebuild, +files/gsl-1.13-cblas.patch,
  -files/gsl-cblas.patch:
  Version bump, removed old. Note gsl-1.9-r1 is kept for GPL-2 compat until
  we close bug #199451

  23 Apr 2009; Raúl Porcel <armin76@gentoo.org> gsl-1.12.ebuild:
  arm/ia64/s390/sh/sparc stable wrt #265339

  18 Apr 2009; Markus Meier <maekke@gentoo.org> gsl-1.12:
  amd64/x86 stable, bug #265339

  15 Apr 2009; Brent Baude <ranger@gentoo.org> gsl-1.12.ebuild:
  Marking gsl-1.12 ppc64 for bug 265339

  12 Apr 2009; Tobias Klausmann <klausman@gentoo.org> gsl-1.12.ebuild:
  Stable on alpha, bug #265339

  11 Apr 2009; nixnut <nixnut@gentoo.org> gsl-1.12.ebuild:
  ppc stable #265339

  08 Apr 2009; Jeroen Roovers <jer@gentoo.org> gsl-1.12.ebuild:
  Stable for HPPA (bug #265339).

  20 Mar 2009; Peter Volkov <pva@gentoo.org> gsl-1.12.ebuild:
  ~mips back, bug #204072

*gsl-1.12 (19 Jan 2009)

  19 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org>
  +files/gsl-1.12-cblas.patch, -gsl-1.10.ebuild, +gsl-1.12.ebuild:
  Version bump. cblas patch adapted and added a check on the external
  cblas lib not to be gsl itself.

  09 Nov 2008; Raúl Porcel <armin76@gentoo.org> gsl-1.11.ebuild:
  alpha/ia64 stable wrt #245838

  08 Nov 2008; Markus Meier <maekke@gentoo.org> gsl-1.11.ebuild:
  amd64/x86 stable, bug #245838

  08 Nov 2008; nixnut <nixnut@gentoo.org> gsl-1.11.ebuild:
  Stable on ppc wrt bug 245838

  07 Nov 2008; Jeroen Roovers <jer@gentoo.org> gsl-1.11.ebuild:
  Stable for HPPA (bug #245838).

  06 Nov 2008; Ferris McCormick <fmccor@gentoo.org> gsl-1.11.ebuild:
  Sparc stable --- Bug #245838 --- in use about 7 months w/o problems.

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

*gsl-1.11 (31 Mar 2008)

  31 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> -gsl-1.8.ebuild,
  +gsl-1.11.ebuild:
  Version bump. Removed icc test since it now compiles and tests are fine

  09 Jan 2008; Jeroen Roovers <jer@gentoo.org> gsl-1.9-r1.ebuild,
  gsl-1.10.ebuild:
  Marked ~hppa (bug #204072).

  02 Jan 2008; Raúl Porcel <armin76@gentoo.org> gsl-1.10.ebuild:
  Re-add ~ia64

  11 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> gsl-1.9-r1.ebuild,
  gsl-1.10.ebuild:
  fixed lib->get_libdir for eselect bug workaround

*gsl-1.10 (10 Oct 2007)

  10 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +files/gsl-cblas.patch, -gsl-1.4.ebuild, -gsl-1.6.ebuild, -gsl-1.7.ebuild,
  gsl-1.9-r1.ebuild, +gsl-1.10.ebuild:
  Version bump, removed old versions, added work around eselect bug #189942.
  Added new cblas use flag to allow use of external cblas library.

  16 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org>
  files/eselect.cblas.gsl, metadata.xml:
  fixed link for cblas.h, closing bug #192718, added longdescription.

*gsl-1.9-r1 (21 Aug 2007)

  21 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> +files/cblas.pc.in,
  +files/eselect.cblas.gsl, +gsl-1.9-r1.ebuild:
  Added eselect and cblas pkg-config files to be a possible implementation of
  virtual/cblas. General cleanup continued.

  12 Jun 2007; Christoph Mende <angelos@gentoo.org> gsl-1.9.ebuild:
  Stable on amd64 wrt bug 180916

  09 Jun 2007; nixnut <nixnut@gentoo.org> gsl-1.9.ebuild:
  Stable on ppc wrt bug 180916

  07 Jun 2007; Markus Rothe <corsair@gentoo.org> gsl-1.9.ebuild:
  Stable on ppc64; bug #180916

  06 Jun 2007; Raúl Porcel <armin76@gentoo.org> gsl-1.9.ebuild:
  alpha/ia64/x86 stable wrt #180916

  05 Jun 2007; Jeroen Roovers <jer@gentoo.org> gsl-1.9.ebuild:
  Stable for HPPA (bug #180916).

  05 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> gsl-1.9.ebuild:
  Stable on sparc wrt #180916

  28 Mar 2007; Fabian Groffen <grobian@gentoo.org> gsl-1.7.ebuild,
  gsl-1.8.ebuild, gsl-1.9.ebuild:
  Dropped ppc-macos keyword, see you in prefix

  28 Mar 2007; Raúl Porcel <armin76@gentoo.org> gsl-1.8.ebuild:
  ia64 stable wrt bug 167860

  27 Mar 2007; Michael Cummings <mcummings@gentoo.org> gsl-1.9.ebuild:
  Tested on swarm for USE-flag changes in dev-perl/PDL

  15 Mar 2007; Markus Dittrich <markusle@gentoo.org> gsl-1.9.ebuild:
  Some general clean-ups thanks to Santiago M. Mola Velasco 
  <cooldwind@gmail.com> (see bug #170919).

  06 Mar 2007; Simon Stelling <blubb@gentoo.org> gsl-1.8.ebuild:
  stable on amd64; bug 169212

  28 Feb 2007; Roy Marples <uberlord@gentoo.org> gsl-1.9.ebuild:
  Add ~x86-fbsd keyword.

  24 Feb 2007; nixnut <nixnut@gentoo.org> gsl-1.8.ebuild:
  Stable on ppc wrt bug 167860

  24 Feb 2007; Markus Rothe <corsair@gentoo.org> gsl-1.8.ebuild:
  Stable on ppc64; bug #167860

  22 Feb 2007; Christian Faulhammer <opfer@gentoo.org> gsl-1.8.ebuild:
  stable x86; bug 167860

  22 Feb 2007; Jeroen Roovers <jer@gentoo.org> gsl-1.8.ebuild:
  Stable for HPPA (bug #167860).

*gsl-1.9 (21 Feb 2007)

  21 Feb 2007; Markus Dittrich <markusle@gentoo.org> +gsl-1.9.ebuild:
  Version bump.

  21 Feb 2007; Markus Dittrich <markusle@gentoo.org> gsl-1.8.ebuild:
  Removed filtering of -mfpmath=sse since otherwise tests fail
  on a -mfpmath=sse built toolchain.

  06 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> gsl-1.8.ebuild:
  Stable on sparc

  18 Jan 2007; Ferris McCormick <fmccor@gentoo.org> gsl-1.7.ebuild:
  Stable on sparc (no problems reported for 15 months).

  01 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog:
  Update for my nick change spyderous -> dberkholz.

  17 Jun 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  +files/gsl-1.6-deps.diff, gsl-1.8.ebuild:
  (#134063) Fix for --as-needed.

  16 Jun 2006; Markus Rothe <corsair@gentoo.org> gsl-1.7.ebuild:
  Stable on ppc64

  23 May 2006; Markus Rothe <corsair@gentoo.org> gsl-1.4.ebuild:
  Stable on ppc64

*gsl-1.8 (11 Apr 2006)

  11 Apr 2006; George Shapovalov <george@gentoo.org> +gsl-1.8.ebuild:
  new version

  10 Mar 2006; Aron Griffis <agriffis@gentoo.org> gsl-1.7.ebuild:
  Mark 1.7 stable on ia64

  22 Feb 2006; Emanuele Giaquinta <exg@gentoo.org> gsl-1.7.ebuild:
  Stable on ppc.

  08 Feb 2006; Aron Griffis <agriffis@gentoo.org> gsl-1.7.ebuild:
  Mark 1.7 stable on alpha

  18 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gsl-1.7.ebuild:
  Stable on amd64.

  10 Nov 2005; Fabian Groffen <grobian@gentoo.org> gsl-1.7.ebuild:
  Marked ~ppc-macos (bug #111578)

*gsl-1.7 (14 Oct 2005)

  14 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> +gsl-1.7.ebuild:
  Version bump, closes bug 106895.

  26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -files/k6-undef.diff,
  -gsl-1.3.ebuild:
  Removed obsolete version and unused patch.

*gsl-1.6 (16 Jan 2005)

  16 Jan 2005; Olivier Fisette <ribosome@gentoo.org> gsl-1.3.ebuild,
  gsl-1.4.ebuild, +gsl-1.6.ebuild:
  New version. Fixed HOMEPAGE and SRC_URI (use the GNU mirrors).

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

*gsl-1.4 (28 Dec 2004)

  28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
  +files/k6-undef.diff, +gsl-1.3.ebuild, +gsl-1.4.ebuild:
  Moved from dev-libs/gsl to sci-libs/gsl.

  23 Dec 2004; Markus Rothe <corsair@gentoo.org> gsl-1.4.ebuild:
  Added ~ppc64 to KEYWORDS; bug #74046

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gsl-1.3.ebuild,
  gsl-1.4.ebuild:
  virtual/glibc -> virtual/libc

  23 May 2004; Bryan Østergaard <kloeri@gentoo.org> gsl-1.4.ebuild:
  Stable on alpha.

  02 May 2004; David Holm <dholm@gentoo.org> gsl-1.4.ebuild:
  Added to ~ppc.

  14 Apr 2004; <kloeri@gentoo.org> gsl-1.4.ebuild:
  Keyworded ~alpha.

  10 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> gsl-1.0.ebuild,
  gsl-1.1.1.ebuild, gsl-1.2.ebuild, gsl-1.3.ebuild, gsl-1.4.ebuild:
  Cleanup, bump to stable

  21 Nov 2003; George Shapovalov <george@gentoo.org> gsl-1.3.ebuild, gsl-1.4.ebuild :
  added "filter-mpmath sse", fixes #33059

*gsl-1.4 (18 Nov 2003)

  18 Nov 2003; Stephen Diener <sediener@gentoo.org> gsl-1.4.ebuild:
  Version bump.

  13 Jun 2003; George Shapovalov <george@gentoo.org> gsl-1.3.ebuild :
  added filter-flags -ffast-math (#22696), some cleanups.

*gsl-1.1.1 (12 Jun 2003)

  12 Jun 2003; <msterret@gentoo.org> gsl-1.1.1.ebuild:
  fix Header

*gsl-1.3 (14 Feb 2003)

  14 Feb 2003; Martin Holzer <mholzer@gentoo.org> gsl-1.3.ebuild,
  files/digest-gsl-1.3 ChangeLog :
  Version bump. Closes #15665.
 
*gsl-1.2 (06 Aug 2002)

  18 Oct 2002; George Shapovalov <george@gentoo.org> gsl-1.2.ebuild,
  files/k6-undef.diff :

  fix building on k6 systems. Thanks to Charles G. Waldman <cgw@alum.mit.edu>, #9011

  06 Aug 2002; George Shapovalov <george@gentoo.org> gsl-1.2.ebuild,
  files/digest-gsl-1.2 :

  new version, renaiming old ebuild sufficed

*gsl-1.0 (1 Feb 2002)

  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.