summaryrefslogtreecommitdiff
path: root/dev-ml/time_now
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/time_now
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ml/time_now')
-rw-r--r--dev-ml/time_now/Manifest4
-rw-r--r--dev-ml/time_now/time_now-0.14.0.ebuild2
-rw-r--r--dev-ml/time_now/time_now-0.15.0.ebuild23
3 files changed, 27 insertions, 2 deletions
diff --git a/dev-ml/time_now/Manifest b/dev-ml/time_now/Manifest
index 02425ffbd5ff..8acfca24fa5b 100644
--- a/dev-ml/time_now/Manifest
+++ b/dev-ml/time_now/Manifest
@@ -1,3 +1,5 @@
DIST time_now-0.14.0.tar.gz 3666 BLAKE2B 131d4b585ac981fe306ea93f17e332cfabe86a3f8f4564a76e4dc694f9c624e91fe0f0ce26a4ada9fdf0239033fcd29065d76a37e6fb4b79927d116531c04909 SHA512 1b6d1a754e46f1756aa2aad3590e5052999f567630297491d62228ad733b189fbbfc0589b7bafd74e9f77ca0c0421093054e9062d2d5a7d7ed05930be67e9a5f
-EBUILD time_now-0.14.0.ebuild 527 BLAKE2B 4c544bbc7388ef8e37935ea3580f0cfbcf3cefb3c554736e8a2598ea86137779dbb2d1bf595204ef07f7433b0a7d7c3f57a9eafcaeea7cedcb42e56ac18f16d9 SHA512 caa1e8d26691a1f9594be83c912f153402ab9a9dc9a7475c3ed62eba4f4dde7239a0821bf28a06deeb3f76e1b6638b8d1f4678236da012e14eedbd348a0483f2
+DIST time_now-0.15.0.tar.gz 3697 BLAKE2B 142e848aa17f3cd14ef9d90a758f21b2ae3881e7e70c1b25fac0980a1d925d41953ded6632423b24e9f124887e71dc07ce1f7c838e45d18724a036bb5cb29473 SHA512 b24bf9fda05cc84c568cc8637771e8774661df738719b4ad30f86ae4a9a984e9f1d344dc58ab6014d37275e99e92bf3b2d34a8c4dfc474faf00c6096f679e371
+EBUILD time_now-0.14.0.ebuild 534 BLAKE2B 71f087ce034042b12702611cda29d0855dfe37fc6e930d878e234024fee2f1cb4403e1a79cb55906de792e86eb4bdccc4cb84194e1704b4bff86c2ae36623b92 SHA512 49d77414540a8d367036a162a5de2861f6ccae244e9b6474cd228672d03066d03d7a37ce7afc4ecbfbdac90d7a24d86abe45b6a8640f4157371dd36cf5762d4d
+EBUILD time_now-0.15.0.ebuild 557 BLAKE2B 2f03ff09e4c283f08099d4c17b33a4b88af958f36365bbc29d4438e6469ae5d77a00906eb5b7e22013474640d13e0c67fda7e3362bf7aeb2372b8e779602eff6 SHA512 2c3b449226653e8099555f65f58af71bd0e6c852962b9894f79b1fe31e8b298896bf975f0d7166dc1eceafd51aa0a74b80b2605d3f38f2d0017122aa2c22a340
MISC metadata.xml 329 BLAKE2B 97daeaa8c99f5f932ec8b7f1a9f12c83df5e881f7a27159936d051a69e94237a7bb6e45c6c52ce8cd0c3ef24477b6a2f0c0f43b69dc8f20975aa1c23c5b711ba SHA512 7f634d31aa38a7cd1a7fae0e59f50d6a7b068e8d9cf7a57de2fe24b8a26b79ef9ae50644a75d5787cb7aabf59c796aba0e55de448db59504651fc292570594e9
diff --git a/dev-ml/time_now/time_now-0.14.0.ebuild b/dev-ml/time_now/time_now-0.14.0.ebuild
index 08275f304df6..99ee779a443c 100644
--- a/dev-ml/time_now/time_now-0.14.0.ebuild
+++ b/dev-ml/time_now/time_now-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"
DEPEND="
diff --git a/dev-ml/time_now/time_now-0.15.0.ebuild b/dev-ml/time_now/time_now-0.15.0.ebuild
new file mode 100644
index 000000000000..b4f45fd13b0e
--- /dev/null
+++ b/dev-ml/time_now/time_now-0.15.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Reports the current time"
+HOMEPAGE="https://github.com/janestreet/time_now"
+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"
+
+DEPEND="
+ dev-ml/jane-street-headers:${SLOT}
+ dev-ml/jst-config:${SLOT}
+ dev-ml/ppx_base:${SLOT}
+ dev-ml/ppx_optcomp:${SLOT}
+"
+RDEPEND="${DEPEND}"