Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/imaxima: imaxima-1.0-r3.ebuild ChangeLog
Date: Sun, 26 Apr 2015 20:49:58
Message-Id: 20150426204952.B848C993@oystercatcher.gentoo.org
1 ulm 15/04/26 20:49:51
2
3 Modified: imaxima-1.0-r3.ebuild ChangeLog
4 Log:
5 Change dependency to dev-texlive/texlive-latexrecommended, since breqn.sty from dev-tex/mh seems not to work with recent TeX Live versions. Bug 524114.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.7 app-emacs/imaxima/imaxima-1.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?r1=1.6&r2=1.7
15
16 Index: imaxima-1.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- imaxima-1.0-r3.ebuild 26 Apr 2015 20:33:47 -0000 1.6
23 +++ imaxima-1.0-r3.ebuild 26 Apr 2015 20:49:51 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.6 2015/04/26 20:33:47 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.7 2015/04/26 20:49:51 ulm Exp $
29
30 EAPI=5
31
32 @@ -16,10 +16,10 @@
33 KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
34 IUSE="examples"
35
36 -# texlive-latexrecommended or mh needed for breqn.sty
37 +# texlive-latexrecommended needed for breqn.sty
38 RDEPEND="virtual/latex-base
39 app-text/ghostscript-gpl
40 - || ( >=dev-texlive/texlive-latexrecommended-2014 dev-tex/mh )
41 + >=dev-texlive/texlive-latexrecommended-2012
42 >=sci-mathematics/maxima-5.29"
43
44 S="${WORKDIR}/${MY_P}"
45
46
47
48 1.46 app-emacs/imaxima/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.46&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.46&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?r1=1.45&r2=1.46
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v
57 retrieving revision 1.45
58 retrieving revision 1.46
59 diff -u -r1.45 -r1.46
60 --- ChangeLog 26 Apr 2015 20:33:47 -0000 1.45
61 +++ ChangeLog 26 Apr 2015 20:49:51 -0000 1.46
62 @@ -1,10 +1,10 @@
63 # ChangeLog for app-emacs/imaxima
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.45 2015/04/26 20:33:47 ulm Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.46 2015/04/26 20:49:51 ulm Exp $
67
68 26 Apr 2015; Ulrich Müller <ulm@g.o> imaxima-1.0-r3.ebuild:
69 - Allow alternative dependency on texlive-latexrecommended, since breqn.sty
70 - from dev-tex/mh seems not to work well with TeX Live 2014.
71 + Change dependency to dev-texlive/texlive-latexrecommended, since breqn.sty
72 + from dev-tex/mh seems not to work with recent TeX Live versions. Bug 524114.
73
74 26 Apr 2015; Pacho Ramos <pacho@g.o> imaxima-1.0-r3.ebuild:
75 ppc stable wrt bug #502978