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 102251396D0 for ; Fri, 22 Sep 2017 08:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B9B21FC147; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 092371FC142 for ; Fri, 22 Sep 2017 08:32:08 +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 2B3A8340BEA for ; Fri, 22 Sep 2017 08:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E3DE908E for ; Fri, 22 Sep 2017 08:32:05 +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: <1506069099.c567658d3d151388a97364ae0fac3477bb782f3d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mtime/mtime-1.1.0.ebuild X-VCS-Directories: dev-ml/mtime/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c567658d3d151388a97364ae0fac3477bb782f3d X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:05 +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: 489fe712-02b3-4321-bec7-ab3bed90f700 X-Archives-Hash: 083adc8b1b1490b7527f6a4de8c55dd5 commit: c567658d3d151388a97364ae0fac3477bb782f3d Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:14:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 22 08:31:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c567658d dev-ml/mtime: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ml/mtime/mtime-1.1.0.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild index 02c8e3c2155..1c5185f3abd 100644 --- a/dev-ml/mtime/mtime-1.1.0.ebuild +++ b/dev-ml/mtime/mtime-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils +inherit eutils opam DESCRIPTION="OCaml module to access monotonic wall-clock time" HOMEPAGE="http://erratique.ch/software/mtime https://github.com/dbuenzli/mtime" @@ -18,7 +18,6 @@ RDEPEND="dev-lang/ocaml:=[ocamlopt] javascript? ( dev-ml/js_of_ocaml:= ) " DEPEND="${RDEPEND} - dev-ml/opam dev-ml/topkg dev-ml/ocamlbuild dev-ml/findlib" @@ -33,12 +32,3 @@ src_compile() { src_test() { ocaml pkg/pkg.ml test || die } - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -}