summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-22 10:09:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-22 10:31:35 +0200
commit2453b5e3a7266268750246bfc59a0a252975299e (patch)
tree351263f29728ac4cb0320abc30980182a75e1de4 /dev-ml/ppx_deriving_yojson
parentdev-ml/ppx_driver: update to opam.eclass (diff)
downloadgentoo-2453b5e3a7266268750246bfc59a0a252975299e.tar.gz
gentoo-2453b5e3a7266268750246bfc59a0a252975299e.tar.bz2
gentoo-2453b5e3a7266268750246bfc59a0a252975299e.zip
dev-ml/ppx_deriving_yojson: update to opam.eclass
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ppx_deriving_yojson')
-rw-r--r--dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.0.ebuild11
1 files changed, 1 insertions, 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
-}