aballier 14/12/01 10:25:33 Modified: ChangeLog Added: js_of_ocaml-2.5-r1.ebuild Log: add missing dep Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.8 dev-ml/js_of_ocaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 1 Dec 2014 09:50:16 -0000 1.7 +++ ChangeLog 1 Dec 2014 10:25:33 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/js_of_ocaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.7 2014/12/01 09:50:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.8 2014/12/01 10:25:33 aballier Exp $ + +*js_of_ocaml-2.5-r1 (01 Dec 2014) + + 01 Dec 2014; Alexis Ballier <[email protected]> +js_of_ocaml-2.5-r1.ebuild: + add missing dep *js_of_ocaml-2.5 (01 Dec 2014) 1.1 dev-ml/js_of_ocaml/js_of_ocaml-2.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.5-r1.ebuild?rev=1.1&content-type=text/plain Index: js_of_ocaml-2.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/js_of_ocaml-2.5-r1.ebuild,v 1.1 2014/12/01 10:25:33 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="A compiler from OCaml bytecode to javascript" HOMEPAGE="http://ocsigen.org/js_of_ocaml/" SRC_URI="https://github.com/ocsigen/js_of_ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt doc +deriving" DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] >=dev-ml/lwt-2.4.0:= dev-ml/react:= dev-ml/reactiveData:= >=dev-ml/tyxml-3.3:= dev-ml/cmdliner:= dev-ml/menhir:= || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) deriving? ( >=dev-ml/deriving-0.6:= )" RDEPEND="${DEPEND}" src_configure() { use ocamlopt || echo "BEST := byte" >> Makefile.conf use deriving || echo "WITH_DERIVING := NO" >> Makefile.conf } src_compile() { emake -j1 use doc && emake doc } src_install() { findlib_src_preinst emake BINDIR="${ED}/usr/bin/" install dodoc CHANGES README.md use doc && dohtml -r doc/api/html/ }
