dev-ml/react: convert to opam.eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-08-06 14:26:34 +02:00
parent 299db0c091
commit 0ba9bbdcb7

View File

@@ -3,6 +3,8 @@
EAPI="5"
inherit opam
DESCRIPTION="OCaml module for functional reactive programming"
HOMEPAGE="http://erratique.ch/software/react https://github.com/dbuenzli/react"
SRC_URI="http://erratique.ch/software/react/releases/${P}.tbz"
@@ -12,10 +14,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-lang/ocaml-3.12:="
RDEPEND=""
DEPEND="${RDEPEND}
dev-ml/findlib
dev-ml/opam
>=dev-ml/topkg-0.9
"
@@ -28,12 +29,3 @@ src_compile() {
src_test() {
ocaml pkg/pkg.ml test || die
}
src_install() {
opam-installer \
--prefix="${ED}/usr" \
--libdir="${D}/$(ocamlc -where)" \
--docdir="${ED}/usr/share/doc/${PF}" \
|| die
dodoc CHANGES.md README.md TODO.md
}