bicatali 14/06/09 22:09:14 Modified: yacas-1.3.4.ebuild ChangeLog Log: Fixed missing include version file for java option and forced -j1 until proper fix (bug #511856) (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.2 sci-mathematics/yacas/yacas-1.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?r1=1.1&r2=1.2 Index: yacas-1.3.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yacas-1.3.4.ebuild 28 May 2014 17:44:49 -0000 1.1 +++ yacas-1.3.4.ebuild 9 Jun 2014 22:09:14 -0000 1.2 @@ -1,10 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v 1.1 2014/05/28 17:44:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild,v 1.2 2014/06/09 22:09:14 bicatali Exp $ EAPI=5 -inherit autotools-utils java-pkg-opt-2 +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit java-pkg-opt-2 autotools-utils DESCRIPTION="General purpose computer algebra system" HOMEPAGE="http://yacas.sourceforge.net/" @@ -18,17 +21,21 @@ DEPEND="java? ( >=virtual/jdk-1.6 )" RDEPEND="java? ( >=virtual/jre-1.6 )" +PATCHES=( + "${FILESDIR}"/${PN}-1.3.4-java-version.patch +) + src_configure() { local myeconfargs=( + --with-html-dir="/usr/share/doc/${PF}/html" $(use_enable doc html-doc) $(use_enable server) - --with-html-dir="/usr/share/doc/${PF}/html" ) autotools-utils_src_configure } src_compile() { - autotools-utils_src_compile + autotools-utils_src_compile -j1 if use java; then cd "${BUILD_DIR}"/JavaYacas || die # -j1 because of file generation dependence 1.37 sci-mathematics/yacas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 28 May 2014 17:44:49 -0000 1.36 +++ ChangeLog 9 Jun 2014 22:09:14 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/yacas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.36 2014/05/28 17:44:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.37 2014/06/09 22:09:14 bicatali Exp $ + + 09 Jun 2014; Sébastien Fabbro <bicat...@gentoo.org> + +files/yacas-1.3.4-java-version.patch, yacas-1.3.4.ebuild: + Fixed missing include version file for java option and forced -j1 until proper + fix (bug #511856) *yacas-1.3.4 (28 May 2014)