diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 19:18:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 19:18:14 +0000 |
commit | 61b8e907a40f82e16ab28d884b04d8c49fc46aad (patch) | |
tree | cfb387a07b0bce81e7094a0f22dbd52ad2e354d1 /sci-mathematics | |
parent | New outstanding version ! (diff) | |
download | gentoo-2-61b8e907a40f82e16ab28d884b04d8c49fc46aad.tar.gz gentoo-2-61b8e907a40f82e16ab28d884b04d8c49fc46aad.tar.bz2 gentoo-2-61b8e907a40f82e16ab28d884b04d8c49fc46aad.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/Manifest | 7 | ||||
-rw-r--r-- | sci-mathematics/maxima/files/5.9.1-sbcl-gentoo.patch | 12 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.9.1-r2.ebuild | 9 |
4 files changed, 26 insertions, 8 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index 2deea51c0ead..0a46c8806bd3 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.4 2005/04/17 18:59:36 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.5 2005/07/01 19:18:14 mkennedy Exp $ + + 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/5.9.1-sbcl-gentoo.patch, maxima-5.9.1-r2.ebuild: + Patch for SBCL support; Keywording ~mad64. 17 Apr 2005; Olivier Fisette <ribosome@gentoo.org> -maxima-5.9.0.ebuild, -maxima-5.9.0-r2.ebuild, -maxima-5.9.0-r3.ebuild, -maxima-5.9.1-r1.ebuild: diff --git a/sci-mathematics/maxima/Manifest b/sci-mathematics/maxima/Manifest index 5948fe314afb..ceb67bd451ed 100644 --- a/sci-mathematics/maxima/Manifest +++ b/sci-mathematics/maxima/Manifest @@ -1,8 +1,9 @@ -MD5 4a74354b1837e8f9579e6add271eb714 maxima-5.9.1-r2.ebuild 2582 -MD5 c01ed471a36e0866e8e041ef40a91fa6 maxima-5.9.1.ebuild 2497 MD5 91bf0f949ba4268183926cfba00f6490 ChangeLog 3430 +MD5 5607b599260b12d2e39c3cef961edb1c maxima-5.9.1-r2.ebuild 2639 +MD5 c01ed471a36e0866e8e041ef40a91fa6 maxima-5.9.1.ebuild 2497 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 6f3becd603f999b2bb7488753ec07518 files/digest-maxima-5.9.1-r2 65 MD5 6957a9bafd71a24b58e148bb2ee58257 files/50maxima-gentoo.el 346 MD5 6f3becd603f999b2bb7488753ec07518 files/digest-maxima-5.9.1 65 +MD5 6f3becd603f999b2bb7488753ec07518 files/digest-maxima-5.9.1-r2 65 MD5 55d928e715074355a442baf0934487de files/maxima-emacs.patch 826 +MD5 65b7a40d91f001812e6d3563032ab298 files/5.9.1-sbcl-gentoo.patch 597 diff --git a/sci-mathematics/maxima/files/5.9.1-sbcl-gentoo.patch b/sci-mathematics/maxima/files/5.9.1-sbcl-gentoo.patch new file mode 100644 index 000000000000..327c25241fbc --- /dev/null +++ b/sci-mathematics/maxima/files/5.9.1-sbcl-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur maxima-5.9.1.orig/src/numerical/slatec/xerprn.lisp maxima-5.9.1/src/numerical/slatec/xerprn.lisp +--- maxima-5.9.1.orig/src/numerical/slatec/xerprn.lisp 2004-06-19 15:32:50.000000000 -0500 ++++ maxima-5.9.1/src/numerical/slatec/xerprn.lisp 2005-07-01 14:04:33.000000000 -0500 +@@ -9,7 +9,7 @@ + + + (let* ((newlin "$$")) +- (declare (type (simple-array base-char (2)) newlin)) ++ (declare (type (simple-array character (2)) newlin)) + (defun xerprn (prefix npref messg nwrap) + (declare (type f2cl-lib:integer4 nwrap npref) + (type (simple-array base-char (*)) messg prefix)) diff --git a/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild b/sci-mathematics/maxima/maxima-5.9.1-r2.ebuild index f111c07e2cb8..77612f63e51e 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.1 2005/04/17 18:34:42 ribosome Exp $ +# $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 $ inherit eutils elisp-common @@ -10,23 +10,24 @@ SRC_URI="mirror://sourceforge/maxima/${P}.tar.gz" LICENSE="GPL-2 AECA" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="cmucl clisp gcl sbcl tetex emacs auctex" DEPEND="tetex? ( virtual/tetex ) emacs? ( virtual/emacs ) auctex? ( app-emacs/auctex ) >=sys-apps/texinfo-4.3 - x86? ( !clisp? ( !sbcl? ( !gcl? ( !cmucl? ( dev-lisp/cmucl ) ) ) ) ) + 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.4 ) ) x86? ( sbcl? ( >=dev-lisp/sbcl-0.8.14 ) )" RDEPEND=">=dev-lang/tk-8.3.3 >=media-gfx/gnuplot-4.0-r1" src_unpack() { unpack ${A} + epatch ${FILESDIR}/${PV}-sbcl-gentoo.patch || die cd ${S}/interfaces/emacs/emaxima epatch ${FILESDIR}/maxima-emacs.patch } |