commit: 1d93253250c92ad4a3b6b5dccd0028cf4d29404f Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 15 07:15:16 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Aug 15 07:26:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d932532
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 b8868855e53..476039b4d8e 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"
