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/ounit2/
Date: Mon, 08 Feb 2021 08:00:27
Message-Id: 1612771079.286243fd45071d2622c007c9490f83979472ce2a.sam@gentoo
1 commit: 286243fd45071d2622c007c9490f83979472ce2a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 07:57:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 07:57:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286243fd
7
8 dev-ml/ounit2: bump to 2.2.4
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/ounit2/Manifest | 1 +
14 dev-ml/ounit2/ounit2-2.2.4.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-ml/ounit2/Manifest b/dev-ml/ounit2/Manifest
18 index 1110f73cdc2..c555d67220b 100644
19 --- a/dev-ml/ounit2/Manifest
20 +++ b/dev-ml/ounit2/Manifest
21 @@ -1 +1,2 @@
22 DIST ounit-v2.2.3.tbz 57449 BLAKE2B cf4742c4800ff66551416e243285ae0264f94d1665f795039cd37ad717b09fa3ba5cdfb2380169dfcddea5a27a82373ae892adf11155147a081d734091bf39d8 SHA512 dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981
23 +DIST ounit-v2.2.4.tbz 57558 BLAKE2B 5cb1eaa1233102af49155b46a1a95742c3c6c584901536ce755e6f6386d0d645639b98fdbab236fe20c93c3bde2632bbfc31c5a076f61cc6b9a7f408ac032643 SHA512 d69dc501a360c31f7854322b5e2c2abcb1e43890737e1cc00c167ee104d5dee471b6b8d8186f8044b0482c91a8f15210a25d833a1e03ed7baabfba923815962f
24
25 diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild
26 new file mode 100644
27 index 00000000000..b67e4a2fd51
28 --- /dev/null
29 +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit dune
37 +
38 +DESCRIPTION="Unit testing framework for OCaml"
39 +HOMEPAGE="https://github.com/gildor478/ounit"
40 +SRC_URI="https://github.com/gildor478/ounit/releases/download/v${PV}/ounit-v${PV}.tbz"
41 +S="${WORKDIR}/ounit-v${PV}"
42 +
43 +LICENSE="MIT"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
46 +IUSE="+ocamlopt"
47 +
48 +DEPEND="
49 + dev-ml/lwt:=
50 + dev-ml/stdlib-shims:=
51 +"
52 +RDEPEND="${DEPEND}"