From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-967258-garchives=archives.gentoo.org@lists.gentoo.org> 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 7DA971396D0 for <garchives@archives.gentoo.org>; 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 8B89E1FC002; Tue, 15 Aug 2017 07:26:26 +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 6BD2A1FC002 for <gentoo-commits@lists.gentoo.org>; 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 9921D3417E5 for <gentoo-commits@lists.gentoo.org>; Tue, 15 Aug 2017 07:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E81784A for <gentoo-commits@lists.gentoo.org>; Tue, 15 Aug 2017 07:26:24 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1502781971.4341b2af11a9bef2049c9adbe0c88663e8873798.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_traverse_builtins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_traverse_builtins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4341b2af11a9bef2049c9adbe0c88663e8873798 X-VCS-Branch: master Date: Tue, 15 Aug 2017 07:26:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f713f73-84e9-48c4-bcb8-a14f2a4f36b9 X-Archives-Hash: 99da8a5a40e4545e6f7ee71c76581490 commit: 4341b2af11a9bef2049c9adbe0c88663e8873798 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 15 07:17:16 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Aug 15 07:26:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4341b2af dev-ml/ppx_traverse_builtins: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 .../ppx_traverse_builtins-0.9.0.ebuild | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild b/dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild index 3e0329bd70e..c76afb9815d 100644 --- a/dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild +++ b/dev-ml/ppx_traverse_builtins/ppx_traverse_builtins-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Builtins for ppx_traverse" HOMEPAGE="https://github.com/janestreet/ppx_traverse_builtins" SRC_URI="https://github.com/janestreet/ppx_traverse_builtins/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,19 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=" - dev-lang/ocaml:= -" +DEPEND="" RDEPEND="${DEPEND}" DEPEND="${RDEPEND} - dev-ml/opam dev-ml/jbuilder" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -}