Package-Manager: Portage-2.3.6, Repoman-2.3.3
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
+inherit opam
+
DESCRIPTION="Functional reactive programming with incremental changes in data structures"
HOMEPAGE="https://github.com/ocsigen/reactiveData"
SLOT="0/${PV}"
IUSE="+ocamlopt"
-RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
- dev-ml/react:="
+RDEPEND="dev-ml/react:="
DEPEND="${RDEPEND}
dev-ml/findlib
- dev-ml/opam
dev-ml/ocamlbuild
"
native-dynlink=$(usex ocamlopt true false) \
|| die
}
-
-src_install() {
- opam-installer \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- || die
- dodoc README.md
-}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
+inherit opam
+
DESCRIPTION="Functional reactive programming with incremental changes in data structures"
HOMEPAGE="https://github.com/ocsigen/reactiveData"
SLOT="0/${PV}"
IUSE="+ocamlopt"
-RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
- dev-ml/react:="
+RDEPEND="dev-ml/react:="
DEPEND="${RDEPEND}
dev-ml/findlib
- dev-ml/opam
dev-ml/ocamlbuild
"
native-dynlink=$(usex ocamlopt true false) \
|| die
}
-
-src_install() {
- opam-installer \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- || die
- dodoc README.md
-}