summaryrefslogtreecommitdiff
blob: 84b91cbe942aa95a1104c9f6fb7edf6c430a6e51 (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
# ChangeLog for app-sci/octave
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.11 2003/02/11 03:42:47 latexer Exp $

  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-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.