summaryrefslogtreecommitdiff
blob: dbe69c5804545f0f7b42790cef7a07ad9e86a454 (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
# ChangeLog for sci-mathematics/octave
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.47 2007/05/20 15:08:55 armin76 Exp $

  20 May 2007; Raúl Porcel <armin76@gentoo.org> octave-2.1.73.ebuild:
  alpha stable wrt #141446

  16 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild,
  octave-2.1.69.ebuild:
  QA: which -> type -P

  22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
  Redigest for Manifest2

*octave-2.1.73-r2 (12 Dec 2006)

  12 Dec 2006; Markus Dittrich <markusle@gentoo.org>
  +octave-2.1.73-r2.ebuild:
  Several users have reported problems with octave's internal lapack
  and blas routines. Hence, removed the blas USE flag and forced the
  use of external blas and lapack.

  13 Nov 2006; Ferris McCormick <fmccor@gentoo.org> octave-2.1.73-r1.ebuild:
  Stable on sparc --- Bug #141446 --- I am bypassing 2.1.73 for 2.1.73-r1
  because FEATURES=test succeeds with 2.1.73-r1 but a test is broken with
  2.1.73, and given the choice, for a package to be stable, FEATURES=test needs
  to work.

  13 Nov 2006; Luis Medinas <metalgod@gentoo.org> octave-2.1.73.ebuild:
  Stable on amd64. Bug #141446.

  03 Nov 2006; Markus Dittrich <markusle@gentoo.org> ChangeLog:
  Fixed test case that failed inside the sandbox and added dejagnu
  as dependency which is needed for src_test. This fixes bug #140808.

*octave-2.1.73-r1 (02 Nov 2006)

  02 Nov 2006; Markus Dittrich <markusle@gentoo.org>
  +files/octave-2.1.73-f2c-fix.patch, +octave-2.1.73-r1.ebuild:
  New revision allows f2c to be used as fortran compiler. This
  fixes bug #152727.

  04 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> octave-2.1.73.ebuild:
  Stable on x86 wrt bug #141446.

  30 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
  octave-2.1.73.ebuild:
  stable on ppc (Bug #141446)

  15 Sep 2006; Markus Rothe <corsair@gentoo.org> octave-2.1.73.ebuild:
  Stable on ppc64; bug #141446

  11 Aug 2006; Markus Rothe <corsair@gentoo.org> octave-2.1.72.ebuild:
  Stable on ppc64; bug #141446

  05 Aug 2006; Michael Hanselmann <hansmi@gentoo.org> octave-2.1.72.ebuild:
  Stable on ppc.

  03 Aug 2006; Ferris McCormick <fmccor@gentoo.org> octave-2.1.72.ebuild:
  Sparc stable --- Bug #141446 --- builds and passes all tests (but note running
  tests requires dejagnu).

  27 Jul 2006; Joshua Jackson <tsunam@gentoo.org> octave-2.1.72.ebuild:
  Stable x86; bug #141446

*octave-2.1.73 (09 Jun 2006)

  09 Jun 2006; Markus Dittrich <markusle@gentoo.org>
  +files/octave-2.1.73-gcc4.1-gentoo.patch, +octave-2.1.73.ebuild:
  Version bump. This includes patches to fix the compile problems
  with octave-forge (see bug #133246). Thanks much to Colin Macdonald
  <cbm@sfu.ca> for his patch.

  11 May 2006; Robin H. Johnson <robbat2@gentoo.org> octave-2.1.72.ebuild:
  Clean up ebuild a bit more for CC/CXX/LDFLAGS definitions. octave-2.1.72.ebuild

  11 May 2006; Robin H. Johnson <robbat2@gentoo.org> octave-2.1.72.ebuild:
  Compile fix - clean up usage of LDFLAGS/CC/CXX to allow them to work with
  multiple arguments.

  27 Apr 2006; Alec Warner <antarus@gentoo.org>
  files/digest-octave-2.1.57-r1, files/digest-octave-2.1.69, Manifest:
  Fixing SHA256 digest, pass four

  24 Apr 2006; Markus Dittrich <markusle@gentoo.org> octave-2.1.72.ebuild:
  Replaced 'tetex' useflag by 'doc' since it only triggers the 
  install of dvi files. This fixes bug #130984.

  17 Mar 2006; Markus Rothe <corsair@gentoo.org> octave-2.1.72.ebuild:
  Added ~ppc64; bug #126527

  14 Mar 2006; Markus Dittrich <markusle@gentoo.org>
  +files/octave-2.1.72-gcc4.1-gentoo.patch, octave-2.1.72.ebuild:
  Added patch to fix compile failure using gcc-4.1. Thanks to
  Patrizio Bassi <hetfield666@gmail.com> for providing a patch.
  This fixes bug #126157.

*octave-2.1.72 (31 Jan 2006)

  31 Jan 2006; Markus Dittrich <markusle@gentoo.org> -octave-2.1.71.ebuild,
  -octave-2.1.71-r1.ebuild, +octave-2.1.72.ebuild:
  Bump to latest revision. Removed obsolete versions. 
  This fixes bug #120976.

  30 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> Manifest:
  Manifest fix.

  29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.71-r2.ebuild:
  Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.

  29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.71-r1.ebuild:
  Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.

  29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.57-r1.ebuild:
  Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.

  29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.71.ebuild:
  Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.

  29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.69.ebuild:
  Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.

  16 Nov 2005; Ferris McCormick <fmccor@gentoo.org> octave-2.1.71-r2.ebuild:
  (Re)add ~sparc keyword after having changed sparc's default virtual for
  mpi to lam-mpi.  With this change, octave builds on sparc with USE=mpi,
  and it runs the mini-test suggested by the ebuild installation.  This
  closes Bug #108955 for sparc.

*octave-2.1.71-r2 (16 Nov 2005)

  16 Nov 2005; Markus Dittrich <markusle@gentoo.org>
  +octave-2.1.71-r2.ebuild:
  Implemented proper compilation when using MPI. This fixes bug #108955.

*octave-2.1.71-r1 (13 Nov 2005)

  13 Nov 2005; Olivier Fisette <ribosome@gentoo.org>
  +octave-2.1.71-r1.ebuild:
  Migrated to fortran.eclass (bug #65950).

  22 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> octave-2.1.71.ebuild:
  Allow the use of gfortran too for gcc4, closes bug 108781.

  17 Sep 2005; Aron Griffis <agriffis@gentoo.org> octave-2.1.69.ebuild:
  Mark 2.1.69 stable on alpha

  06 Sep 2005; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.69.ebuild:
  Fixed USE=mpi handling.

*octave-2.1.71 (21 Aug 2005)

  21 Aug 2005; Olivier Fisette <ribosome@gentoo.org> octave-2.1.69.ebuild,
  +octave-2.1.71.ebuild:
  New version (fixes bug #99481), along with a sed trick to remove Portage
  paths in ls-R files (fixes bug #92565). Thanks to Colin Macdonald
  <cbm@sfu.ca>.

  14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> octave-2.1.69.ebuild:
  Stable on ppc.

  26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> octave-2.1.69.ebuild:
  Stable x86 and amd64.

  26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -files/filebuf.diff,
  -files/kill-dvips.diff, -octave-2.1.64.ebuild:
  Removed obsolete version and unused patches.

  10 Jun 2005; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild,
  octave-2.1.64.ebuild, octave-2.1.69.ebuild:
  Adding library directory to LDPATH

  04 Jun 2005; Olivier Fisette <ribosome@gentoo.org>
  octave-2.1.57-r1.ebuild, octave-2.1.64.ebuild, octave-2.1.69.ebuild:
  Added warning about agressive CFLAGS. (See bug #76067.)

  04 Jun 2005; Olivier Fisette <ribosome@gentoo.org>
  -octave-2.1.36-r1.ebuild, -octave-2.1.50.ebuild, -octave-2.1.57.ebuild:
  Removed obsolete versions. Fixed header.

*octave-2.1.69 (21 Apr 2005)

  21 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> +octave-2.1.69.ebuild:
  Version bump, closes bug 89397.

  18 Apr 2005; Joseph Jezak <josejx@gentoo.org> octave-2.1.57-r1.ebuild:
  Marked ppc stable.

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

*octave-2.1.64 (28 Dec 2004)

  28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
  +files/filebuf.diff, +files/kill-dvips.diff, +octave-2.1.36-r1.ebuild,
  +octave-2.1.50.ebuild, +octave-2.1.57-r1.ebuild, +octave-2.1.57.ebuild,
  +octave-2.1.64.ebuild:
  Moved from app-sci/octave to sci-mathematics/octave.

  19 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
  octave-2.1.57-r1.ebuild:
  Stable on alpha.

  15 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.64.ebuild:
  Latest version does not like texi2html-1.70 (bug #74307)

*octave-2.1.64 (07 Dec 2004)

  07 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> +octave-2.1.64.ebuild:
  Version bump

  30 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.50.ebuild:
  Adding fortran compiler check from newest version to .50 because of bug #66193.

  04 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild:
  Adding proper quotes to LDFLAGS, fixing bug #66111

  01 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild:
  Switched on blas use-flag as all arches have at least blas-atlas in testing
  now.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  octave-2.1.36-r1.ebuild, octave-2.1.50.ebuild, octave-2.1.57-r1.ebuild,
  octave-2.1.57.ebuild:
  virtual/glibc -> virtual/libc

  15 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
  octave-2.1.36-r1.ebuild, octave-2.1.50.ebuild, octave-2.1.57.ebuild:
  PROVIDE is for virtuals

  06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild:
  Marked stable on amd64.

  27 May 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild:
  Fixed typo about g77/f77 USE flag, bug #51858

  15 May 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild:
  Now checking on both g77 and ifc Fortran compilers. Moved check routine to
  pkg_setup.

  12 May 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild:
  The ebuild checks now if g77 has been compiled. If not, a warning is shown.
  However, the compilation process proceeds, in case that a different compiler
  than g77 shall be used. Fixes BUG #50777.

*octave-2.1.57-r1 (10 May 2004)

  10 May 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild:
  Installs emacs related files if emacs is in USE now

  09 May 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57.ebuild:
  Added local useflag "blas" to make ebuild depend on virtual/blas.

  05 May 2004; Bryan Østergaard <kloeri@gentoo.org> octave-2.1.57.ebuild:
  Stable on alpha.

  21 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.36-r1.ebuild:
  replaced another patch by epatch

  19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.0.17-r2.ebuild,
  octave-2.1.49.ebuild, octave-2.1.50.ebuild:
  Cleanup, added IUSE.

  30 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57.ebuild:
  Adding one of the mirrors to SRC_URI

*octave-2.1.57 (23 Mar 2004)

  23 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57.ebuild:
  Version bump.

*octave-2.1.50 (07 Jan 2003)

  07 Jan 2003; George Shapovalov <george@gentoo.org> octave-2.1.50.ebuild :
  new version
  now supports hdf5 for real. Also added mpi use flag.

  31 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> octave-2.0.17-r2.ebuild,
  octave-2.1.36-r1.ebuild, octave-2.1.49.ebuild:
  Changed app-text/tetex to virtual/tetex

  16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> octave-2.0.17-r2.ebuild,
  octave-2.1.36-r1.ebuild, octave-2.1.49.ebuild:
  filter out -ffast-math, as it causes segfaults. Thanks to: Jani Kotakoski
  <jkkoski@iki.fi> in bug #28809

  28 Aug 2003; Jason Wever <weeve@gentoo.org> octave-2.1.49.ebuild:
  Added ~sparc to keywords to fix bug 27486.

*octave-2.1.49 (09 Jun 2003) 
  09 Jun 2003; George Shapovalov <george@gentoo.org> octave-2.1.49.ebuild :
  new version,
  ebuild now uses additional "static readline hdf5 zlib" use flags, hdf5 is local for now.
  Also the patch and PROVIDE are no longer necessary.
  Thanks to Shaun Cloherty <s.cloherty@gsbme.unsw.edu.au> for submission

  29 Mar 2003; George Shapovalov <george@gentoo.org> octave-2.0.17-r2.ebuild :
  some clean-ups:
  removed virtual/glibc from DEPEND, as it is quite populated anyway,
  removed PROVIDE, as nothing depends on octave and its been quite some time since it was moved from dev-lang
  Also corrected default-1.0/packages profile entry, to pick up latest release in 2.0* series.

  23 Feb 2003; George Shapovalov <george@gentoo.org> octave-2.0.17-r2.ebuild :
  looks like tetex is not an optional but required dependency for 2.0.17, 
  added app-text/tetex to DEPEND (#7277)

  02 Feb 2003; George Shapovalov <george@gentoo.org> octave-2.1.40.ebuild, octave-2.1.36-r1.ebuild :

  fixed tetex optional dependency typo. Thanks to Daniel Karlsson <d.k@home.se> (#14685) for reporting this.

*octave-2.1.40 (13 Dec 2002)
  
  10 Feb 2003; Peter Johanson <latexer@gentoo.org> octave-2.1.40.ebuild :
  Added ~alpha to KEYWORDS.

  13 Dec 2002; George Shapovalov <george@gentoo.org> octave-2.1.40.ebuild, files/digest-octave-2.1.40 : 
  new version

*octave-2.0.17-r2 (09 Apr 2003)

  02 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*octave-2.0.17-r1 (13 Jul 2002)

  25 Oct 2002; George Shapovalov <george@gentoo.org> octave-2.0.17-r1.ebuild, files/digest-octave-2.0.17-r1 :
  fix for sandbox violation

*octave-2.1.36-r1 (01 Oct 02)

  01 Oct 2002; Matthew Turk <satai@gentoo.org> :
  Closing bug 8486 by ripping out all references to dvips.  DVIPS generates
  fonts on the fly, which causes massive sandbox failures.  Instead, we leave
  docs in DVI format if USE=tetex, which are then installed uncompressed into
  /usr/share/doc/octave-2.1.36-r1 .

*octave-2.1.36 (15 Jul 2002)

  19 Sep 2002; Owen Stampflee <owen@gentoo.org> :
  Added PPC to KEYWORDS.

  15 Jul 2002; Nick Hadaway <raker@gentoo.org> 
  octave-2.1.36.ebuild, files/digest-octave-2.1.36, files/filebuf.diff :
  Updated to latest "unstable" version.  Included a patch to compile
  properly with gcc-3.x.  After fixing the problem I found RedHat's
  patch posted to the bug report.  And theirs was cleaner than mine.
  Closes bug #4933

*octave-2.0.17 (13 Jul 2002)

  03 Sep 2002; Nick Hadaway <raker@gentoo.org> octave-2.0.17.ebuild :
  Changed to econf.  Changed from emake to make to alleviate build
  problems.

  13 Jul 2002; Nick Hadaway <raker@gentoo.org> octave-2.0.17.ebuild :
  Updated to latest stable version.  The "unstable" version is on it's way.

*octave-2.0.16 (19 Feb 2002)

  19 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, octave-2.0.16.ebuild :
  Initial commit. GNU Octave is a high-level language, primarily intended
  for numerical computations. It is mostly compatible with Matlab.