tomka 15/03/26 12:44:41 Modified: singular-4.0.2.ebuild ChangeLog Log: Fix ntl8 compatibility (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Revision Changes Path 1.4 sci-mathematics/singular/singular-4.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.3&r2=1.4 Index: singular-4.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- singular-4.0.2.ebuild 26 Mar 2015 10:16:33 -0000 1.3 +++ singular-4.0.2.ebuild 26 Mar 2015 12:44:41 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 2015/03/26 10:16:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 2015/03/26 12:44:41 tomka Exp $ EAPI=5 @@ -26,7 +26,6 @@ RDEPEND="dev-libs/gmp >=dev-libs/ntl-5.5.1 - <dev-libs/ntl-7 emacs? ( >=virtual/emacs-22 ) sci-mathematics/flint sci-mathematics/4ti2 @@ -59,6 +58,8 @@ # omalloc's old configure will fail if ar is not exactly 'ar'. epatch "${FILESDIR}"/${PN}-4.0.0-fix-omalloc-ar-detection.patch + epatch "${FILESDIR}"/${PN}-4.0.2-ntl8-compat.patch + cd "${S}"/omalloc || die "failed to cd into omalloc directory" eautoreconf } 1.64 sci-mathematics/singular/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 26 Mar 2015 10:16:33 -0000 1.63 +++ ChangeLog 26 Mar 2015 12:44:41 -0000 1.64 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 2015/03/26 10:16:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.64 2015/03/26 12:44:41 tomka Exp $ + + 26 Mar 2015; Thomas Kahle <[email protected]> + +files/singular-4.0.2-ntl8-compat.patch, singular-4.0.2.ebuild: + Fix ntl8 compatibility 26 Mar 2015; Thomas Kahle <[email protected]> singular-4.0.2.ebuild: Restrict ntl dep
