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 CC9221396D0 for ; Tue, 15 Aug 2017 07:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26DE1FC072; Tue, 15 Aug 2017 07:26:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C4A841FC072 for ; Tue, 15 Aug 2017 07:26:28 +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 49BE63417E9 for ; Tue, 15 Aug 2017 07:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875F07850 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: <1502781972.577ad1a41c8fff067864d99f4b4dd15a367c3a8f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_optcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild X-VCS-Directories: dev-ml/ppx_optcomp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 577ad1a41c8fff067864d99f4b4dd15a367c3a8f 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: 2fe66a68-6a0f-4058-8afb-1e004b717804 X-Archives-Hash: 206948463371bd1edf61d147a1d1adca commit: 577ad1a41c8fff067864d99f4b4dd15a367c3a8f Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 15 07:20:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 07:26:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577ad1a4 dev-ml/ppx_optcomp: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild index 6c86a487aa6..5a96ebff8c9 100644 --- a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Optional compilation for OCaml" HOMEPAGE="https://github.com/janestreet/ppx_optcomp" SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -14,16 +16,7 @@ IUSE="" DEPEND=" dev-ml/ppx_core:= - dev-lang/ocaml:= 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"