Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.13.0-r1.ebuild ChangeLog maxima-5.9.1.ebuild
Date: Tue, 08 Jan 2008 01:23:23
Message-Id: E1JC3BY-0003aU-Dp@stork.gentoo.org
1 bicatali 08/01/08 01:23:20
2
3 Modified: maxima-5.13.0-r1.ebuild ChangeLog
4 Removed: maxima-5.9.1.ebuild
5 Log:
6 tetex version dependency should now be more than 3 (bug #203558)
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.9 sci-mathematics/maxima/maxima-5.13.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: maxima-5.13.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- maxima-5.13.0-r1.ebuild 22 Dec 2007 13:13:28 -0000 1.8
23 +++ maxima-5.13.0-r1.ebuild 8 Jan 2008 01:23:19 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild,v 1.8 2007/12/22 13:13:28 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.13.0-r1.ebuild,v 1.9 2008/01/08 01:23:19 bicatali Exp $
30
31 inherit eutils elisp-common
32
33 @@ -14,9 +14,12 @@
34 IUSE="cmucl clisp sbcl gcl latex emacs tk nls unicode"
35
36 # rlwrap is recommended for cmucl and sbcl
37 +# tetex>=3, so no use of virtual/latex-base (bug #203558)
38 RDEPEND=">=sci-visualization/gnuplot-4.0
39 x11-misc/xdg-utils
40 - latex? ( virtual/latex-base )
41 + latex? ( || ( dev-texlive/texlive-latexrecommended
42 + >=app-text/tetex-3
43 + app-text/ptex ) )
44 emacs? ( virtual/emacs
45 latex? ( || ( app-emacs/auctex app-xemacs/auctex ) ) )
46 sbcl? ( dev-lisp/sbcl app-misc/rlwrap )
47
48
49
50 1.46 sci-mathematics/maxima/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.46&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.46&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.45&r2=1.46
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
59 retrieving revision 1.45
60 retrieving revision 1.46
61 diff -u -r1.45 -r1.46
62 --- ChangeLog 22 Dec 2007 13:13:28 -0000 1.45
63 +++ ChangeLog 8 Jan 2008 01:23:19 -0000 1.46
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sci-mathematics/maxima
66 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.45 2007/12/22 13:13:28 nixnut Exp $
68 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.46 2008/01/08 01:23:19 bicatali Exp $
70 +
71 + 08 Jan 2008; Sébastien Fabbro <bicatali@g.o>
72 + -files/maxima-emacs.patch, -maxima-5.9.1.ebuild, maxima-5.13.0-r1.ebuild:
73 + tetex version dependency should now be more than 3 (bug #203558)
74
75 22 Dec 2007; nixnut <nixnut@g.o> maxima-5.13.0-r1.ebuild:
76 Stable on ppc wrt bug 201216
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list