summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-22 10:20:15 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-22 10:31:41 +0200
commit32ded0c6772af44bc052a03ca375e4f7898e71ef (patch)
tree64f2e7a7a96ba8a53377181f4ce354befb5c0113 /dev-ml
parentdev-ml/ppx_base: update to opam.eclass (diff)
downloadgentoo-32ded0c6772af44bc052a03ca375e4f7898e71ef.tar.gz
gentoo-32ded0c6772af44bc052a03ca375e4f7898e71ef.tar.bz2
gentoo-32ded0c6772af44bc052a03ca375e4f7898e71ef.zip
dev-ml/ppx_ast: update to opam.eclass
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-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
-}