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
|
# ChangeLog for sci-mathematics/yacas
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.13 2007/01/28 13:34:29 markusle Exp $
*yacas-1.0.63 (27 Jan 2007)
27 Jan 2007; Markus Dittrich <markusle@gentoo.org> +yacas-1.0.63.ebuild:
Version bump with several enhancements (see #159313).
*yacas-1.0.62 (14 Nov 2006)
14 Nov 2006; Markus Dittrich <markusle@gentoo.org> +yacas-1.0.62.ebuild:
Version bump.
15 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> -files/1.0.57.patch,
-files/opengl-gcc3.4.patch:
Remove orphaned patch files too.
15 Jul 2006; Marcus D. Hanwell <cryos@gentoo.org> -yacas-1.0.56.ebuild,
-yacas-1.0.58.ebuild:
Pruned old versions.
18 Apr 2006; Joshua Jackson <tsunam@gentoo.org> yacas-1.0.61.ebuild:
Stable on x86; bug #116951
15 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> ChangeLog:
Pruned old version.
15 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> yacas-1.0.61.ebuild:
Replace -Os with -O2, closes bug 126779. Also stabilised on amd64.
*yacas-1.0.61 (16 Jan 2006)
16 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> -yacas-1.0.57.ebuild,
yacas-1.0.58.ebuild, +yacas-1.0.61.ebuild:
Version bump, marked stable on amd64.
*yacas-1.0.58 (02 Oct 2005)
02 Oct 2005; Olivier Fisette <ribosome@gentoo.org> yacas-1.0.56.ebuild,
yacas-1.0.57.ebuild, +yacas-1.0.58.ebuild:
New version. Ebuild clean-ups. Fixed location of help files (bug #106308).
*yacas-1.0.57 (14 Jan 2005)
14 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> +files/1.0.57.patch,
+yacas-1.0.57.ebuild:
Removing GMP support because it looks like it is not maintained upstream (does
not compile without the patches from 1.0.56 and fails on several tests).
Added optional media-libs/glut dependency.
Switching off the plugin size optimization because it causes yacas to segfault
when trying to build the plugins (source: BSD ports).
14 Jan 2005; Patrick Kursawe <phosphan@gentoo.org>
+files/opengl-gcc3.4.patch, yacas-1.0.56.ebuild:
Adding a fix for yet another gcc 3.4 problem that appears only when
media-libs/glut is not installed (bug #77595)
*yacas-1.0.56 (28 Dec 2004)
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+yacas-1.0.56.ebuild:
Moved from app-sci/yacas to sci-mathematics/yacas.
18 Dec 2004; Simon Stelling <blubb@gentoo.org> yacas-1.0.56.ebuild:
added ~amd64
29 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -files/obsolete_cpp.patch:
Updated the patch for obsolete C++ stuff to work for gcc 3.4.3.
Patch moved to mirror system because of its size.
06 Sep 2004; Patrick Kursawe <phosphan@gentoo.org> -yacas-1.0.54.ebuild,
-yacas-1.0.55.ebuild, yacas-1.0.56.ebuild:
Declaring .56 stable, removing older versions.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> yacas-1.0.54.ebuild,
yacas-1.0.55.ebuild, yacas-1.0.56.ebuild:
virtual/glibc -> virtual/libc
20 Apr 2004; David Holm <dholm@gentoo.org> yacas-1.0.56.ebuild:
Added to ~ppc.
*yacas-1.0.56 (19 Apr 2004)
19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> yacas-1.0.56.ebuild,
files/obsolete_cpp.patch:
Version bump, patch for some c++ problems
*yacas-1.0.55 (09 Jul 2003)
09 Jul 2003; George Shapovalov <george@gentoo.org> yacas-1.0.55.ebuild :
version update, made 1.0.54 stable
10 Jun 2003; <msterret@gentoo.org> yacas-1.0.54.ebuild:
DEPEND on sed >= 4
*yacas-1.0.54 (17 Apr 2003)
17 Apr 2003; George Shapovalov <george@gentoo.org> yacas-1.0.54.ebuild, files/digest-yacas-1.0.54 :
initial release (#3790)
YACAS is a very powerful, general purpose Computer Algebra System.
ebuild submitted by Tobias Florek <tflorek@web.de>
|