ulm 15/04/26 20:33:47 Modified: imaxima-1.0-r3.ebuild ChangeLog Log: Allow alternative dependency on texlive-latexrecommended, since breqn.sty from dev-tex/mh seems not to work well with TeX Live 2014. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.6 app-emacs/imaxima/imaxima-1.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild?r1=1.5&r2=1.6 Index: imaxima-1.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- imaxima-1.0-r3.ebuild 26 Apr 2015 17:10:50 -0000 1.5 +++ imaxima-1.0-r3.ebuild 26 Apr 2015 20:33:47 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.5 2015/04/26 17:10:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.6 2015/04/26 20:33:47 ulm Exp $ EAPI=5 @@ -16,9 +16,10 @@ KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="examples" +# texlive-latexrecommended or mh needed for breqn.sty RDEPEND="virtual/latex-base app-text/ghostscript-gpl - dev-tex/mh + || ( >=dev-texlive/texlive-latexrecommended-2014 dev-tex/mh ) >=sci-mathematics/maxima-5.29" S="${WORKDIR}/${MY_P}" 1.45 app-emacs/imaxima/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/imaxima/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 26 Apr 2015 17:10:50 -0000 1.44 +++ ChangeLog 26 Apr 2015 20:33:47 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/imaxima # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.44 2015/04/26 17:10:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.45 2015/04/26 20:33:47 ulm Exp $ + + 26 Apr 2015; Ulrich Müller <[email protected]> imaxima-1.0-r3.ebuild: + Allow alternative dependency on texlive-latexrecommended, since breqn.sty + from dev-tex/mh seems not to work well with TeX Live 2014. 26 Apr 2015; Pacho Ramos <[email protected]> imaxima-1.0-r3.ebuild: ppc stable wrt bug #502978
