summaryrefslogtreecommitdiff
path: root/dev-ml/async_unix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-ml/async_unix
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ml/async_unix')
-rw-r--r--dev-ml/async_unix/Manifest4
-rw-r--r--dev-ml/async_unix/async_unix-0.14.0.ebuild2
-rw-r--r--dev-ml/async_unix/async_unix-0.15.0.ebuild21
3 files changed, 25 insertions, 2 deletions
diff --git a/dev-ml/async_unix/Manifest b/dev-ml/async_unix/Manifest
index 0a6c84b4b424..43060f48fd9e 100644
--- a/dev-ml/async_unix/Manifest
+++ b/dev-ml/async_unix/Manifest
@@ -1,3 +1,5 @@
DIST async_unix-0.14.0.tar.gz 171624 BLAKE2B 4c55b6c8ba8cd59ede4b214ec84d8689700e46b918a96e145f94ebd011c32de6c2ab40c35a4c821ac58872259740b752e045eb2ac7954ecb0b988ceaf1b75ff2 SHA512 d90713d1d35445a648392e9104eedd25d4c7e6a10a46d0442539c1521349dcbee4118e852cc8335c8c03ba4d1050f199eb91a6e3c3c827dca8eee59501f379be
-EBUILD async_unix-0.14.0.ebuild 537 BLAKE2B 8e4d588b7cbd5e1aa32c39310801d65bcb5048cffdef0bb204f41f60c3b0d5f6428228789c9e90e14c50864d15db2937b3c21dddce27e342dfdc34e65aa5810b SHA512 839dde94665a9819c00052c979fd7ffda9a385c517b94bbe94cdef43c008b50113fdc4e9224a6c217def1f23b32b1392fb83ea6971dac225844d4f17933498c9
+DIST async_unix-0.15.0.tar.gz 178320 BLAKE2B 825efe071ecfb39ff0d5586cd8981c31a4692ee5b44727fdb22d68bfc08f9f1e296a363b87c308bef7cdd557dc9124da21bd1e772fe47dcde917b6bc5024500d SHA512 d6bb561ca06b3232c11c10bfe9dbd689020d52dc90f13f01751abf31f968649c7c8664f5f58de95c89f012de00c789efa9c0ca230ba32b9105c609d1afca2a51
+EBUILD async_unix-0.14.0.ebuild 544 BLAKE2B 2ef2107add9dbbf515fd76d0d8c683a550e8876c36b93904158cc8fbcc3b9b7c041d77744181aacb2d016cec39947d81250087777216a46a4b77b2cea09fa257 SHA512 4120f580c0f42cbec1c94ab2acd30d0f3fb765649ce399280c082d074b6d0af5ae18ffdf111db098749b45abc6c322196ebd641f7f9cb487d452621c2bbab701
+EBUILD async_unix-0.15.0.ebuild 534 BLAKE2B 9d6ea6c56458fef117460d18de76356845e957a5cb9e62b94a34ff978c00bcc6c41c408b9ee01b5d818af8ddb8a2f652173d3a98c73344794c8f676a0687eed5 SHA512 4d07ebebb3d004aea8433c8810e9687fe18be7e9078ea2c5952184f09d363c968d83432f7e50d5a8c928ac7751966d28b5d5f273bc298cd7c0424259307ab8b5
MISC metadata.xml 319 BLAKE2B 057719c234859791c2afb0f8e286a8050ad1373cb0318c0d0fbd9ff9906e65131871ecd0cc0f01993c58abaae60eab700b2ba5fc8fe56487150de4aea9e50aad SHA512 5a813d9ff6adc78e1ef4e8dd30b670313bdd15a191ba3ca12c5f4ad2a9dd9d23d69003bcf1805a8490006c46440674db701275c51351b05bcb05902199ae7072
diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 00672196b90b..cce539b92576 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="
diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild b/dev-ml/async_unix/async_unix-0.15.0.ebuild
new file mode 100644
index 000000000000..16e04b7a7169
--- /dev/null
+++ b/dev-ml/async_unix/async_unix-0.15.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
+HOMEPAGE="https://github.com/janestreet/async_unix"
+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 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ dev-ml/async_kernel:${SLOT}
+ dev-ml/core_unix:${SLOT}
+"
+DEPEND="${RDEPEND}"