diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-02 21:03:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-02 21:03:31 +0000 |
commit | dd9580dc86ec425d12c514c0bc0916353eaa2bd2 (patch) | |
tree | 3564fe95d1f505da715ab630f278b4fc781cd1ca /app-emacs/imaxima/imaxima-1.0-r2.ebuild | |
parent | Version bump (bug #449346). (diff) | |
download | gentoo-2-dd9580dc86ec425d12c514c0bc0916353eaa2bd2.tar.gz gentoo-2-dd9580dc86ec425d12c514c0bc0916353eaa2bd2.tar.bz2 gentoo-2-dd9580dc86ec425d12c514c0bc0916353eaa2bd2.zip |
Fix problem with LaTeX output caused by renamed mlabel symbol in maxima-5.29, bug 448242. Apply some minor updates from imaxima-imath-1.03, see the ChangeLog of the package for details.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-emacs/imaxima/imaxima-1.0-r2.ebuild')
-rw-r--r-- | app-emacs/imaxima/imaxima-1.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/imaxima/imaxima-1.0-r2.ebuild b/app-emacs/imaxima/imaxima-1.0-r2.ebuild index 2feec9112910..5b084316f520 100644 --- a/app-emacs/imaxima/imaxima-1.0-r2.ebuild +++ b/app-emacs/imaxima/imaxima-1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r2.ebuild,v 1.6 2011/06/19 16:31:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r2.ebuild,v 1.7 2013/01/02 21:03:31 ulm Exp $ EAPI=3 @@ -11,7 +11,7 @@ DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs" HOMEPAGE="http://sites.google.com/site/imaximaimath/" SRC_URI="http://members3.jcom.home.ne.jp/imaxima/Site/Download_and_Install_files/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="examples" @@ -20,7 +20,7 @@ DEPEND="" RDEPEND="virtual/latex-base app-text/ghostscript-gpl dev-tex/mh - sci-mathematics/maxima" + <sci-mathematics/maxima-5.29" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" |