commit:     671e80fa42758838a206245f1e248e6f1ab828e5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 08:17:11 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 08:31:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671e80fa

dev-ml/ppx_bin_prot: update to opam.eclass

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild | 13 +++----------
 1 file 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 6be067684b5..00230450343 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"

Reply via email to