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 2E96D1396D2 for ; Tue, 15 Aug 2017 07:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DCB1FC043; Tue, 15 Aug 2017 07:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 586E2E0D88 for ; Tue, 15 Aug 2017 07:26:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 88D333417C9 for ; Tue, 15 Aug 2017 07:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04CF97849 for ; Tue, 15 Aug 2017 07:26:24 +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: <1502781971.43954a672d704f39e1b485188a2d23fcf4fc7e04.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_traverse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_traverse/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 43954a672d704f39e1b485188a2d23fcf4fc7e04 X-VCS-Branch: master Date: Tue, 15 Aug 2017 07:26:24 +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: 97ae4ccb-ba27-407e-97cd-a745aff463a3 X-Archives-Hash: e2e6ad79c373aa17857a4deb09fc4754 commit: 43954a672d704f39e1b485188a2d23fcf4fc7e04 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 15 07:16:33 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 07:26:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43954a67 dev-ml/ppx_traverse: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild b/dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild index 785bed670af..1ea84ac585e 100644 --- a/dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild +++ b/dev-ml/ppx_traverse/ppx_traverse-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Automatic generation of open recursion classes" HOMEPAGE="https://github.com/janestreet/ppx_traverse" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -20,12 +22,4 @@ DEPEND=" dev-ml/ocaml-migrate-parsetree:= " 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"