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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CC1315800A for ; Mon, 17 Jul 2023 19:50:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E336E086E; Mon, 17 Jul 2023 19:50:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17208E0883 for ; Mon, 17 Jul 2023 19:50:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FAC9340D77 for ; Mon, 17 Jul 2023 19:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83612B8D for ; Mon, 17 Jul 2023 19:50:01 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1689623372.7515bf1704ad497cb72d6ba2d3e5c8a9d277558d.tupone@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-0.16.0.ebuild X-VCS-Directories: dev-ml/core_bench/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7515bf1704ad497cb72d6ba2d3e5c8a9d277558d X-VCS-Branch: master Date: Mon, 17 Jul 2023 19:50:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 335a432c-9f77-4c29-95c4-d4aca3c092a1 X-Archives-Hash: 70d3172e37dad1d6f1e0b6c174572f72 commit: 7515bf1704ad497cb72d6ba2d3e5c8a9d277558d Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jul 17 19:49:02 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jul 17 19:49:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7515bf17 dev-ml/core_bench: add 0.16.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/core_bench/Manifest | 1 + dev-ml/core_bench/core_bench-0.16.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ml/core_bench/Manifest b/dev-ml/core_bench/Manifest index 06ce7f87f073..f2cd64662227 100644 --- a/dev-ml/core_bench/Manifest +++ b/dev-ml/core_bench/Manifest @@ -1,2 +1,3 @@ DIST core_bench-0.14.0.tar.gz 42972 BLAKE2B a65585d2cae5080e23d9b8897d15f7ac6e42c36280a06ff21b5f46d5532f3265b672f7d6373573826b80f5f6dc93343b3e93bf8c3d5b471e6717162e9fac4025 SHA512 e86a04c12832ba281669139d74e942ab1ff8d7dc799ea1687cf57a50ef1c7b031191aa1cc44c50586fcfca8e83c3c6f1a8b1aeb40c724fbaaa0e0568c393d75a DIST core_bench-0.15.0.tar.gz 46920 BLAKE2B 44ca0845abc8a593c5685305e2175b04dff32219488945f5ca7c00a6b139d9cf99bcdb865259b17625decb865916ef04eef4feff2d4ae8299986097ad7ec9d27 SHA512 eb8574d3f1444f4aad0ce73da372d6283a7d03aa636dc47fb6e918c1a2c47241fcffe52a6015e93b7ebd98f59e00a3d61f97fb7222400f4ca59f60a7ba430ec2 +DIST core_bench-0.16.0.tar.gz 47258 BLAKE2B 04ffc46994549e04f3ed8e6dfde72abfee8df6818cd42b5139aaaf5107a697a86167864cf0189be5708ed2a0148e3a810e562f89e27c4409530dc1f3bd566f01 SHA512 46fc0316dc345eb469bf0a5e2468fbf19babba76ed90bf90d74fa6de3d326b9a3f1b4f3949492c6b487aabce4b5f001d1db661069e15ca7c05b55eaeb9c382a7 diff --git a/dev-ml/core_bench/core_bench-0.16.0.ebuild b/dev-ml/core_bench/core_bench-0.16.0.ebuild new file mode 100644 index 000000000000..4e7da1d6882d --- /dev/null +++ b/dev-ml/core_bench/core_bench-0.16.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Micro-benchmarking library for OCaml" +HOMEPAGE="https://github.com/janestreet/core_bench" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/core:${SLOT} + dev-ml/core_kernel:${SLOT} + dev-ml/core_unix:${SLOT} + dev-ml/ppx_compare:${SLOT} + dev-ml/ppx_jane:${SLOT} + dev-ml/ppx_let:${SLOT} + dev-ml/textutils:${SLOT} +" +RDEPEND="${DEPEND}"