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_extra/
Date: Wed, 27 Apr 2022 19:49:27
Message-Id: 1651088954.daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce.tupone@gentoo
1 commit: daefe32fe0a14ffe3cb3d0e5da569feed6bc96ce
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 19:48:41 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 19:49:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daefe32f
7
8 dev-ml/async_extra: 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_extra/Manifest | 1 +
14 dev-ml/async_extra/async_extra-0.15.0.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-ml/async_extra/Manifest b/dev-ml/async_extra/Manifest
18 index 1b92167684c1..67871c5a2a3a 100644
19 --- a/dev-ml/async_extra/Manifest
20 +++ b/dev-ml/async_extra/Manifest
21 @@ -1 +1,2 @@
22 DIST async_extra-0.14.0.tar.gz 17746 BLAKE2B 46367dfb909ea02100be7718edbee8deac1c9019232723af6d80cf2567b2d17b316ae2355ffd9c9cd7897c3409c50cd4a7105a44a153eac02fa6326c195f237d SHA512 c646d9f69dac06aba973a837e295502b45bcda3ffbf3971f283035f2f60b5f92777fa105a08827971e8eae563b12b019341b29f30703b6490fec38d276a74199
23 +DIST async_extra-0.15.0.tar.gz 18236 BLAKE2B d780885e26fe49499f616d70acfafeff5022c9f6a6bcb0a6f89149162e10c5f921edf250bf31556fa5d845a1d1e95a91f650a00f8d8c23931742d70f183f7dc8 SHA512 d54c324b615dd6575024a1694790e247f1982949399aaab4b75a8918d819798c64c6d3a5fafd17274d3a3b0b45b7e3b022b4e263aad9701c2eecce3c25d032b7
24
25 diff --git a/dev-ml/async_extra/async_extra-0.15.0.ebuild b/dev-ml/async_extra/async_extra-0.15.0.ebuild
26 new file mode 100644
27 index 000000000000..eeeca95a16e6
28 --- /dev/null
29 +++ b/dev-ml/async_extra/async_extra-0.15.0.ebuild
30 @@ -0,0 +1,18 @@
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 (extra)"
39 +HOMEPAGE="https://github.com/janestreet/async_extra"
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"
45 +IUSE="+ocamlopt"
46 +
47 +RDEPEND="dev-ml/async_kernel:${SLOT}"
48 +DEPEND="${RDEPEND}"