Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.16.3.ebuild ChangeLog maxima-5.15.0-r1.ebuild
Date: Wed, 03 Sep 2008 03:03:43
Message-Id: E1Kaieh-0005ij-Fk@stork.gentoo.org
1 aballier 08/09/03 03:03:39
2
3 Modified: maxima-5.16.3.ebuild ChangeLog
4 maxima-5.15.0-r1.ebuild
5 Log:
6 Fix deps for mh, preparing for texlive 2008: as it now has its own ebuild, we won't be shipping it with texlive-mathextra anymore but use the ebuild instead.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/maxima/maxima-5.16.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild?r1=1.1&r2=1.2
15
16 Index: maxima-5.16.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- maxima-5.16.3.ebuild 26 Aug 2008 05:44:06 -0000 1.1
23 +++ maxima-5.16.3.ebuild 3 Sep 2008 03:03:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild,v 1.1 2008/08/26 05:44:06 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild,v 1.2 2008/09/03 03:03:38 aballier Exp $
29 inherit eutils elisp-common
30
31 DESCRIPTION="Free computer algebra environment based on Macsyma"
32 @@ -39,7 +39,7 @@
33 latex? ( app-emacs/auctex dev-tex/mh ) )
34 xemacs? ( virtual/xemacs
35 latex? ( app-emacs/auctex
36 - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) )"
37 + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) )"
38
39 # create lisp dependencies
40 for LISP in ${SUPP_LISPS}; do
41
42
43
44 1.59 sci-mathematics/maxima/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.59&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.59&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.58&r2=1.59
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
53 retrieving revision 1.58
54 retrieving revision 1.59
55 diff -u -r1.58 -r1.59
56 --- ChangeLog 26 Aug 2008 05:44:06 -0000 1.58
57 +++ ChangeLog 3 Sep 2008 03:03:38 -0000 1.59
58 @@ -1,6 +1,12 @@
59 # ChangeLog for sci-mathematics/maxima
60 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.58 2008/08/26 05:44:06 grozin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.59 2008/09/03 03:03:38 aballier Exp $
63 +
64 + 03 Sep 2008; Alexis Ballier <aballier@g.o> maxima-5.15.0-r1.ebuild,
65 + maxima-5.16.3.ebuild:
66 + Fix deps for mh, preparing for texlive 2008: as it now has its own ebuild,
67 + we won't be shipping it with texlive-mathextra anymore but use the ebuild
68 + instead.
69
70 *maxima-5.16.3 (26 Aug 2008)
71
72
73
74
75 1.5 sci-mathematics/maxima/maxima-5.15.0-r1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild?rev=1.5&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild?rev=1.5&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild?r1=1.4&r2=1.5
80
81 Index: maxima-5.15.0-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild,v
84 retrieving revision 1.4
85 retrieving revision 1.5
86 diff -u -r1.4 -r1.5
87 --- maxima-5.15.0-r1.ebuild 19 Jun 2008 15:17:51 -0000 1.4
88 +++ maxima-5.15.0-r1.ebuild 3 Sep 2008 03:03:38 -0000 1.5
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild,v 1.4 2008/06/19 15:17:51 bicatali Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild,v 1.5 2008/09/03 03:03:38 aballier Exp $
94 inherit eutils elisp-common
95
96 DESCRIPTION="Free computer algebra environment based on Macsyma"
97 @@ -37,10 +37,10 @@
98 app-text/ptex ) )
99 emacs? ( virtual/emacs
100 latex? ( app-emacs/auctex
101 - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) )
102 + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) )
103 xemacs? ( virtual/xemacs
104 latex? ( app-emacs/auctex
105 - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) )"
106 + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) )"
107
108 # create lisp dependencies
109 for LISP in ${SUPP_LISPS}; do