diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-04-24 15:54:05 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-04-24 15:54:05 +0200 |
commit | 5fa48c333dbe927e371d01c3503f1ed340018599 (patch) | |
tree | 97cea93558d73eaed0d63f2fb4bb6d6b43f4931c /dev-ml/time_now | |
parent | package.mask: add time_now to janestreet mask (diff) | |
download | gentoo-5fa48c333dbe927e371d01c3503f1ed340018599.tar.gz gentoo-5fa48c333dbe927e371d01c3503f1ed340018599.tar.bz2 gentoo-5fa48c333dbe927e371d01c3503f1ed340018599.zip |
dev-ml/time_now: 0.15.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/time_now')
-rw-r--r-- | dev-ml/time_now/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/time_now/time_now-0.15.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/time_now/Manifest b/dev-ml/time_now/Manifest index ac58278f0442..22463d56e42f 100644 --- a/dev-ml/time_now/Manifest +++ b/dev-ml/time_now/Manifest @@ -1 +1,2 @@ DIST time_now-0.14.0.tar.gz 3666 BLAKE2B 131d4b585ac981fe306ea93f17e332cfabe86a3f8f4564a76e4dc694f9c624e91fe0f0ce26a4ada9fdf0239033fcd29065d76a37e6fb4b79927d116531c04909 SHA512 1b6d1a754e46f1756aa2aad3590e5052999f567630297491d62228ad733b189fbbfc0589b7bafd74e9f77ca0c0421093054e9062d2d5a7d7ed05930be67e9a5f +DIST time_now-0.15.0.tar.gz 3697 BLAKE2B 142e848aa17f3cd14ef9d90a758f21b2ae3881e7e70c1b25fac0980a1d925d41953ded6632423b24e9f124887e71dc07ce1f7c838e45d18724a036bb5cb29473 SHA512 b24bf9fda05cc84c568cc8637771e8774661df738719b4ad30f86ae4a9a984e9f1d344dc58ab6014d37275e99e92bf3b2d34a8c4dfc474faf00c6096f679e371 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}" |