diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-22 10:17:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-22 10:31:40 +0200 |
commit | 671e80fa42758838a206245f1e248e6f1ab828e5 (patch) | |
tree | 34276a3f1f47feb7b556ae46ff8f0c3731b9b09c /dev-ml/ppx_bin_prot | |
parent | dev-ml/ppx_compare: update to opam.eclass (diff) | |
download | gentoo-671e80fa42758838a206245f1e248e6f1ab828e5.tar.gz gentoo-671e80fa42758838a206245f1e248e6f1ab828e5.tar.bz2 gentoo-671e80fa42758838a206245f1e248e6f1ab828e5.zip |
dev-ml/ppx_bin_prot: update to opam.eclass
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-ml/ppx_bin_prot')
-rw-r--r-- | dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild index 6be067684b5f..00230450343a 100644 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Generation of bin_prot readers and writers from types" HOMEPAGE="https://github.com/janestreet/ppx_bin_prot" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -13,7 +15,6 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - dev-lang/ocaml:= dev-ml/bin-prot:= dev-ml/ppx_core:= dev-ml/ppx_driver:= @@ -24,12 +25,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" |