From 2453b5e3a7266268750246bfc59a0a252975299e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 22 Sep 2017 10:09:10 +0200 Subject: [PATCH] dev-ml/ppx_deriving_yojson: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- .../ppx_deriving_yojson-3.0.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild index f2a359e34704..07d29ef08c77 100644 --- a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild +++ b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils +inherit eutils opam DESCRIPTION="A Yojson codec generator for OCaml" HOMEPAGE="https://github.com/whitequark/ppx_deriving_yojson/" @@ -42,12 +42,3 @@ src_compile() { src_test() { ocamlbuild -j 0 -use-ocamlfind -classic-display src_test/test_ppx_yojson.byte -- || die } - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${T}/dontinstallit" \ - ${PN}.install || die - dodoc CHANGELOG.md README.md -} -- 2.26.2