commit: bb7033eecec121a4bee5274442e6094846c3b340 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 18:06:13 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 18:07:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7033ee
dev-ml/duration: add 0.2.1 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/duration/Manifest | 1 + dev-ml/duration/duration-0.2.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-ml/duration/Manifest b/dev-ml/duration/Manifest index 4826df0bf3d6..6593e78b795c 100644 --- a/dev-ml/duration/Manifest +++ b/dev-ml/duration/Manifest @@ -1 +1,2 @@ DIST duration-0.1.3.tar.gz 4295 BLAKE2B 1bcf0d457e76c6dfe05308dbbdcd02e534abecb621d30d4d031e2218da48515e1086c0c71c3c91ea84350143dc3255ae368d66ba43ec9fb763932efbb3654128 SHA512 eeb219821e65d5cdee0b1038afd856b58f21633498e8cae37a7195d2a045cd0b11c4c817a6518d20c5a6c5f8c7ebfa9b84dae16bb847a658a8dc1aae5a9be5ab +DIST duration-0.2.1.tar.gz 4826 BLAKE2B 9a6a4f0b5f924e05b9e571097d294dcb98516325311ec9d405cb3330556a8c8d632c317e10dfb4af71bccc34efb503e219e9a9b600f7a43726a6f5e5ea5400ae SHA512 36a2944e72ffcc8b3ae64a2a2c80382833a09cdf24e224c13deb645a0295c333bd8e2a22a1375691f7bb5021d7fa3ac1620e90c59a3d17fdd7eb5ff7853ebf74 diff --git a/dev-ml/duration/duration-0.2.1.ebuild b/dev-ml/duration/duration-0.2.1.ebuild new file mode 100644 index 000000000000..8dd14c1aa3a6 --- /dev/null +++ b/dev-ml/duration/duration-0.2.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Duration - conversions to various time units" +HOMEPAGE="https://github.com/hannesm/duration" +SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-ml/alcotest )"