dev-ml/ppx_variants_conv: convert to opam.eclass
authorAlexis Ballier <aballier@gentoo.org>
Tue, 15 Aug 2017 06:00:19 +0000 (08:00 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 15 Aug 2017 06:25:26 +0000 (08:25 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3

dev-ml/ppx_variants_conv/ppx_variants_conv-0.9.0.ebuild

index 61553b10ecbd4fdb467045ad8209e5326163c67c..bf5e566ce2b0c165e719dfa544757a80fca1f44a 100644 (file)
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Generation of accessor and iteration functions for ocaml variant types"
 HOMEPAGE="https://github.com/janestreet/ppx_variants_conv"
 SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -21,12 +23,4 @@ DEPEND="
        dev-ml/ocaml-migrate-parsetree:=
 "
 RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               ${PN}.install || die
-}
+DEPEND="${DEPEND} dev-ml/jbuilder"