bicatali 14/04/05 23:39:35 Modified: ChangeLog Added: arprec-2.2.17.ebuild Log: Version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.18 sci-libs/arprec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 22 Dec 2012 18:39:31 -0000 1.17 +++ ChangeLog 5 Apr 2014 23:39:34 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/arprec -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.17 2012/12/22 18:39:31 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.18 2014/04/05 23:39:34 bicatali Exp $ + +*arprec-2.2.17 (05 Apr 2014) + + 05 Apr 2014; Sébastien Fabbro <[email protected]> +arprec-2.2.17.ebuild: + Version bump 22 Dec 2012; Markos Chandras <[email protected]> metadata.xml: Add missing space. Bug #448182 1.1 sci-libs/arprec/arprec-2.2.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.1&content-type=text/plain Index: arprec-2.2.17.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v 1.1 2014/04/05 23:39:34 bicatali Exp $ EAPI=5 FORTRAN_NEEDED=fortran FORTRAN_STANDARD="90" AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit eutils fortran-2 autotools-utils DESCRIPTION="Arbitrary precision float arithmetics and functions" HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/" SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fma fortran qd static-libs" DEPEND="qd? ( sci-libs/qd:0=[fortran=] )" RDEPEND="${DEPEND}" src_configure() { local myeconfargs=( --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable fma) $(use_enable fortran) $(use_enable qd) ) autotools-utils_src_configure } src_compile() { autotools-utils_src_compile use fortran && autotools-utils_src_compile toolkit } src_install() { autotools-utils_src_install if use fortran; then cd toolkit ./mathinit || die "mathinit failed" exeinto /usr/libexec/${PN} doexe .libs/mathtool insinto /usr/libexec/${PN} doins *.dat echo > mathtool.exe "#!${EROOT%/}/bin/sh" echo >> mathtool.exe "cd ${EROOT%/}/usr/libexec/arprec && exec ./mathtool" newbin mathtool.exe mathtool newdoc README README.mathtool fi use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf }
