From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-974281-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 C6B991396D0 for <garchives@archives.gentoo.org>; Fri, 22 Sep 2017 08:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235B31FC14F; Fri, 22 Sep 2017 08:32:11 +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 F14F81FC14F for <gentoo-commits@lists.gentoo.org>; Fri, 22 Sep 2017 08:32:10 +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 1996A341669 for <gentoo-commits@lists.gentoo.org>; Fri, 22 Sep 2017 08:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A76909F for <gentoo-commits@lists.gentoo.org>; Fri, 22 Sep 2017 08:32:06 +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: <1506069106.78d07e8f56dc4d1d6f19233ccfd948646325fe3a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-compiler-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild X-VCS-Directories: dev-ml/ocaml-compiler-libs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 78d07e8f56dc4d1d6f19233ccfd948646325fe3a X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:06 +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: 3688a4aa-40d3-4d3c-af16-b39b4215ceb7 X-Archives-Hash: e4e011fdcc91c4aa61b80cb88d931fff commit: 78d07e8f56dc4d1d6f19233ccfd948646325fe3a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Sep 22 08:28:37 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Sep 22 08:31:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d07e8f dev-ml/ocaml-compiler-libs: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 .../ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild index 1c94b1a1bdf..82cd4f1c3a9 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.9.0.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit opam + DESCRIPTION="Repackage the OCaml compiler libs so they do not expose everything at toplevel" HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs" SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -12,17 +14,6 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc" IUSE="" -DEPEND="dev-lang/ocaml:=" -RDEPEND="${DEPEND}" +RDEPEND="" 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 -}