summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-08-20 18:16:23 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-08-20 18:16:23 +0000
commitbdb7c2fa517e5b844ce1aca9b8ec59597a075dd8 (patch)
tree630d316a79e0e7ec14889666a6e73f459114e216 /sci-mathematics/maxima
parentDont die when zip has notting todo (diff)
downloadhistorical-bdb7c2fa517e5b844ce1aca9b8ec59597a075dd8.tar.gz
historical-bdb7c2fa517e5b844ce1aca9b8ec59597a075dd8.tar.bz2
historical-bdb7c2fa517e5b844ce1aca9b8ec59597a075dd8.zip
Depend on >=gcl-2.6.7 (fixes bug #81869). Removed ~amd64 previously added by Matthew Kennedy since AMD64 support is obviously broken (see bug #98763).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r--sci-mathematics/maxima/ChangeLog6
-rw-r--r--sci-mathematics/maxima/Manifest10
-rw-r--r--sci-mathematics/maxima/maxima-5.9.1-r2.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index ee2c4cfd0ab5..18d1620492f1 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.6 2005/08/07 13:09:40 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.7 2005/08/20 18:16:23 ribosome Exp $
+
+ 20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> maxima-5.9.1-r2.ebuild:
+ Depend on >=gcl-2.6.7 (fixes bug #81869). Removed ~amd64 previously added by
+ Matthew Kennedy since AMD64 support is obviously broken (see bug #98763).
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> maxima-5.9.1.ebuild:
Stable on ppc.
diff --git a/sci-mathematics/maxima/Manifest b/sci-mathematics/maxima/Manifest
index 1e9edef5221d..66e927298f57 100644
--- a/sci-mathematics/maxima/Manifest
+++ b/sci-mathematics/maxima/Manifest
@@ -1,9 +1,9 @@
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 e39499bdc90813975a28eb964519bbf6 ChangeLog 3678
-MD5 7142a8da9511e8cae2e77069c5cd9020 maxima-5.9.1-r2.ebuild 2639
+MD5 d18fa5be898380dc9f61ca9375a611c1 maxima-5.9.1-r2.ebuild 2632
MD5 1a4d91430daee0b2899a662587093b22 maxima-5.9.1.ebuild 2494
+MD5 76afe8be83659a73f1f70389cf930644 ChangeLog 3913
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
+MD5 65b7a40d91f001812e6d3563032ab298 files/5.9.1-sbcl-gentoo.patch 597
MD5 6f3becd603f999b2bb7488753ec07518 files/digest-maxima-5.9.1-r2 65
MD5 6957a9bafd71a24b58e148bb2ee58257 files/50maxima-gentoo.el 346
-MD5 65b7a40d91f001812e6d3563032ab298 files/5.9.1-sbcl-gentoo.patch 597
-MD5 55d928e715074355a442baf0934487de files/maxima-emacs.patch 826
MD5 6f3becd603f999b2bb7488753ec07518 files/digest-maxima-5.9.1 65
+MD5 55d928e715074355a442baf0934487de files/maxima-emacs.patch 826
diff --git a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
index 77612f63e51e..31b9799149d0 100644
--- a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
+++ b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild,v 1.2 2005/07/01 19:18:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild,v 1.3 2005/08/20 18:16:23 ribosome Exp $
inherit eutils elisp-common
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/maxima/${P}.tar.gz"
LICENSE="GPL-2 AECA"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86"
IUSE="cmucl clisp gcl sbcl tetex emacs auctex"
DEPEND="tetex? ( virtual/tetex )
@@ -20,7 +20,7 @@ DEPEND="tetex? ( virtual/tetex )
x86? ( !clisp? ( !sbcl? ( !gcl? ( !cmucl? ( dev-lisp/cmucl ) ) ) ) )
clisp? ( >=dev-lisp/clisp-2.33.2-r1 )
x86? ( cmucl? ( >=dev-lisp/cmucl-19a ) )
- x86? ( gcl? ( >=dev-lisp/gcl-2.6.4 ) )
+ x86? ( gcl? ( >=dev-lisp/gcl-2.6.7 ) )
x86? ( sbcl? ( >=dev-lisp/sbcl-0.8.14 ) )"
RDEPEND=">=dev-lang/tk-8.3.3
>=media-gfx/gnuplot-4.0-r1"