diff options
author | Andrey Grozin <grozin@gentoo.org> | 2014-12-25 16:00:06 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2014-12-25 16:00:06 +0000 |
commit | 64581bbebebe0941a993e4e02790d3c70d9cfed1 (patch) | |
tree | 9d676f8301662898f5ccdd1df016f9598ca62dd5 /sci-mathematics | |
parent | Mask sci-physics/camfr. (diff) | |
download | gentoo-2-64581bbebebe0941a993e4e02790d3c70d9cfed1.tar.gz gentoo-2-64581bbebebe0941a993e4e02790d3c70d9cfed1.tar.bz2 gentoo-2-64581bbebebe0941a993e4e02790d3c70d9cfed1.zip |
5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only affects gcl)
(Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.35.1-r1.ebuild (renamed from sci-mathematics/maxima/maxima-5.35.1.ebuild) | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index ef8cd24d5c80..e889029d2b0b 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-mathematics/maxima # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.115 2014/12/22 10:49:42 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.116 2014/12/25 16:00:06 grozin Exp $ + +*maxima-5.35.1-r1 (25 Dec 2014) + + 25 Dec 2014; Andrey Grozin <grozin@gentoo.org> -maxima-5.35.1.ebuild, + +maxima-5.35.1-r1.ebuild: + 5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only + affects gcl) 22 Dec 2014; Andrey Grozin <grozin@gentoo.org> +files/wish-1.patch: Adding a missing patch (#533202) diff --git a/sci-mathematics/maxima/maxima-5.35.1.ebuild b/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild index ece83dcbf71b..36731ae721b3 100644 --- a/sci-mathematics/maxima/maxima-5.35.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1.ebuild,v 1.1 2014/12/20 15:41:27 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild,v 1.1 2014/12/25 16:00:06 grozin Exp $ EAPI=5 @@ -116,6 +116,9 @@ src_prepare() { fi done + # this file is wrong in 5.35.1 + rm -f src/sys-proclaim.lisp + # bug #343331 rm share/Makefile.in || die rm src/Makefile.in || die @@ -144,7 +147,8 @@ src_configure() { done fi - econf ${CONFS} $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN} + # re-generate sys-proclaim.lisp (only affects gcl) + econf ${CONFS} --enable-sys-proclaim $(use_with tk wish) --with-lispdir="${SITELISP}"/${PN} } src_install() { |