summaryrefslogtreecommitdiff
blob: b1d63f8802aa243678803ffe999def9d3ee3d2c2 (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
# ChangeLog for dev-python/numpy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.152 2011/08/17 16:46:37 chithanh Exp $

  17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  numpy-1.6.1.ebuild:
  keyword ~sparc-solaris

*numpy-1.6.1 (26 Jul 2011)

  26 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.6.1.ebuild:
  Version bump

  23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> numpy-1.6.0.ebuild:
  ppc64 stable wrt #371673

  10 Jul 2011; Raúl Porcel <armin76@gentoo.org> numpy-1.6.0.ebuild:
  alpha/ia64/s390/sh/sparc stable wrt #371673

  27 Jun 2011; Brent Baude <ranger@gentoo.org> numpy-1.6.0.ebuild:
  Marking numpy-1.6.0 ppc for bug 371673

  21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
  numpy-1.6.0.ebuild:
  Use USE=lapack to depend conditionally on fortran support

  21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
  numpy-1.6.0.ebuild:
  Add dependency on virtual/fortran

  21 Jun 2011; Justin Lecher <jlec@gentoo.org> numpy-1.5.1.ebuild,
  numpy-1.6.0.ebuild:
  Added fortran-2.eclass support

  19 Jun 2011; Markus Meier <maekke@gentoo.org> numpy-1.6.0.ebuild:
  x86 stable, bug #371673

  19 Jun 2011; Markus Meier <maekke@gentoo.org> numpy-1.6.0.ebuild:
  arm stable, bug #371673

  18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> numpy-1.6.0.ebuild:
  Stable on amd64 wrt bug #371673

  15 Jun 2011; Jeroen Roovers <jer@gentoo.org> numpy-1.6.0.ebuild:
  Stable for HPPA (bug #371673).

*numpy-1.6.0 (14 May 2011)

  14 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +numpy-1.6.0.ebuild:
  Version bump.

*numpy-1.6.0_rc3 (08 May 2011)

  08 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +numpy-1.6.0_rc3.ebuild:
  Version bump.

*numpy-1.6.0_beta2 (07 Apr 2011)

  07 Apr 2011; Sébastien Fabbro <bicatali@gentoo.org>
  -numpy-1.6.0_beta1.ebuild, +numpy-1.6.0_beta2.ebuild:
  Version bump

  03 Apr 2011; Raúl Porcel <armin76@gentoo.org> numpy-1.5.1.ebuild:
  ia64/s390/sh stable wrt #351487

*numpy-1.6.0_beta1 (28 Mar 2011)

  28 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org>
  +numpy-1.6.0_beta1.ebuild:
  Version bump. Beta only, does not pass test suite

  25 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.5.1.ebuild:
  Allows cross-compiling, bug #356381 thanks Dylan Smith

  27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> numpy-1.5.1.ebuild:
  Stable on alpha, bug #351487

  26 Feb 2011; Michael Weber <xmw@gentoo.org> numpy-1.5.1.ebuild:
  sparc stable (bug 351487)

  25 Jan 2011; Jeroen Roovers <jer@gentoo.org> numpy-1.5.1.ebuild:
  Stable for HPPA (bug #351487).

  15 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> numpy-1.5.1.ebuild:
  ppc64 stable wrt #351487

  15 Jan 2011; Markus Meier <maekke@gentoo.org> numpy-1.5.1.ebuild:
  arm/x86 stable, bug #351487

  13 Jan 2011; Markos Chandras <hwoarang@gentoo.org> numpy-1.5.1.ebuild:
  Stable on amd64 wrt bug #351487

  12 Jan 2011; Brent Baude <ranger@gentoo.org> numpy-1.5.1.ebuild:
  Marking numpy-1.5.1 ppc for bug 306237

  12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.5.1.ebuild, +files/numpy-1.5.1-python-3.2.patch:
  Add incomplete fix for compatibility with Python 3.2 (bug #351057).

  12 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.5.1.ebuild:
  Disable tests failing on ppc/ppc64.

  19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.3.0-r1.ebuild, numpy-1.3.0-r2.ebuild, numpy-1.4.1.ebuild,
  numpy-1.5.1.ebuild:
  Restrict Jython ABIs.

  18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.5.1.ebuild:
  Run tests with Python 3.

  18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -numpy-1.5.0-r2.ebuild, -files/numpy-1.5.0-python3.patch:
  Delete.

*numpy-1.5.1 (19 Nov 2010)

  19 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.5.1.ebuild:
  Version bump

  07 Nov 2010; Mark Loeser <halcy0n@gentoo.org> numpy-1.5.0-r2.ebuild:
  Mark ~ppc64; bug #306237

  08 Oct 2010; Mart Raudsepp <leio@gentoo.org> numpy-1.5.0-r2.ebuild:
  Marked ~mips for bug #233554

  11 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org>
  -numpy-1.5.0-r1.ebuild, numpy-1.5.0-r2.ebuild,
  +files/numpy-1.5.0-python3.patch:
  Fix infinite compile loop with python3 and gcc-4.5 wrt bug 336781. Thanks
  to Ryan for the report. Drop old.

*numpy-1.5.0-r2 (10 Sep 2010)

  10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +numpy-1.5.0-r2.ebuild:
  Support Python 3. Install updated documentation. Avoid breaking strict-aliasing
  rules.

*numpy-1.5.0-r1 (09 Sep 2010)

  09 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org> -numpy-1.2.1.ebuild,
  -numpy-1.5.0.ebuild, +numpy-1.5.0-r1.ebuild:
  Force numpy to use GNU compilers for linking when FC is set to gfortran,
  wrt bug 335908. Drop old.

*numpy-1.5.0 (02 Sep 2010)

  02 Sep 2010; Dirkjan Ochtman <djc@gentoo.org> +numpy-1.5.0.ebuild:
  Version bump to 1.5.0 (bug 335602).

  25 Jul 2010; Raúl Porcel <armin76@gentoo.org> numpy-1.4.1.ebuild:
  ia64/s390/sh/sparc stable wrt #326251

  24 Jul 2010; Markus Meier <maekke@gentoo.org> numpy-1.4.1.ebuild:
  arm stable, bug #326251

  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> numpy-1.4.1.ebuild:
  stable x86, bug 326251

  07 Jul 2010; Jeroen Roovers <jer@gentoo.org> numpy-1.4.1.ebuild:
  Stable for HPPA (bug #326251).

  01 Jul 2010; Markos Chandras <hwoarang@gentoo.org> numpy-1.4.1.ebuild:
  Stable on amd64 wrt bug #326251

  30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.2.1.ebuild, numpy-1.3.0-r1.ebuild, numpy-1.3.0-r2.ebuild,
  numpy-1.4.1.ebuild:
  Set PYTHON_DEPEND.

*numpy-1.4.1 (22 Apr 2010)

  22 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.4.0.ebuild,
  -files/numpy-1.4.0-python-2.7.patch, +numpy-1.4.1.ebuild:
  Version bump. Removed 1.4.0 because pulled out by upstream for ABI
  incompatibilities

  04 Mar 2010; Joseph Jezak <josejx@gentoo.org> numpy-1.4.0.ebuild:
  Marked -ppc/-ppc64 due to a lack of support for long double format. Please
  CC ppc/ppc64 if a new version comes out which supports ppc/ppc64's long
  double format.

  24 Feb 2010; Markus Duft <mduft@gentoo.org> numpy-1.4.0.ebuild,
  +files/numpy-1.4.0-interix.patch:
  added small patch to fix build on interix

  09 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  numpy-1.4.0.ebuild, +files/numpy-1.4.0-python-2.7.patch:
  Fix building with Python 2.7 (bug #300322).

  06 Jan 2010; Brent Baude <ranger@gentoo.org> numpy-1.3.0-r1.ebuild:
  Marking numpy-1.3.0-r1 ppc64 for bug 287575

*numpy-1.4.0 (04 Jan 2010)

  04 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.3.0.ebuild,
  +numpy-1.4.0.ebuild:
  Version bump. Removed most architecture specific patches, applied
  upstream. Fixed the site.cfg generation such that dotblas.so links with
  atlas when present (was broken with the introduction of EPREFIX)

  20 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
  numpy-1.3.0-r2.ebuild:
  Added doc flag, bug #293525, thanks Denilson

*numpy-1.3.0-r2 (20 Nov 2009)

  20 Nov 2009; Fabian Groffen <grobian@gentoo.org> +numpy-1.3.0-r2.ebuild,
  +files/numpy-1.3.0-darwin-no-arch.patch:
  Add patch to prevent numpy's distutils from injecting -arch flags on
  Darwin, while this never works
  (http://projects.scipy.org/numpy/ticket/1087)

  16 Nov 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0-r1.ebuild:
  ia64/s390/sh/sparc stable wrt #287575

  18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.3.0-r1.ebuild:
  Stable on alpha, bug #287575

  12 Oct 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0-r1.ebuild:
  Stable for HPPA (bug #287575).

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> numpy-1.3.0-r1.ebuild:
  Fix screwup, missing ED definition, bug #288476

  10 Oct 2009; Fabian Groffen <grobian@gentoo.org> numpy-1.3.0-r1.ebuild,
  +files/numpy-1.3.0-fenv-freebsd.patch:
  Merge from Prefix

  10 Oct 2009; Markus Meier <maekke@gentoo.org> numpy-1.3.0-r1.ebuild:
  amd64/arm/x86 stable, bug #287575

  07 Oct 2009; nixnut <nixnut@gentoo.org> numpy-1.3.0-r1.ebuild:
  ppc stable #287575

*numpy-1.3.0-r1 (28 Aug 2009)

  28 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +numpy-1.3.0-r1.ebuild:
  Set SUPPORT_PYTHON_ABIS.

  28 Aug 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0.ebuild:
  arm/ia64/s390/sh stable wrt #277354

  26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.3.0.ebuild:
  Stable on alpha, bug #277354

  16 Aug 2009; Arun Raghavan <ford_prefect@gentoo.org> numpy-1.3.0.ebuild,
  +files/numpy-1.3.0-arm-sh.patch:
  Fix arm/sh build

  09 Aug 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.2.1.ebuild:
  arm/sh stable

  02 Aug 2009; nixnut <nixnut@gentoo.org> numpy-1.3.0.ebuild:
  ppc stable #277354

  28 Jul 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0.ebuild:
  Stable for HPPA (bug #277354).

  22 Jul 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.3.0.ebuild,
  +files/numpy-1.3.0-alpha.patch:
  Add patch to fix compilation on alpha

  20 Jul 2009; Jeremy Olexa <darkside@gentoo.org> numpy-1.3.0.ebuild:
  amd64 stable, bug 277354

  15 Jul 2009; Jeroen Roovers <jer@gentoo.org>
  files/numpy-1.3.0-parisc.patch:
  Remove the comment too.

  15 Jul 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.3.0.ebuild,
  +files/numpy-1.3.0-parisc.patch:
  Check for __hppa__ not __parisc__ (bug #277438).

  15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> numpy-1.3.0.ebuild:
  stable x86, bug 277354

  10 Jul 2009; Ferris McCormick <fmccor@gentoo.org> numpy-1.3.0.ebuild:
  Sparc stable, bug #277354.

  22 Apr 2009; Markus Meier <maekke@gentoo.org> numpy-1.2.1:
  amd64 stable, bug #265328

  15 Apr 2009; Brent Baude <ranger@gentoo.org> numpy-1.2.1.ebuild:
  Marking numpy-1.2.1 ppc64 for bug 265328

  14 Apr 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.2.1.ebuild:
  ia64/s390/x86 stable wrt #265328

  11 Apr 2009; nixnut <nixnut@gentoo.org> numpy-1.2.1.ebuild:
  ppc stable #265328

  09 Apr 2009; Ferris McCormick <fmccor@gentoo.org> numpy-1.2.1.ebuild:
  Sparc stable, Bug #265328.

  09 Apr 2009; Jeroen Roovers <jer@gentoo.org> numpy-1.2.1.ebuild:
  Stable for HPPA (bug #265328).

  08 Apr 2009; Tobias Klausmann <klausman@gentoo.org> numpy-1.2.1.ebuild:
  Stable on alpha, bug #265328

*numpy-1.3.0 (07 Apr 2009)

  07 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.3.0.ebuild:
  Version bump, removed fortran eclass

  06 Apr 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4-r2.ebuild,
  numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
  Add ~arm/~sh

  18 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
  numpy-1.0.4-r2.ebuild, numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
  Removed f2py block since it's not in the tree anymore

  12 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> ChangeLog:
  Fixed a syntax error. Re-added ppc and x86-fbsd now that nose is
  keyworded.

  24 Jan 2009; Brent Baude <ranger@gentoo.org> numpy-1.2.1.ebuild:
  Marking numpy-1.2.1 ~ppc64 for bug 23354

  12 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.2.0.ebuild,
  numpy-1.2.1.ebuild:
  Fixes to pkg-config with lapack when atlas is selected

*numpy-1.2.1 (06 Nov 2008)

  06 Nov 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.2.1.ebuild:
  Version bump

  01 Oct 2008; Raúl Porcel <armin76@gentoo.org> numpy-1.2.0.ebuild:
  Add ~alpha wrt #233554

  29 Sep 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.2.0.ebuild:
  Marked ~hppa (bug #233554).

  28 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.2.0.ebuild:
  Fixed again blas/lapack configuration to be compatible with the available
  gentoo implementations

*numpy-1.2.0 (26 Sep 2008)

  26 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.2.0.ebuild:
  Version bump. New test framework dependent on dev-python/nose. Re-added
  gentoo names for ATLAS libraries. Dropped alpha hppa mips ppc ppc64
  x86-fbsd until nose is keyworded.

  25 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.1.0.ebuild,
  numpy-1.1.1.ebuild:
  One more fix for removal automagic blas/lapack detection, see bug #237739

*numpy-1.1.1 (21 Aug 2008)

  21 Aug 2008; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.1.1.ebuild:
  Version bump

*numpy-1.1.0 (22 Jun 2008)

  22 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org>
  +files/numpy-1.1.0-f2py.patch, numpy-1.0.4-r2.ebuild, +numpy-1.1.0.ebuild:
  Version bump and added more configuration for better multiple lapack
  implementations

  20 May 2008; Sébastien Fabbro <bicatali@gentoo.org>
  +files/numpy-1.0.4-cpuinfo.patch, -files/numpy-1.0.4-nocona-cpuinfo.patch,
  numpy-1.0.4-r2.ebuild:
  Applied cpu patch for AMD phenom architecture, thanks to Nylan (bug #183236)

  06 May 2008; Markus Dittrich <markusle@gentoo.org> numpy-1.0.4-r2.ebuild:
  Fixed linking error when LDFLAGS is not set (see bug #219205).

  30 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> numpy-1.0.4-r2.ebuild:
  Keyword ~mips for bug #181888.

  31 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.4.ebuild,
  -numpy-1.0.4-r1.ebuild:
  Removed older revisions

  02 Mar 2008; nixnut <nixnut@gentoo.org> numpy-1.0.4-r2.ebuild:
  Stable on ppc wrt bug 211876

  29 Feb 2008; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4-r2.ebuild:
  alpha/ia64/sparc stable wrt #211876

  29 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> numpy-1.0.4-r2.ebuild:
  amd64 stable wrt bug #211876

  29 Feb 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.0.4-r2.ebuild:
  Stable for HPPA (bug #211876).

  29 Feb 2008; Ferris McCormick <fmccor@gentoo.org> numpy-1.0.4-r2.ebuild:
  Sparc stable with USE=lapack --- Bug #211876.

  29 Feb 2008; Brent Baude <ranger@gentoo.org> numpy-1.0.4-r2.ebuild:
  stable ppc64, bug 211791

*numpy-1.0.4-r2 (24 Jan 2008)

  24 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org>
  +numpy-1.0.4-r2.ebuild:
  Re-introduce fortran detection but only when lapack flag is set, to prevent
  autodetection and forced multiple fortran linking. Fixed site configuration
  file generation to really produce fast blas, some cleaning.

*numpy-1.0.4-r1 (11 Jan 2008)

  11 Jan 2008; Justin Bronder <jsbronder@gentoo.org>
  +files/numpy-1.0.4-nocona-cpuinfo.patch, +numpy-1.0.4-r1.ebuild:
  Fix cpuinfo to correctly detect nocona-based hardware.  Bug 183236.

  04 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.3.ebuild,
  -numpy-1.0.3.1.ebuild:
  Removed obsolete versions

  26 Dec 2007; Samuli Suominen <drac@gentoo.org> numpy-1.0.4.ebuild:
  amd64 stable wrt #202202

  24 Dec 2007; Brent Baude <ranger@gentoo.org> numpy-1.0.4.ebuild:
  Marking numpy-1.0.4 ppc64 for bug 202202

  21 Dec 2007; nixnut <nixnut@gentoo.org> numpy-1.0.4.ebuild:
  Stable on ppc wrt bug 202202

  19 Dec 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4.ebuild:
  alpha/ia64/sparc/x86 stable wrt #202202

  19 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.4.ebuild:
  Fixed site.cfg generation for external blas/lapack

  18 Dec 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.4.ebuild:
  Stable for HPPA (bug #202202).

  07 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.4.ebuild:
  Fixed for LDFLAGS, now adding a -shared

  21 Nov 2007; Joe Peterson <lavajoe@gentoo.org>
  +files/numpy-1.0.4-freebsd.patch, numpy-1.0.4.ebuild:
  Patch for FreeBSD, and add ~x86-fbsd keyword (bug #199825)

*numpy-1.0.4 (12 Nov 2007)

  12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> -numpy-1.0.2.ebuild,
  +numpy-1.0.4.ebuild:
  Version bump

  29 Oct 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
  alpha stable wrt #180713

  15 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.0.3.1.ebuild:
  Use the new virtual/cblas.

  26 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> -numpy-0.9.8.ebuild:
  Removed old version

*numpy-1.0.3.1 (24 Aug 2007)

  24 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +numpy-1.0.3.1.ebuild:
  Version bump. Removed fortran dependencies, closing bug #186913.
  Cleaned various configure settings. Thanks Vincent Legoll for his work.

  22 Jul 2007; Christian Faulhammer <opfer@gentoo.org> numpy-1.0.3.ebuild:
  stable x86, bug 180713

  20 Jul 2007; nixnut <nixnut@gentoo.org> numpy-1.0.3.ebuild:
  Stable on ppc wrt bug 180713

  17 Jul 2007; Christoph Mende <angelos@gentoo.org> numpy-1.0.3.ebuild:
  Stable on amd64 wrt bug #180713

  17 Jul 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
  ia64 stable wrt #180713

  17 Jul 2007; Markus Rothe <corsair@gentoo.org> numpy-1.0.3.ebuild:
  Stable on ppc64; bug #180713

  17 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
  Stable on sparc wrt #180713

  09 Jul 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
  Stable for HPPA (bug #180713).

  14 Jun 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
  Marked ~hppa (bug #181888).

  14 Jun 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
  Add ~alpha/~ia64 wrt #181888

  14 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
  Keyworded ~sparc wrt #181888

  13 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> numpy-1.0.3.ebuild:
  Fixed src_test to be more verbose.

*numpy-1.0.3 (25 May 2007)

  25 May 2007; Sébastien Fabbro <bicatali@gentoo.org>
  -files/numpy-1.0.1-cpuinfo.patch, -numpy-1.0.1.ebuild,
  -numpy-1.0.1-r1.ebuild, +numpy-1.0.3.ebuild:
  version bump and removed older version

*numpy-1.0.2 (05 Apr 2007)

  05 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.0.2.ebuild:
  Version bump. Closing #173359.

  06 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
  numpy-1.0.1-r1.ebuild:
  Fixed a cblas requirement when lapack was not called. Allows F77FLAGS to 
  be used along FFLAGS for FORTRAN flags.

  05 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +files/numpy-1.0.1-cpuinfo.patch, numpy-1.0.1-r1.ebuild:
  Fix bug #169262 with upstream patch. Thanks james@superbug.demon.co.uk 
  for reporting.

  20 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
  numpy-1.0.1-r1.ebuild:
  Updated cblas dependencies. Closing bug #167652, thanks 
  Grante Edwards <grante@visi.com> for the report.

*numpy-1.0.1-r1 (19 Feb 2007)

  19 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
  +files/numpy-1.0.1-f2py.patch, metadata.xml, +numpy-1.0.1-r1.ebuild:
  Fixed for cblas deps, better testing. Now works with test. Better 
  compliance to python packages. Added ifc treatment for amd64.

*numpy-1.0.1 (31 Jan 2007)

  31 Jan 2007; Steve Arnold <nerdboy@gentoo.org> -numpy-1.0_beta2.ebuild,
  -numpy-1.0_rc1.ebuild, +numpy-1.0.1.ebuild:
  Bumped to latest full release and cleaned up rc and beta ebuilds (bug
  154275).

  26 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild:
  Stable on ppc.

  24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
  numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
  The LDFLAGS situation is worse than I thought. Setting LDFLAGS at all
  entirely overrides the linker flags within the build and breaks it. See
  comp.lang.python thread 'Building things with setup.py' from 21 Sept. 2006.

  22 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  -files/0.9.6-recognize-more-gfortran-versions.patch:
  Remove unused patch.

  21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
  numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
  It helps to inherit flag-o-matic.

*numpy-1.0_rc1 (21 Sep 2006)

  21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  +numpy-1.0_rc1.ebuild:
  Bump.

  21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
  numpy-1.0_beta2.ebuild:
  LDFLAGS='-Wl,-O1' breaks the compile.

*numpy-1.0_beta2 (16 Aug 2006)

  16 Aug 2006; Alastair Tse <liquidx@gentoo.org> +numpy-1.0_beta2.ebuild:
  version bump (#143964). restricted test because it does not work in sandbox.

  17 Jul 2006; Alastair Tse <liquidx@gentoo.org> -numpy-0.9.6.ebuild,
  -numpy-0.9.6-r1.ebuild, numpy-0.9.8.ebuild:
  Stable bump for x86. Block on !dev-python/f2py because numpy provides
  this package. (#131833)

*numpy-0.9.8 (14 Jun 2006)

  14 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; +numpy-0.9.8.ebuild:
  Bump. Incorporates many changes from the science overlay, mainly from bicatali.

  13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
  Add sci herd as co-maintainer.

  13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
  numpy-0.9.6-r1.ebuild:
  Keyword ~ppc.

  13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
  numpy-0.9.6-r1.ebuild:
  Fix up weird dep syntax.

*numpy-0.9.6-r1 (13 Jun 2006)

  13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
  +files/0.9.6-recognize-more-gfortran-versions.patch,
  +numpy-0.9.6-r1.ebuild:
  Patch to recognize Gentoo gfortran version strings.

  01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> -numpy-0.9.4.ebuild,
  +numpy-0.9.6.ebuild:
  Removed old version.

*numpy-0.9.6 (01 Apr 2006)

  01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> +numpy-0.9.6.ebuild:
  New version. Thanks to bicatali and Sebastien Fabbro <seb@ist.utl.pt> for
  their work.

  01 Apr 2006; Aron Griffis <agriffis@gentoo.org> numpy-0.9.4.ebuild:
  Mark 0.9.4 ~ia64

*numpy-0.9.4 (07 Feb 2006)

  07 Feb 2006; Alastair Tse <liquidx@gentoo.org> +numpy-0.9.4.ebuild:
  initial ebuild thanks to Alok Singhal (#119305)