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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C65A013835D for ; Sun, 24 Jan 2021 16:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFDAE0A53; Sun, 24 Jan 2021 16:06:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5D1AE0A52 for ; Sun, 24 Jan 2021 16:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7EFB340CDE for ; Sun, 24 Jan 2021 16:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 905874A4 for ; Sun, 24 Jan 2021 16:06:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611504366.4b01bf7f7c8cc8c6088e651b2442441fdaa1d80d.sam@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/metadata.xml dev-ml/timezone/timezone-0.14.0.ebuild X-VCS-Directories: dev-ml/timezone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b01bf7f7c8cc8c6088e651b2442441fdaa1d80d X-VCS-Branch: master Date: Sun, 24 Jan 2021 16:06:15 +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: 7b18fd2a-689f-484e-af4d-fa8be1541a9f X-Archives-Hash: b00c050596aa744398bff1da12fc9afd commit: 4b01bf7f7c8cc8c6088e651b2442441fdaa1d80d Author: Sam James gentoo org> AuthorDate: Fri Jan 22 05:59:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 24 16:06:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b01bf7f dev-ml/timezone: bump to 0.14.0 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/timezone/Manifest | 1 + dev-ml/timezone/metadata.xml | 11 +++++++++++ dev-ml/timezone/timezone-0.14.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-ml/timezone/Manifest b/dev-ml/timezone/Manifest new file mode 100644 index 00000000000..54b4e92b906 --- /dev/null +++ b/dev-ml/timezone/Manifest @@ -0,0 +1 @@ +DIST timezone-0.14.0.tar.gz 9480 BLAKE2B d9f65420671d8a0607d16f91c6b10b48def78a813a87ecbbc3e036367a2084d53a256c698521f10b407dac0606208e1f5f2cd56c475e0a173cfc0a3e5a5cdede SHA512 39abb7ebc9e08520a9c969da948bd3de0dc9dc01c75d5ca324afacf231671edca3eadd6992ef3037cc23218990af8061419e5580d9ab246a43d31c5788599cc5 diff --git a/dev-ml/timezone/metadata.xml b/dev-ml/timezone/metadata.xml new file mode 100644 index 00000000000..58b29d804a6 --- /dev/null +++ b/dev-ml/timezone/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + ML + + + janestreet/timezone + + diff --git a/dev-ml/timezone/timezone-0.14.0.ebuild b/dev-ml/timezone/timezone-0.14.0.ebuild new file mode 100644 index 00000000000..534e109a062 --- /dev/null +++ b/dev-ml/timezone/timezone-0.14.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Jane Street's alternative to the standard library" +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/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +RDEPEND=" + dev-ml/core_kernel:= + dev-ml/ppx_jane:= +" +DEPEND="${RDEPEND}"