From 670e160052b9f2eaae49aa325af1a2eb4bb493d9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 10 Feb 2021 15:31:44 +0000 Subject: dev-ml/alcotest: add lower bound on dev-ml/fmt Fixes issues like: File "src/alcotest-engine/cli.ml", line 243, characters 31-36: 243 | Fmt.(braces @@ list ~sep:comma int) ppf (IntSet.elements set) ^^^^^ Error: Unbound value comma File "src/alcotest-engine/model.ml", line 9, characters 26-33: 9 | Uchar.to_int uchar |> Fmt.str "U+%04X" |> Buffer.add_string buf ^^^^^^^ Error: Unbound value Fmt.str Hint: Did you mean strf? Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- dev-ml/alcotest/alcotest-1.2.3-r2.ebuild | 32 -------------------------------- dev-ml/alcotest/alcotest-1.2.3-r3.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-ml/alcotest/alcotest-1.2.3-r2.ebuild create mode 100644 dev-ml/alcotest/alcotest-1.2.3-r3.ebuild (limited to 'dev-ml/alcotest') diff --git a/dev-ml/alcotest/alcotest-1.2.3-r2.ebuild b/dev-ml/alcotest/alcotest-1.2.3-r2.ebuild deleted file mode 100644 index e036fd8f38e6..000000000000 --- a/dev-ml/alcotest/alcotest-1.2.3-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -IUSE="+ocamlopt" - -RDEPEND=" - dev-ml/astring:= - dev-ml/async_unix:= - dev-ml/cmdliner:= - dev-ml/core:= - dev-ml/core_kernel:= - dev-ml/duration:= - dev-ml/fmt:= - dev-ml/mirage-clock:= - dev-ml/re:= - dev-ml/result:= - dev-ml/logs:= - dev-ml/uutf:= - dev-ml/uuidm:= -" -DEPEND="${RDEPEND}" diff --git a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild new file mode 100644 index 000000000000..ace735d8338d --- /dev/null +++ b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/astring:= + dev-ml/async_unix:= + dev-ml/cmdliner:= + dev-ml/core:= + dev-ml/core_kernel:= + dev-ml/duration:= + >=dev-ml/fmt-0.8.9:= + dev-ml/mirage-clock:= + dev-ml/re:= + dev-ml/result:= + dev-ml/logs:= + dev-ml/uutf:= + dev-ml/uuidm:= +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad