summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild')
-rw-r--r--dev-ml/ppx_ast/ppx_ast-0.9.1.ebuild13
1 files 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 eb960e666a67..9cc608f4feed 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
-}