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
|
# ChangeLog for app-sci/octave
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.24 2004/04/21 06:23:59 phosphan Exp $
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.
|