summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-27 08:36:03 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-27 08:36:03 +0200
commit1f8b0cec1d956344a20ff26186fcb6e284cdb65c (patch)
tree25c658fa15e43a5a097d59f3ceb8b8621c476ba0
parentpackage.mask: add timezone to janestreet mask (diff)
downloadgentoo-1f8b0cec1d956344a20ff26186fcb6e284cdb65c.tar.gz
gentoo-1f8b0cec1d956344a20ff26186fcb6e284cdb65c.tar.bz2
gentoo-1f8b0cec1d956344a20ff26186fcb6e284cdb65c.zip
dev-ml/timezone: 0.15.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/timezone/Manifest1
-rw-r--r--dev-ml/timezone/timezone-0.15.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/timezone/Manifest b/dev-ml/timezone/Manifest
index 54b4e92b9065..b97c015d45d1 100644
--- a/dev-ml/timezone/Manifest
+++ b/dev-ml/timezone/Manifest
@@ -1 +1,2 @@
DIST timezone-0.14.0.tar.gz 9480 BLAKE2B d9f65420671d8a0607d16f91c6b10b48def78a813a87ecbbc3e036367a2084d53a256c698521f10b407dac0606208e1f5f2cd56c475e0a173cfc0a3e5a5cdede SHA512 39abb7ebc9e08520a9c969da948bd3de0dc9dc01c75d5ca324afacf231671edca3eadd6992ef3037cc23218990af8061419e5580d9ab246a43d31c5788599cc5
+DIST timezone-0.15.0.tar.gz 9480 BLAKE2B a47fd0efcd659e2bd3adcb07776a4ca25ef65fc5ba4af87ef361cd4aa2c45e3641e9f240b033f50c0e6108868deca7bf57eba6e8a753947ef7b14f03c74b911c SHA512 d50cd1e8f116f9121383b2d20d5dcbf99b5388a2fed915302f0566c6f2d93bdf1480c2f998fac6b81a636be52b601b38981b3083adaaf405a1154b63c0b0d6da
diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild b/dev-ml/timezone/timezone-0.15.0.ebuild
new file mode 100644
index 000000000000..33f265cc1758
--- /dev/null
+++ b/dev-ml/timezone/timezone-0.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/core:${SLOT}"
+DEPEND="${RDEPEND}"