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
|
# ChangeLog for dev-perl/PDL
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.113 2014/01/16 21:34:40 maekke Exp $
16 Jan 2014; Markus Meier <maekke@gentoo.org> PDL-2.4.11.ebuild:
add ~arm, bug #449762
16 Jan 2014; Patrick Lauer <patrick@gentoo.org> PDL-2.4.11.ebuild,
metadata.xml:
Remove proj support #497328
16 Apr 2013; Ulrich Müller <ulm@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.7.ebuild, PDL-2.4.11.ebuild:
Fix LICENSE, bug 464970.
16 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org> PDL-2.4.11.ebuild:
Adding ~ppc keyword for dev-perl/PDL and his dependences, wrt bug #449762
08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
Prefix directory fix for VENDOR_ARCH
22 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild,
metadata.xml:
Forced dependency of dev-perl/OpenGL, thanks tove, bug #453504
03 Jan 2013; Jeroen Roovers <jer@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.7.ebuild:
Drop HPPA keywording (bug #449762).
19 Oct 2012; Justin Lecher <jlec@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.11.ebuild, metadata.xml:
Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
updated fortran-2.eclass
14 Oct 2012; Justin Lecher <jlec@gentoo.org> PDL-2.4.11.ebuild:
Prepare for fortran2.eclass update
29 Sep 2012; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.7.ebuild:
Drop alpha/ia64/s390/sh/sparc keywords
28 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org>
+files/PDL-2.4.11-shared-fftw.patch, PDL-2.4.11.ebuild:
Link fftw with shared libraries, fixing bug #432670
06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> PDL-2.4.11.ebuild:
Prefix fixes and keywording amd64-linux, x86-linux
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
*PDL-2.4.11 (16 Jun 2012)
16 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +PDL-2.4.11.ebuild,
+files/PDL-2.4.11-fortran.patch, +files/PDL-2.4.11-shared-hdf.patch,
metadata.xml:
Version bump. Added many use flags, previously assumed automagic'ed. Respect
user fortran compiler and flags. Added a port_rm to remove generated files.
Added sci as maintainer and a long description. USe the newer PDL homepage
29 Jul 2011; Torsten Veller <tove@gentoo.org> -PDL-2.4.6.ebuild:
Cleanup
14 Dec 2010; Matt Turner <mattst88@gentoo.org> PDL-2.4.3-r1.ebuild:
Drop mips keywords, we don't have anything that depends on this.
23 Aug 2010; Torsten Veller <tove@gentoo.org> PDL-2.4.6.ebuild,
PDL-2.4.7.ebuild:
Remove epause calls
23 Aug 2010; Torsten Veller <tove@gentoo.org> -PDL-2.4.4.ebuild,
PDL-2.4.6.ebuild, PDL-2.4.7.ebuild:
Not parallel build safe (#300272). Cleanup
*PDL-2.4.7 (20 Aug 2010)
20 Aug 2010; Robin H. Johnson <robbat2@gentoo.org> +PDL-2.4.7.ebuild:
Version bump via perl-bump experimental tool.
15 Mar 2010; Torsten Veller <tove@gentoo.org> -PDL-2.4.5.ebuild:
Cleanup
*PDL-2.4.6 (19 Feb 2010)
19 Feb 2010; Torsten Veller <tove@gentoo.org> +PDL-2.4.6.ebuild:
Version bump (#300029). Remove non-functional opengl useflag.
Disable HDF (#302719) and 3D (#294330) modules. Run tests
01 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> PDL-2.4.5.ebuild:
Missing virtual/perl-PodParser depend for podselect command.
21 Jan 2010; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild,
PDL-2.4.5.ebuild:
Drop mips (#267990)
09 Jan 2010; Torsten Veller <tove@gentoo.org> +PDL-2.4.4.ebuild:
Readd accidentally dropped PDL-2.4.4
24 Dec 2009; Torsten Veller <tove@gentoo.org> -PDL-2.4.4.ebuild:
Cleanup
13 Dec 2009; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild,
PDL-2.4.5.ebuild:
Ebuild maintainance
*PDL-2.4.5 (10 Nov 2009)
10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +PDL-2.4.5.ebuild:
Version bump via perl-bump experimental tool.
10 Aug 2009; Torsten Veller <tove@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.4.ebuild:
perl-core/Filter -> virtual/perl-Filter
02 May 2009; Torsten Veller <tove@gentoo.org> -PDL-2.4.2-r1.ebuild,
-PDL-2.4.3.ebuild:
Cleanup
21 Apr 2009; Torsten Veller <tove@gentoo.org> PDL-2.4.4.ebuild:
Fix automagic dependency on fftw. Thanks to Sébastien Fabbro (#266845)
01 Jan 2009; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild,
PDL-2.4.4.ebuild:
Re-add ~s390
09 Dec 2008; Torsten Veller <tove@gentoo.org> +files/PDL-2.4.4-PIC.patch,
PDL-2.4.4.ebuild:
Update PIC patch (#250335)
*PDL-2.4.4 (08 Dec 2008)
08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +PDL-2.4.4.ebuild:
Version bump.
06 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
11 Sep 2007; Jeroen Roovers <jer@gentoo.org> -files/gsl.patch,
PDL-2.4.3-r1.ebuild:
Fix automagic, clean up ebuild, add TODOs.
11 Sep 2007; Jeroen Roovers <jer@gentoo.org> +files/PDL-2.4.3-PIC.patch,
PDL-2.4.3-r1.ebuild:
Turn sed script into patch (bug #180807).
11 Sep 2007; Jeroen Roovers <jer@gentoo.org> PDL-2.4.3-r1.ebuild:
Fix bug #180807. Stable for HPPA too.
09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> PDL-2.4.3-r1.ebuild:
Stable on ppc.
09 Aug 2007; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild:
alpha stable
13 Jul 2007; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild:
ia64/x86 stable
21 Jun 2007; Michael Cummings <mcummings@gentoo.org> PDL-2.4.3-r1.ebuild:
Marking sparc stable
21 Jun 2007; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3-r1.ebuild:
Re-add ~alpha wrt #165651
15 Jun 2007; Michael Cummings <mcummings@gentoo.org> PDL-2.4.3-r1.ebuild:
Marking amd64 stable
01 Jun 2007; Joshua Kinard <kumba@gentoo.org> PDL-2.4.3.ebuild:
Stable on mips.
12 May 2007; Joshua Kinard <kumba@gentoo.org> PDL-2.4.3.ebuild:
Stable on mips.
06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> PDL-2.4.3-r1.ebuild:
Added ~ppc, bug #165651
14 Apr 2007; Michael Cummings <mcummings@gentoo.org> PDL-2.4.3.ebuild:
sparc stable
*PDL-2.4.3-r1 (27 Mar 2007)
27 Mar 2007; Michael Cummings <mcummings@gentoo.org> +PDL-2.4.3-r1.ebuild:
Bug 169189, gsl as a use flag
26 Mar 2007; Raúl Porcel <armin76@gentoo.org> PDL-2.4.3.ebuild:
Add ~ia64 wrt bug 165651
03 Mar 2007; Marius Mauch <genone@gentoo.org> PDL-2.4.2-r1.ebuild,
PDL-2.4.3.ebuild:
Replacing einfo with elog
07 Feb 2007; Jeroen Roovers <jer@gentoo.org> PDL-2.4.3.ebuild:
Marked ~hppa (bug #165651).
*PDL-2.4.3 (06 Feb 2007)
06 Feb 2007; Michael Cummings <mcummings@gentoo.org> +PDL-2.4.3.ebuild:
Version bump
19 Jan 2007; Michael Cummings <mcummings@gentoo.org> -PDL-2.4.0-r2.ebuild,
-PDL-2.4.2.ebuild, PDL-2.4.2-r1.ebuild:
Ebuild maintenance
10 Dec 2006; Yuval Yaari <yuval@gentoo.org> PDL-2.4.0-r2.ebuild,
PDL-2.4.2.ebuild, PDL-2.4.2-r1.ebuild:
Replacing perl-core/File-Spec dependency and perl-core/Text-Balanced to
their corresponding virtuals (bug #157669)
04 Sep 2006; Joshua Kinard <kumba@gentoo.org> PDL-2.4.2-r1.ebuild:
Marked stable on mips.
10 Jul 2006; Aron Griffis <agriffis@gentoo.org> PDL-2.4.2-r1.ebuild:
Mark 2.4.2-r1 stable on ia64
04 Jul 2006; Christian Hartmann <ian@gentoo.org> PDL-2.4.0-r2.ebuild,
PDL-2.4.2.ebuild, PDL-2.4.2-r1.ebuild:
Fixed RDEPEND wrt bug #134781; fixed header
27 Jun 2006; Thomas Cort <tcort@gentoo.org> PDL-2.4.2-r1.ebuild:
Stable on alpha wrt Bug #137427.
26 Jun 2006; Andrej Kacian <ticho@gentoo.org> PDL-2.4.2-r1.ebuild:
Stable on x86, bug #137131.
26 Jun 2006; Guy Martin <gmsoft@gentoo.org> PDL-2.4.2-r1.ebuild:
Stable on hppa.
25 Jun 2006; Simon Stelling <blubb@gentoo.org> PDL-2.4.2-r1.ebuild:
stable on amd64
25 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> PDL-2.4.2-r1.ebuild:
ppc stable, bug #137427
14 Jun 2006; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2-r1.ebuild:
Fixed PDL for lib64
13 Jun 2006; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2-r1.ebuild:
Marking sparc stable
*PDL-2.4.2-r1 (26 Apr 2006)
26 Apr 2006; <mcummings@gentoo.org> +files/PDL-2.4.2-makemakerfix.patch,
+PDL-2.4.2-r1.ebuild:
Patch for perl 5.8.8 support
24 Apr 2006; Joshua Kinard <kumba@gentoo.org> PDL-2.4.2.ebuild:
Marked stable on mips.
16 Jan 2006; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2.ebuild:
Bug 107375, added badval support
29 Dec 2005; <mcumming@gentoo.org> PDL-2.4.0-r2.ebuild, PDL-2.4.2.ebuild:
Updating dep to perl-core/Filter
25 May 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2.ebuild:
dev-perl/Text-Balanced => perl-core/Text-Balanced migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0-r2.ebuild:
dev-perl/Text-Balanced => perl-core/Text-Balanced migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2.ebuild:
dev-perl/File-Spec => perl-core/File-Spec migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0-r2.ebuild:
dev-perl/File-Spec => perl-core/File-Spec migration
29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -PDL-2.3.2-r1.ebuild,
-PDL-2.3.2-r2.ebuild, -PDL-2.3.4.ebuild, -PDL-2.4.0.ebuild,
-PDL-2.4.0-r1.ebuild, -PDL-2.4.1.ebuild:
cleaning for mirror syntax
10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> PDL-2.4.2.ebuild:
Stable on ppc.
01 Apr 2005; Simon Stelling <blubb@gentoo.org> PDL-2.4.2.ebuild:
stable on amd64
27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> PDL-2.4.2.ebuild:
Stable on alpha.
08 Mar 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.2.ebuild:
Changed CHOST-linux to use the actual archversion from perl - relevant if you
compiled a threaded perl. Fixes Bug 84449
*PDL-2.4.2 (07 Mar 2005)
07 Mar 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.4.1.ebuild,
+PDL-2.4.2.ebuild:
New version; bug 80733; fixes bad pdlconf.db files
04 Jan 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.3.2-r1.ebuild,
PDL-2.3.2-r2.ebuild, PDL-2.3.4.ebuild, PDL-2.4.0-r1.ebuild,
PDL-2.4.0-r2.ebuild, PDL-2.4.0.ebuild:
bug 76590
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
07 Nov 2004; Joshua Kinard <kumba@gentoo.org> PDL-2.4.0-r2.ebuild:
Marked stable on mips.
06 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> PDL-2.4.0-r2.ebuild:
Stable on alpha.
*PDL-2.4.1 (21 Sep 2004)
21 Sep 2004; Michael Cummings <mcummings@gentoo.org> +PDL-2.4.1.ebuild:
New version of PDL; opengl support is back; docs are back; GLS patch is built
in now; closes bug 38291
09 Sep 2004; Guy Martin <gmsoft@gentoo.org> PDL-2.4.0-r2.ebuild:
Reapplying unconditional -fPIC stuff (#55238). Stable on hppa.
06 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> PDL-2.4.0-r2.ebuild:
Stable on sparc
06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> PDL-2.4.0-r2.ebuild:
Switch to use epause and ebeep, bug #62950
*PDL-2.4.0-r2 (04 Sep 2004)
04 Sep 2004; Michael Cummings <mcummings@gentoo.org> +files/gsl.patch,
+PDL-2.4.0-r2.ebuild:
This patch, provided in bug 33936, fixes a bug in the gsl library detection.
Patience and patch supplied by Karl Steddom <k-steddom@tamu.edu>
30 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> PDL-2.4.0.ebuild:
Applying -fPIC to compile flags now unconditionally. See BUG #55238.
06 Jun 2004; Aron Griffis <agriffis@gentoo.org> PDL-2.3.2-r1.ebuild,
PDL-2.3.2-r2.ebuild, PDL-2.3.4.ebuild, PDL-2.4.0-r1.ebuild,
PDL-2.4.0.ebuild:
Fix use invocation
16 Apr 2004; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0-r1.ebuild:
Syntax fix for newdepend, bug 29064
14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> PDL-2.4.0-r1.ebuild:
Marked stable on mips.
07 Mar 2004; Stephen P. Becker <geoman@gentoo.org> PDL-2.4.0-r1.ebuild:
Added ~mips keyword.
09 Jan 2004; <gustavoz@gentoo.org> PDL-2.4.0-r1.ebuild:
marked stable on sparc
*PDL-2.4.0-r1 (26 Jul 2003)
26 Jul 2003; <rac@gentoo.org> PDL-2.4.0-r1.ebuild:
Allow >=perl-5.8.0-r12 to provide File-Spec
18 Jul 2003; Olivier Crete <tester@gentoo.org> PDL-2.4.0.ebuild:
Added -fPIC for amd64 too
24 Jun 2003; Aron Griffis <agriffis@gentoo.org> PDL-2.4.0.ebuild:
Mark stable on alpha
16 Jun 2003; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0.ebuild:
Corrected hard coded references to 5.6.0; fixed html page errors
*PDL-2.4.0 (15 Jun 2003)
03 Jul 2003; Guy Martin <gmsoft@gentoo.org> PDL-2.4.0.ebuild :
Added a small fix to build -fPIC on hppa. Added hppa to KEYWORDS.
15 Jun 2003; Michael Cummings <mcummings@gentoo.org> PDL-2.4.0.ebuild:
Version bump from CPAN. May help bug 22456
*PDL-2.3.4 (31 May 2003)
31 May 2003; Michael Cummings <mcummings@gentoo.org> PDL-2.3.4.ebuild:
New version from CPAN; Updated DEPENDS
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog :
forced version bump to install into correct locations
*PDL-2.3.2-r2 (21 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*PDL-2.3.2-r1 (5 May 2002)
24 Jul 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
5 May 2002; Seemant Kulleen <seemant@gentoo.org> PDL-2.3.2-r1.ebuild
files/digest-PDL-2.3.2-r1 :
eclass conversion
*PDL-2.3.2 (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.
|