commit: a74ae5947dab1055838613480ce6d363f1463e93 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Jul 28 16:55:18 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 16:55:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74ae594
dev-ml/alcotest: add 1.8.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/alcotest/Manifest | 1 + dev-ml/alcotest/alcotest-1.8.0.ebuild | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ml/alcotest/Manifest b/dev-ml/alcotest/Manifest index 3f88394b43b0..2fd8044df443 100644 --- a/dev-ml/alcotest/Manifest +++ b/dev-ml/alcotest/Manifest @@ -1,3 +1,4 @@ DIST alcotest-1.4.0.tar.gz 279675 BLAKE2B 3cc50ab37a16948ceca9b5e6aa885fa50bbe0722c6132ed4991fb64c568253d9913287d1b9e5547f59a210d6803e2a83565f02950fb12cb91ed9f8e24d7864c1 SHA512 adb73c8b2be6f47cb406bbc49dba7dc86e990a60e2e68302592a24dcc24e11e76e2aa6fc2f003c1e4fdbb79744df6ab601daff9540cd7b0096ac9f9bff18098c DIST alcotest-1.5.0.tar.gz 288227 BLAKE2B 6af28f2516888273903bbb7750ba583778c54447157ece29ad8053323492dddfde9b901699be26c868f1f3835ad89d6f163176033f52ffdccc82fa2609e57b64 SHA512 9f496d1b14a78a9cba5dfde71cbda41d3090d2083bc9895dc9d9f54876b86630079219e678f13f6ffd382deb2a1a298b61b2a222fc65d25d4a242d8c280b4784 DIST alcotest-1.7.0.tar.gz 293433 BLAKE2B 83a9b1bb3a6d9ec09de739e77a6e1085bbca328f5be39f6ab28931a7bc16d223d571917f924598ddcc399910f986df95eb72ae61f28512221d9de6174ffe3988 SHA512 6e29cc39109f5d83a175578f48ff1b48fdf13913b7cdd332823a660c681ab0cd5dec41b10322226102b023d7c74620decf964458926abed56ae835e4e565014e +DIST alcotest-1.8.0.tar.gz 296522 BLAKE2B 63ad6a8349a1ed0b0a61db7b816b30a020bda23374a5672543b758a227079d7129b2b3bd3e40cc8b71bb753c366116d0e9f7aea57011986099f1c129fcda7a55 SHA512 bcbb43d8f67e5250823f4cf92db81bef6ee71a399f9c12c4c1e343d043b885da8571593a59c07ae140a0222f8a5a66eef328206c0636e349e628520831be62db diff --git a/dev-ml/alcotest/alcotest-1.8.0.ebuild b/dev-ml/alcotest/alcotest-1.8.0.ebuild new file mode 100644 index 000000000000..42994cde53ad --- /dev/null +++ b/dev-ml/alcotest/alcotest-1.8.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="A lightweight and colourful test framework" +HOMEPAGE="https://github.com/mirage/alcotest/" +SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/astring:= + dev-ml/async:=[ocamlopt?] + dev-ml/async_kernel:=[ocamlopt?] + >=dev-ml/async_unix-0.15.0:=[ocamlopt?] + dev-ml/base:=[ocamlopt?] + >=dev-ml/cmdliner-1.2:=[ocamlopt?] + >=dev-ml/core-0.15.0:=[ocamlopt?] + >=dev-ml/core_unix-0.15.0:=[ocamlopt?] + dev-ml/duration:=[ocamlopt?] + dev-ml/fmt:=[ocamlopt?] + dev-ml/lwt:=[ocamlopt?] + dev-ml/mirage-clock:=[ocamlopt?] + dev-ml/re:=[ocamlopt?] + dev-ml/result:=[ocamlopt?] + dev-ml/stdlib-shims:=[ocamlopt?] + dev-ml/logs:=[ocamlopt?] + dev-ml/uutf:=[ocamlopt?] + dev-ml/uuidm:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-ml/dune-3.0"
