commit: e3a60bcc11deed78b7ff2987aff3ae48773b3c90 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 22:38:13 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 22:47:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a60bcc
dev-ml/duration: new package (dev-ml/alcotest dep) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/duration/Manifest | 1 + dev-ml/duration/duration-0.1.3.ebuild | 18 ++++++++++++++++++ dev-ml/duration/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) diff --git a/dev-ml/duration/Manifest b/dev-ml/duration/Manifest new file mode 100644 index 00000000000..4826df0bf3d --- /dev/null +++ b/dev-ml/duration/Manifest @@ -0,0 +1 @@ +DIST duration-0.1.3.tar.gz 4295 BLAKE2B 1bcf0d457e76c6dfe05308dbbdcd02e534abecb621d30d4d031e2218da48515e1086c0c71c3c91ea84350143dc3255ae368d66ba43ec9fb763932efbb3654128 SHA512 eeb219821e65d5cdee0b1038afd856b58f21633498e8cae37a7195d2a045cd0b11c4c817a6518d20c5a6c5f8c7ebfa9b84dae16bb847a658a8dc1aae5a9be5ab diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild new file mode 100644 index 00000000000..185471de3ae --- /dev/null +++ b/dev-ml/duration/duration-0.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-ml/alcotest )" diff --git a/dev-ml/duration/metadata.xml b/dev-ml/duration/metadata.xml new file mode 100644 index 00000000000..b73d0d4e953 --- /dev/null +++ b/dev-ml/duration/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="github">mirage/alcotest</remote-id> + </upstream> +</pkgmetadata>
