bicatali 14/05/28 17:44:49 Modified: ChangeLog Added: yacas-1.3.4.ebuild Log: Version bump, switch to EAPI5 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.36 sci-mathematics/yacas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 11 Dec 2012 18:52:52 -0000 1.35 +++ ChangeLog 28 May 2014 17:44:49 -0000 1.36 @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/yacas -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.35 2012/12/11 18:52:52 bicatali Exp $ +# 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 $ + +*yacas-1.3.4 (28 May 2014) + + 28 May 2014; Sébastien Fabbro <[email protected]> +yacas-1.3.4.ebuild: + Version bump, switch to EAPI5 *yacas-1.3.3 (11 Dec 2012) 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.3.4.ebuild?rev=1.1&content-type=text/plain Index: yacas-1.3.4.ebuild =================================================================== # 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 $ EAPI=5 inherit autotools-utils java-pkg-opt-2 DESCRIPTION="General purpose computer algebra system" HOMEPAGE="http://yacas.sourceforge.net/" SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz" SLOT="0/1" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc java static-libs server" DEPEND="java? ( >=virtual/jdk-1.6 )" RDEPEND="java? ( >=virtual/jre-1.6 )" src_configure() { local myeconfargs=( $(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 if use java; then cd "${BUILD_DIR}"/JavaYacas || die # -j1 because of file generation dependence emake -j1 -f makefile.yacas fi } src_install() { autotools-utils_src_install if use java; then cd "${BUILD_DIR}}"/JavaYacas || die java-pkg_dojar yacas.jar java-pkg_dolauncher jyacas --main net.sf.yacas.YacasConsole insinto /usr/share/${PN} doins "${S}"/JavaYacas/{hints.txt,yacasconsole.html} fi }
