From 1d93253250c92ad4a3b6b5dccd0028cf4d29404f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 15 Aug 2017 09:15:16 +0200 Subject: [PATCH] dev-ml/ppx_type_conv: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 --- dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild | 12 +++--------- 1 file 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" -- 2.26.2