From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D68E358973 for ; Fri, 5 Feb 2016 20:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 661C521C093; Fri, 5 Feb 2016 20:59:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD16C21C090 for ; Fri, 5 Feb 2016 20:59:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C382340B9B for ; Fri, 5 Feb 2016 20:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4C768F1 for ; Fri, 5 Feb 2016 20:59:24 +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: <1454705942.c41b8154e5eda478eb18ce663d4c38bf82e34d99.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_bench/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core_bench/Manifest dev-ml/core_bench/core_bench-113.24.00.ebuild X-VCS-Directories: dev-ml/core_bench/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c41b8154e5eda478eb18ce663d4c38bf82e34d99 X-VCS-Branch: master Date: Fri, 5 Feb 2016 20:59:24 +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: f3e92ef8-e600-4984-85e3-d5b277445dae X-Archives-Hash: 4613102fd9c673b60bab2753d9c223b2 commit: c41b8154e5eda478eb18ce663d4c38bf82e34d99 Author: Alexis Ballier gentoo org> AuthorDate: Fri Feb 5 19:42:58 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Feb 5 20:59:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41b8154 dev-ml/core_bench: bump to 113.24.00 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/core_bench/Manifest | 1 + dev-ml/core_bench/core_bench-113.24.00.ebuild | 52 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/dev-ml/core_bench/Manifest b/dev-ml/core_bench/Manifest index 6f63ccb..b7a4c06 100644 --- a/dev-ml/core_bench/Manifest +++ b/dev-ml/core_bench/Manifest @@ -1 +1,2 @@ DIST core_bench-112.35.00.tar.gz 78192 SHA256 c2e925078412e9859458c539324d137f0aede17bf1b485961a4019609b733535 SHA512 b0ce326c6d5a5e8e44cb05b147e07cf02efbc60a18f1f6e740d1bd58e01dd373f868c42599e7818d5c3c54899b6d429b1155d79f8009833a01f173fe69c7aafc WHIRLPOOL a45e28e72d515c7240c25431471dc78cab69c6059ed6253823c85a90b03a91e62b3ef5f4cf30631a35b791d9bc3ca73307d5a60f0bbae0c2bfa464af2875fcbd +DIST core_bench-113.24.00.tar.gz 86110 SHA256 8b282f66d57b869999483e41783abd098f4cc6c6b67de899c3590a3ef923cbea SHA512 03dbb61041269301f1cfb47da8302b7d0bfcdc2be34b023c834de6cad6fe7d57b4c83a42aaea7ef5f82c7b929bb2b6abd2fb518539cedb05c50cfccc19e898ee WHIRLPOOL dcd000c711c4865715bb1061edd952b39b1b2fdf5cd3dba0c41c74afc107920151e0a761c784403a2cafc12b6e9f38d7cc02b531963dc6d712c795332f41f34e diff --git a/dev-ml/core_bench/core_bench-113.24.00.ebuild b/dev-ml/core_bench/core_bench-113.24.00.ebuild new file mode 100644 index 0000000..366ce6d --- /dev/null +++ b/dev-ml/core_bench/core_bench-113.24.00.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Micro-benchmarking library for OCaml" +HOMEPAGE="https://ocaml.janestreet.com/" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/bin-prot:= + dev-ml/core:= + dev-ml/core_extended:= + dev-ml/fieldslib:= + dev-ml/ppx_assert:= + dev-ml/ppx_bench:= + dev-ml/ppx_driver:= + dev-ml/ppx_expect:= + dev-ml/ppx_inline_test:= + dev-ml/ppx_jane:= + dev-ml/sexplib:= + dev-ml/textutils:= + dev-ml/typerep:= + dev-ml/variantslib:= +" +DEPEND="${RDEPEND} dev-ml/opam" + +src_configure() { + emake setup.exe + OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure +} + +src_compile() { + emake +} + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die + dodoc CHANGES.md +}