From c8d60dada2ec8eb48b2d2b290cd6683ccec40e39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Feb 2021 21:41:11 +0000 Subject: gentoo (valentine's day) resync : 14.02.2021 --- dev-ml/ounit2/Manifest | 4 +++- dev-ml/ounit2/ounit2-2.2.3.ebuild | 4 ++-- dev-ml/ounit2/ounit2-2.2.4.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 dev-ml/ounit2/ounit2-2.2.4.ebuild (limited to 'dev-ml/ounit2') diff --git a/dev-ml/ounit2/Manifest b/dev-ml/ounit2/Manifest index aed5de432a68..2398a9bb6d06 100644 --- a/dev-ml/ounit2/Manifest +++ b/dev-ml/ounit2/Manifest @@ -1,3 +1,5 @@ DIST ounit-v2.2.3.tbz 57449 BLAKE2B cf4742c4800ff66551416e243285ae0264f94d1665f795039cd37ad717b09fa3ba5cdfb2380169dfcddea5a27a82373ae892adf11155147a081d734091bf39d8 SHA512 dff04859d263e5f80a1606156d07493d0320a2756d0a7f134c63c53078550c7b056587486922bc66a288413af30c59a7e47157636502c6dd10626cf75587f981 -EBUILD ounit2-2.2.3.ebuild 508 BLAKE2B 9177e5e6a4eaeffea07555e65b7998aaf3fd7678459cfd5b6a19e53f1d5ad60957156ef112adbd36a30894fcd40bcb692a490a189742ea310009cfb49f55c2b1 SHA512 46d354956d9218076bcf3d06ed8e52c1b2bd9480139ac500e1a4c8a50ed5a3a6e697153da42bc5c23920f7ef88a2201fa914815d07d99389c49ebf589fa6a88b +DIST ounit-v2.2.4.tbz 57558 BLAKE2B 5cb1eaa1233102af49155b46a1a95742c3c6c584901536ce755e6f6386d0d645639b98fdbab236fe20c93c3bde2632bbfc31c5a076f61cc6b9a7f408ac032643 SHA512 d69dc501a360c31f7854322b5e2c2abcb1e43890737e1cc00c167ee104d5dee471b6b8d8186f8044b0482c91a8f15210a25d833a1e03ed7baabfba923815962f +EBUILD ounit2-2.2.3.ebuild 504 BLAKE2B 07940d746fd4e035f43d0cb0ae067730a5ddb399399040600ab2624907d92df25d9b89220522c42ad1ac20ec91cebac70886f22f71d561ef8370dda11d004eb6 SHA512 97831c5736cfef52c60979be528ec372564487fdbbb4038c4018986de6a621b32ff1f324fb607341c74536f35051a639f956152442b3d33855375c024c03fa4a +EBUILD ounit2-2.2.4.ebuild 498 BLAKE2B b5b21b2d27eba15291a0009de501de051e8214ff845bcb5b7f7432809793aa80df2ccfbcc1ddd0abc94ddb128f1df9c23c1f2f4a22dc8cbd23b8bc92ceb00f18 SHA512 62f31733d78021e5cb3a9ec59bbe4f15a399fc57558d04ac1c60e87a8009286bf9c952e104c37708cb0807fb9942b2731fd6c5e54b57373517fe329bb5e9f085 MISC metadata.xml 417 BLAKE2B 9f043e612988157e93659d1d3fa84fcaf56b9a1751870d3fdd252c8872782f905d809075cd99bbabe1c5ab07b541aa8ee3968db157d8ade07d7722fe6400ba57 SHA512 1c09364b4b9a39f3b6d7189b0468d1a9414bc94655f9113ba384ff7e1ad431edac0dfd57767cde34b65ade365cd2c387d10e7e7b40396678fb77d037d62b5cf1 diff --git a/dev-ml/ounit2/ounit2-2.2.3.ebuild b/dev-ml/ounit2/ounit2-2.2.3.ebuild index 354af513eda9..426e90de74de 100644 --- a/dev-ml/ounit2/ounit2-2.2.3.ebuild +++ b/dev-ml/ounit2/ounit2-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/gildor478/ounit" SRC_URI="https://github.com/gildor478/ounit/releases/download/v${PV}/ounit-v${PV}.tbz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" DEPEND=" dev-ml/lwt:= dev-ml/stdlib-shims:= diff --git a/dev-ml/ounit2/ounit2-2.2.4.ebuild b/dev-ml/ounit2/ounit2-2.2.4.ebuild new file mode 100644 index 000000000000..b67e4a2fd511 --- /dev/null +++ b/dev-ml/ounit2/ounit2-2.2.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Unit testing framework for OCaml" +HOMEPAGE="https://github.com/gildor478/ounit" +SRC_URI="https://github.com/gildor478/ounit/releases/download/v${PV}/ounit-v${PV}.tbz" +S="${WORKDIR}/ounit-v${PV}" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/lwt:= + dev-ml/stdlib-shims:= +" +RDEPEND="${DEPEND}" -- cgit v1.2.3