Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/
Date: Tue, 09 Feb 2021 22:47:50
Message-Id: 1612910862.e3a60bcc11deed78b7ff2987aff3ae48773b3c90.sam@gentoo
1 commit: e3a60bcc11deed78b7ff2987aff3ae48773b3c90
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:38:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 22:47:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a60bcc
7
8 dev-ml/duration: new package (dev-ml/alcotest dep)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/duration/Manifest | 1 +
14 dev-ml/duration/duration-0.1.3.ebuild | 18 ++++++++++++++++++
15 dev-ml/duration/metadata.xml | 8 ++++++++
16 3 files changed, 27 insertions(+)
17
18 diff --git a/dev-ml/duration/Manifest b/dev-ml/duration/Manifest
19 new file mode 100644
20 index 00000000000..4826df0bf3d
21 --- /dev/null
22 +++ b/dev-ml/duration/Manifest
23 @@ -0,0 +1 @@
24 +DIST duration-0.1.3.tar.gz 4295 BLAKE2B 1bcf0d457e76c6dfe05308dbbdcd02e534abecb621d30d4d031e2218da48515e1086c0c71c3c91ea84350143dc3255ae368d66ba43ec9fb763932efbb3654128 SHA512 eeb219821e65d5cdee0b1038afd856b58f21633498e8cae37a7195d2a045cd0b11c4c817a6518d20c5a6c5f8c7ebfa9b84dae16bb847a658a8dc1aae5a9be5ab
25
26 diff --git a/dev-ml/duration/duration-0.1.3.ebuild b/dev-ml/duration/duration-0.1.3.ebuild
27 new file mode 100644
28 index 00000000000..185471de3ae
29 --- /dev/null
30 +++ b/dev-ml/duration/duration-0.1.3.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit dune
38 +
39 +DESCRIPTION="Duration - conversions to various time units"
40 +HOMEPAGE="https://github.com/hannesm/duration"
41 +SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="ISC"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64"
46 +IUSE="+ocamlopt test"
47 +RESTRICT="!test? ( test )"
48 +
49 +DEPEND="test? ( dev-ml/alcotest )"
50
51 diff --git a/dev-ml/duration/metadata.xml b/dev-ml/duration/metadata.xml
52 new file mode 100644
53 index 00000000000..b73d0d4e953
54 --- /dev/null
55 +++ b/dev-ml/duration/metadata.xml
56 @@ -0,0 +1,8 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <!-- maintainer-needed -->
61 + <upstream>
62 + <remote-id type="github">mirage/alcotest</remote-id>
63 + </upstream>
64 +</pkgmetadata>