dev-ml/ppx_ast: update to opam.eclass
authorAlexis Ballier <aballier@gentoo.org>
Fri, 22 Sep 2017 08:20:15 +0000 (10:20 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 22 Sep 2017 08:31:41 +0000 (10:31 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild

index eb960e666a67b687ce2ce1b10929b57b747b107b..9cc608f4feedc841274d8721665dcb026a15430f 100644 (file)
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="AST used in Jane Street ppx rewriters"
 HOMEPAGE="https://github.com/janestreet/ppx_ast"
 SRC_URI="https://github.com/janestreet/ppx_ast/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -13,20 +15,9 @@ KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 DEPEND="
-       dev-lang/ocaml:=
        dev-ml/ocaml-compiler-libs:=
        dev-ml/ocaml-migrate-parsetree:=
 "
 RDEPEND="${DEPEND}"
 DEPEND="${RDEPEND}
-       dev-ml/opam
        dev-ml/jbuilder"
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               --mandir="${ED}/usr/share/man" \
-               ${PN}.install || die
-}