aballier 15/02/09 10:13:15 Modified: ChangeLog Added: parmap-1.0_rc6.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.3 dev-ml/parmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/parmap/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/parmap/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/parmap/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/parmap/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 30 Oct 2014 15:09:45 -0000 1.2 +++ ChangeLog 9 Feb 2015 10:13:15 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/parmap -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/parmap/ChangeLog,v 1.2 2014/10/30 15:09:45 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/parmap/ChangeLog,v 1.3 2015/02/09 10:13:15 aballier Exp $ + +*parmap-1.0_rc6 (09 Feb 2015) + + 09 Feb 2015; Alexis Ballier <[email protected]> +parmap-1.0_rc6.ebuild: + version bump 30 Oct 2014; Alexis Ballier <[email protected]> parmap-1.0_rc5.ebuild: Fix tests by running against the instance we built, not the installed one. 1.1 dev-ml/parmap/parmap-1.0_rc6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/parmap/parmap-1.0_rc6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/parmap/parmap-1.0_rc6.ebuild?rev=1.1&content-type=text/plain Index: parmap-1.0_rc6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/parmap/parmap-1.0_rc6.ebuild,v 1.1 2015/02/09 10:13:15 aballier Exp $ EAPI=5 inherit multilib MY_PV="${PV/_/-}" DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications" HOMEPAGE="http://www.dicosmo.org/code/parmap/" SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]" DEPEND="${RDEPEND} dev-ml/findlib" S="${WORKDIR}/${PN}-${MY_PV}" src_test() { mkdir "${WORKDIR}/tmpinstall" || die emake \ OCAMLLIBDIR="ocaml" \ DESTDIR="${WORKDIR}/tmpinstall" \ install export OCAMLPATH="${WORKDIR}/tmpinstall/ocaml" emake tests cd _build/tests || die for i in $(find . -type f -executable) ; do ${i} || die done } src_install() { emake \ OCAMLLIBDIR="$(get_libdir)/ocaml" \ MANDIR="${ED}/usr/share/man/man3o" \ DESTDIR="${ED}/usr" \ install dodoc AUTHORS ChangeLog README }
