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 95CF51396D0 for ; Sat, 23 Sep 2017 12:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED83DE0B73; Sat, 23 Sep 2017 12:43:58 +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 CA40BE0B73 for ; Sat, 23 Sep 2017 12:43:58 +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 F16F33415B7 for ; Sat, 23 Sep 2017 12:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CAE39091 for ; Sat, 23 Sep 2017 12:43:56 +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: <1506170632.a88db368f2ea4f20af7d51aa3307e9f7584dc5c4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async/async-0.9.0.ebuild X-VCS-Directories: dev-ml/async/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a88db368f2ea4f20af7d51aa3307e9f7584dc5c4 X-VCS-Branch: master Date: Sat, 23 Sep 2017 12:43:56 +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: ec2ba96c-2c5d-46cc-9d5f-e37f1f043a45 X-Archives-Hash: fc2826f2a16f361a43a3bdb8ca1e2c2a commit: a88db368f2ea4f20af7d51aa3307e9f7584dc5c4 Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 23 12:00:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 23 12:43:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88db368 dev-ml/async: convert to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ml/async/async-0.9.0.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-ml/async/async-0.9.0.ebuild b/dev-ml/async/async-0.9.0.ebuild index d64eaab2ead..e1ba15eb9c9 100644 --- a/dev-ml/async/async-0.9.0.ebuild +++ b/dev-ml/async/async-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Jane Street Capital's asynchronous execution library" HOMEPAGE="https://github.com/janestreet/async" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,7 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -RDEPEND=">=dev-lang/ocaml-4.02.0:= +RDEPEND=" dev-ml/async_extra:= dev-ml/async_kernel:= dev-ml/async_unix:= @@ -21,12 +23,4 @@ RDEPEND=">=dev-lang/ocaml-4.02.0:= dev-ml/ppx_jane:= dev-ml/ocaml-migrate-parsetree:= " -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}" \ - ${PN}.install || die -} +DEPEND="${RDEPEND} dev-ml/jbuilder"