commit:     32ded0c6772af44bc052a03ca375e4f7898e71ef
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:20:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ded0c6

dev-ml/ppx_ast: update to opam.eclass

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild 
b/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild
index eb960e666a6..9cc608f4fee 100644
--- a/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild
+++ b/dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild
@@ -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
-}

Reply via email to