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 76425139694 for ; Wed, 2 Aug 2017 11:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26E871FC0D6; Wed, 2 Aug 2017 11:23:09 +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 08AD61FC0D6 for ; Wed, 2 Aug 2017 11:23:09 +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 D5F233418EA for ; Wed, 2 Aug 2017 11:23:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F2D7602 for ; Wed, 2 Aug 2017 11:23:04 +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: <1501672971.27cce2f6a83c3b8c3756abe200fabf4d65c16e29.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/spawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/spawn/spawn-0.9.0.ebuild X-VCS-Directories: dev-ml/spawn/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 27cce2f6a83c3b8c3756abe200fabf4d65c16e29 X-VCS-Branch: master Date: Wed, 2 Aug 2017 11:23:04 +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: aff2989b-b493-4615-91e0-402c8e30581f X-Archives-Hash: b0a340737e0fc1bf3201092a5d048aa1 commit: 27cce2f6a83c3b8c3756abe200fabf4d65c16e29 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 2 11:14:33 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 2 11:22:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cce2f6 dev-ml/spawn: conver to opam.eclass Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/spawn/spawn-0.9.0.ebuild | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/dev-ml/spawn/spawn-0.9.0.ebuild b/dev-ml/spawn/spawn-0.9.0.ebuild index 14fbced82e9..20fe4468b71 100644 --- a/dev-ml/spawn/spawn-0.9.0.ebuild +++ b/dev-ml/spawn/spawn-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Spawning sub-processes" HOMEPAGE="https://github.com/janestreet/spawn" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,16 +14,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=" - dev-lang/ocaml:= - " +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"