commit: 577ad1a41c8fff067864d99f4b4dd15a367c3a8f Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 15 07:20:50 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Aug 15 07:26:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577ad1a4
dev-ml/ppx_optcomp: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild index 6c86a487aa6..5a96ebff8c9 100644 --- a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Optional compilation for OCaml" HOMEPAGE="https://github.com/janestreet/ppx_optcomp"; SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -14,16 +16,7 @@ IUSE="" DEPEND=" dev-ml/ppx_core:= - dev-lang/ocaml:= dev-ml/ocaml-migrate-parsetree:= " 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"