Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/
Date: Wed, 27 Apr 2022 17:48:44
Message-Id: 1651081706.375fd8ffa74840753ab3f5309982b4db5adfefd7.tupone@gentoo
1 commit: 375fd8ffa74840753ab3f5309982b4db5adfefd7
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 17:48:26 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 17:48:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375fd8ff
7
8 dev-ml/async_unix: 0.15.0 bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/async_unix/Manifest | 1 +
14 dev-ml/async_unix/async_unix-0.15.0.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
18 index 4d67af5d41f6..994715b9ceec 100644
19 --- a/dev-ml/async_unix/Manifest
20 +++ b/dev-ml/async_unix/Manifest
21 @@ -1 +1,2 @@
22 DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2 SHA512 d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
23 +DIST async_unix-0.15.0.tar.gz 178320 BLAKE2B 825efe071ecfb39ff0d5586cd8981c31a4692ee5b44727fdb22d68bfc08f9f1e296a363b87c308bef7cdd557dc9124da21bd1e772fe47dcde917b6bc5024500d SHA512 d6bb561ca06b3232c11c10bfe9dbd689020d52dc90f13f01751abf31f968649c7c8664f5f58de95c89f012de00c789efa9c0ca230ba32b9105c609d1afca2a51
24
25 diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild b/dev-ml/async_unix/async_unix-0.15.0.ebuild
26 new file mode 100644
27 index 000000000000..16e04b7a7169
28 --- /dev/null
29 +++ b/dev-ml/async_unix/async_unix-0.15.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
39 +HOMEPAGE="https://github.com/janestreet/async_unix"
40 +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0/$(ver_cut 1-2)"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
45 +IUSE="+ocamlopt"
46 +
47 +RDEPEND="
48 + dev-ml/async_kernel:${SLOT}
49 + dev-ml/core_unix:${SLOT}
50 +"
51 +DEPEND="${RDEPEND}"