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 220541396D1 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 4F543E0D82; Tue, 15 Aug 2017 07:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2CA24E0D82 for ; Tue, 15 Aug 2017 07:26:26 +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 18A903416C8 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 D3C1975DD for ; Tue, 15 Aug 2017 07:26:23 +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: <1502781970.1d93253250c92ad4a3b6b5dccd0028cf4d29404f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_type_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_type_conv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1d93253250c92ad4a3b6b5dccd0028cf4d29404f X-VCS-Branch: master Date: Tue, 15 Aug 2017 07:26:23 +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: 729d5dfb-ee53-4a22-9145-82dfc5fa16e8 X-Archives-Hash: 0cca1e43c4ba6872e9f021b5ad1598b3 commit: 1d93253250c92ad4a3b6b5dccd0028cf4d29404f Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 15 07:15:16 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 07:26:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d932532 dev-ml/ppx_type_conv: convert to opam.eclass Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild b/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild index b8868855e53..476039b4d8e 100644 --- a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild +++ b/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Support Library for type-driven code generators" HOMEPAGE="https://github.com/janestreet/ppx_type_conv" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -21,12 +23,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"