summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-06-15 16:27:59 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-06-15 17:55:24 +0200
commit7d008a2b75754566b583b238f318dc5007f86c11 (patch)
tree68a0dd1371b539f6dae12f352854a5010f0bd996 /dev-ml/timezone
parentdev-ml/core_kernel: add 0.17.0 (diff)
downloadgentoo-7d008a2b75754566b583b238f318dc5007f86c11.tar.gz
gentoo-7d008a2b75754566b583b238f318dc5007f86c11.tar.bz2
gentoo-7d008a2b75754566b583b238f318dc5007f86c11.zip
dev-ml/timezone: add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/timezone')
-rw-r--r--dev-ml/timezone/Manifest1
-rw-r--r--dev-ml/timezone/timezone-0.17.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/timezone/Manifest b/dev-ml/timezone/Manifest
index d06e38d3f253..9331a3caa13e 100644
--- a/dev-ml/timezone/Manifest
+++ b/dev-ml/timezone/Manifest
@@ -1,3 +1,4 @@
DIST timezone-0.14.0.tar.gz 9480 BLAKE2B d9f65420671d8a0607d16f91c6b10b48def78a813a87ecbbc3e036367a2084d53a256c698521f10b407dac0606208e1f5f2cd56c475e0a173cfc0a3e5a5cdede SHA512 39abb7ebc9e08520a9c969da948bd3de0dc9dc01c75d5ca324afacf231671edca3eadd6992ef3037cc23218990af8061419e5580d9ab246a43d31c5788599cc5
DIST timezone-0.15.0.tar.gz 9480 BLAKE2B a47fd0efcd659e2bd3adcb07776a4ca25ef65fc5ba4af87ef361cd4aa2c45e3641e9f240b033f50c0e6108868deca7bf57eba6e8a753947ef7b14f03c74b911c SHA512 d50cd1e8f116f9121383b2d20d5dcbf99b5388a2fed915302f0566c6f2d93bdf1480c2f998fac6b81a636be52b601b38981b3083adaaf405a1154b63c0b0d6da
DIST timezone-0.16.0.tar.gz 9881 BLAKE2B 839cc11605bf8e9215c6629918b5a9423f3f5d67cb896f3b277707dc22e3570c9dd7f264aa0baa43aaace94500cde47915cd20b2fddf04c87bda445714691438 SHA512 d01f9d0b0cca379a6741d0af35e39860d97e620cd2a064d5498b724319a88e8088bdad5df52b2972a234b59678d99821edce4400c889d98857023a8c54149889
+DIST timezone-0.17.0.tar.gz 10007 BLAKE2B 64bf7ebc1d06c224637c33a63f6b402aeecdafc3c627ef91e52241178d8312a39dc7821e6acd578993b5fa203465e62b60f0765b9bd82728c9334763dc76e4e6 SHA512 fdea08d3f8ccec16836ef556c6c719b3dde71cf7061b908518a6dec0d91b9151cc0c85a08b7ba3bdd40a5eaee1d921fa5fcf0d11117d0345d087ef4ab6d4bf73
diff --git a/dev-ml/timezone/timezone-0.17.0.ebuild b/dev-ml/timezone/timezone-0.17.0.ebuild
new file mode 100644
index 000000000000..277ad039bffb
--- /dev/null
+++ b/dev-ml/timezone/timezone-0.17.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Time-zone handling for OCaml"
+HOMEPAGE="https://github.com/janestreet/timezone"
+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 ~arm64 ~ppc ~ppc64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ >=dev-lang/ocaml-5
+ dev-ml/core:${SLOT}[ocamlopt?]
+ dev-ml/ppx_jane:${SLOT}[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-ml/dune-3.11"