From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2474915800D for ; Sat, 8 Jul 2023 16:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 516CDE08DB; Sat, 8 Jul 2023 16:37:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BBD3E08DB for ; Sat, 8 Jul 2023 16:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 784CB340DFE for ; Sat, 8 Jul 2023 16:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D521BAD0 for ; Sat, 8 Jul 2023 16:37:25 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1688834081.fd8b973350080287cd5915093062d0cd07ad2ec7.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/timezone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/timezone/Manifest dev-ml/timezone/timezone-0.16.0.ebuild X-VCS-Directories: dev-ml/timezone/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fd8b973350080287cd5915093062d0cd07ad2ec7 X-VCS-Branch: master Date: Sat, 8 Jul 2023 16:37:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eaaa8d34-af7c-4d03-84df-87e3c9a01dd7 X-Archives-Hash: 56f27c60b530ebbcbc89bd344efad731 commit: fd8b973350080287cd5915093062d0cd07ad2ec7 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jul 8 15:56:45 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jul 8 16:34:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8b9733 dev-ml/timezone: add 0.16.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/timezone/Manifest | 1 + dev-ml/timezone/timezone-0.16.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ml/timezone/Manifest b/dev-ml/timezone/Manifest index b97c015d45d1..d06e38d3f253 100644 --- a/dev-ml/timezone/Manifest +++ b/dev-ml/timezone/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-ml/timezone/timezone-0.16.0.ebuild b/dev-ml/timezone/timezone-0.16.0.ebuild new file mode 100644 index 000000000000..db85989940f9 --- /dev/null +++ b/dev-ml/timezone/timezone-0.16.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 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" + +R09DEPEND=" + >=dev-lang/ocaml-4.14 + dev-ml/core:${SLOT} + dev-ml/ppx_jane:${SLOT} +" +DEPEND="${RDEPEND}"