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 2092315800F for ; Fri, 27 Jan 2023 22:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0F6E0932; Fri, 27 Jan 2023 22:00:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 70D5FE092D for ; Fri, 27 Jan 2023 22:00:23 +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 5A85F34113D for ; Fri, 27 Jan 2023 22:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D907F8 for ; Fri, 27 Jan 2023 22:00:20 +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: <1674856790.0598ea89914982f85a6b008ba34442b93866254a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_unix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core_unix/Manifest dev-ml/core_unix/core_unix-0.15.2.ebuild X-VCS-Directories: dev-ml/core_unix/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0598ea89914982f85a6b008ba34442b93866254a X-VCS-Branch: master Date: Fri, 27 Jan 2023 22:00:20 +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: 6d1c4193-d7f6-418e-8707-12135a248e7f X-Archives-Hash: 76d72dc15f1dd66c9869928ff1c58a6c commit: 0598ea89914982f85a6b008ba34442b93866254a Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jan 27 20:45:25 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jan 27 21:59:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0598ea89 dev-ml/core_unix: add 0.15.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/core_unix/Manifest | 1 + dev-ml/core_unix/core_unix-0.15.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ml/core_unix/Manifest b/dev-ml/core_unix/Manifest index 182d7d23c228..c4f58231086c 100644 --- a/dev-ml/core_unix/Manifest +++ b/dev-ml/core_unix/Manifest @@ -1 +1,2 @@ DIST core_unix-0.15.0.tar.gz 377928 BLAKE2B 49b58471a28c356bdf39f15e22bd21ec4363182cf744c0455847ffc15015fdad2928a428986c2a9edff647ebef9f2ad2059b184b393e979119c8f007f67ec140 SHA512 eeb53bd0c06a7d1facfb133f0a45a232d57941eff644d4ed6c2d5002acd4e6b323376ec9c05838f760ebd9da3fbc39332989ed50b3921191c175811c947fcbfe +DIST core_unix-0.15.2.tar.gz 377836 BLAKE2B 56551ab1509bfecc59ae4b45aaaa4d336415cffe9339932239c884bc86207bdb4066aace35144618509b78b461164bdfaaaa04030ecb1b3619de6f8fe5c3a7b9 SHA512 6d59c52111235f952f3052fb86af1d7380ff3d8d89b5c8d59a66d530a14d462fa4b06cdf29f2ee2b4356a574dbefef33b82f60f9fba512942bc0e6aad07f2b6f diff --git a/dev-ml/core_unix/core_unix-0.15.2.ebuild b/dev-ml/core_unix/core_unix-0.15.2.ebuild new file mode 100644 index 000000000000..2114a6c14a77 --- /dev/null +++ b/dev-ml/core_unix/core_unix-0.15.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit dune + +DESCRIPTION="Unix-specific portions of Core" +HOMEPAGE="https://github.com/janestreet/core_unix" +SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +DEPEND=" + >=dev-lang/ocaml-4.09 + dev-ml/core_kernel:${SLOT} + dev-ml/expect_test_helpers_core:${SLOT} + dev-ml/ocaml_intrinsics:${SLOT} + dev-ml/timezone:${SLOT} + dev-ml/spawn:${SLOT} +" +RDEPEND="${DEPEND}" +BDEPEND=""