summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-15 09:21:22 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-15 09:26:12 +0200
commitdc09d9055522d86d9e1ef042d921222634a36d79 (patch)
treebeca308446907f7d7f0d0bbb46d77c9fd7c4ec40 /dev-ml
parentdev-ml/ppx_optcomp: convert to opam.eclass (diff)
downloadgentoo-dc09d9055522d86d9e1ef042d921222634a36d79.tar.gz
gentoo-dc09d9055522d86d9e1ef042d921222634a36d79.tar.bz2
gentoo-dc09d9055522d86d9e1ef042d921222634a36d79.zip
dev-ml/ppx_metaquot: convert to opam.eclass
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
index 208ea1b93359..337130032b03 100644
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit opam
+
DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
HOMEPAGE="https://github.com/janestreet/ppx_metaquot"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -20,12 +22,4 @@ DEPEND="
<dev-ml/ppx_core-100
"
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"