diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 03:03:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-03 03:03:38 +0000 |
commit | 2142bde2cfe3fb2dfb635410dabd4decc3dc3f11 (patch) | |
tree | b54f8d178368e4c58433181440968da53b89af79 /sci-mathematics/maxima | |
parent | bump to latest ctan version (diff) | |
download | gentoo-2-2142bde2cfe3fb2dfb635410dabd4decc3dc3f11.tar.gz gentoo-2-2142bde2cfe3fb2dfb635410dabd4decc3dc3f11.tar.bz2 gentoo-2-2142bde2cfe3fb2dfb635410dabd4decc3dc3f11.zip |
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.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.15.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.16.3.ebuild | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index a2f840817dad..74270f823d49 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.58 2008/08/26 05:44:06 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.59 2008/09/03 03:03:38 aballier Exp $ + + 03 Sep 2008; Alexis Ballier <aballier@gentoo.org> maxima-5.15.0-r1.ebuild, + maxima-5.16.3.ebuild: + 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. *maxima-5.16.3 (26 Aug 2008) diff --git a/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild index 22772bfd27d0..a358967b60df 100644 --- a/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.15.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ inherit eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" @@ -37,10 +37,10 @@ RDEPEND="!app-emacs/imaxima app-text/ptex ) ) emacs? ( virtual/emacs latex? ( app-emacs/auctex - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) ) + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) ) xemacs? ( virtual/xemacs latex? ( app-emacs/auctex - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) )" + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) )" # create lisp dependencies for LISP in ${SUPP_LISPS}; do diff --git a/sci-mathematics/maxima/maxima-5.16.3.ebuild b/sci-mathematics/maxima/maxima-5.16.3.ebuild index f1114da6ab72..e9de25a70fd6 100644 --- a/sci-mathematics/maxima/maxima-5.16.3.ebuild +++ b/sci-mathematics/maxima/maxima-5.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild,v 1.1 2008/08/26 05:44:06 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.16.3.ebuild,v 1.2 2008/09/03 03:03:38 aballier Exp $ inherit eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" @@ -39,7 +39,7 @@ RDEPEND="!app-emacs/imaxima latex? ( app-emacs/auctex dev-tex/mh ) ) xemacs? ( virtual/xemacs latex? ( app-emacs/auctex - || ( dev-tex/mh dev-texlive/texlive-mathextra ) ) )" + || ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* ) ) )" # create lisp dependencies for LISP in ${SUPP_LISPS}; do |