summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-15 09:15:16 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-15 09:26:10 +0200
commit1d93253250c92ad4a3b6b5dccd0028cf4d29404f (patch)
treee5f75b21c832b2b2d6324eea34af301626127cb8 /dev-ml
parentapp-portage/elt-patches: Bump to fix Prefix, #627824 (diff)
downloadgentoo-1d93253250c92ad4a3b6b5dccd0028cf4d29404f.tar.gz
gentoo-1d93253250c92ad4a3b6b5dccd0028cf4d29404f.tar.bz2
gentoo-1d93253250c92ad4a3b6b5dccd0028cf4d29404f.zip
dev-ml/ppx_type_conv: 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_type_conv/ppx_type_conv-0.9.0.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild b/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild
index b8868855e53d..476039b4d8ee 100644
--- a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild
+++ b/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit opam
+
DESCRIPTION="Support Library for type-driven code generators"
HOMEPAGE="https://github.com/janestreet/ppx_type_conv"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -21,12 +23,4 @@ DEPEND="
"
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"