From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6E0A1396D1 for ; Fri, 22 Sep 2017 08:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C67C1FC143; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B08F1FC145 for ; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 469433415B7 for ; Fri, 22 Sep 2017 08:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666129091 for ; Fri, 22 Sep 2017 08:32:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1506069100.671e80fa42758838a206245f1e248e6f1ab828e5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_bin_prot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_bin_prot/ppx_bin_prot-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_bin_prot/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 671e80fa42758838a206245f1e248e6f1ab828e5 X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35fb76c1-cfbc-43fb-8ce9-3f5527cae37e X-Archives-Hash: 51311e8ce9b47edecf1b5dbb2f836b30 commit: 671e80fa42758838a206245f1e248e6f1ab828e5 Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:17:11 2017 +0000 Commit: Alexis Ballier gentoo 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"