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 D4FC01396D0 for ; Fri, 22 Sep 2017 08:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6BD1FC14D; Fri, 22 Sep 2017 08:32:10 +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 C94D21FC14F for ; 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 19802341665 for ; Fri, 22 Sep 2017 08:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC5D909B for ; Fri, 22 Sep 2017 08:32:06 +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: <1506069105.3d59a59245133238f2d8e8c63f37c8582e45d898.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-uri/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild X-VCS-Directories: dev-ml/ocaml-uri/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3d59a59245133238f2d8e8c63f37c8582e45d898 X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:06 +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: 2f9646cb-b458-406b-801e-f5280e8ef71f X-Archives-Hash: e74b1f7689f1d1f3f22d3ca9d26de869 commit: 3d59a59245133238f2d8e8c63f37c8582e45d898 Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:24:44 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 22 08:31:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d59a592 dev-ml/ocaml-uri: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild index 87566fc4d15..53b7fbd0612 100644 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit findlib +inherit findlib opam DESCRIPTION="RFC3986 URI parsing library for OCaml" HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io" @@ -22,18 +22,12 @@ RDEPEND=" dev-ml/ppx_type_conv:= dev-ml/stringext:= dev-ml/type-conv:= - dev-lang/ocaml:= " DEPEND="${RDEPEND} test? ( >=dev-ml/ounit-1.0.2 ) dev-ml/jbuilder - dev-ml/opam " src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - uri.install || die + opam_src_install uri }