From f46dd7efb2db1f51f987a5cfa49c7f6814efbd50 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 12 Apr 2025 19:28:06 +0200 Subject: [PATCH] dev-ml/alcotest: drop 1.7.0 and stable 1.7.0-r1 Signed-off-by: Alfredo Tupone --- dev-ml/alcotest/alcotest-1.7.0-r1.ebuild | 4 +-- dev-ml/alcotest/alcotest-1.7.0.ebuild | 37 ------------------------ 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 dev-ml/alcotest/alcotest-1.7.0.ebuild diff --git a/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild b/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild index d4859697c59c..54c6b2e736ff 100644 --- a/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild +++ b/dev-ml/alcotest/alcotest-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ 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" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" IUSE="+ocamlopt" RDEPEND=" diff --git a/dev-ml/alcotest/alcotest-1.7.0.ebuild b/dev-ml/alcotest/alcotest-1.7.0.ebuild deleted file mode 100644 index 8c39a207fc4e..000000000000 --- a/dev-ml/alcotest/alcotest-1.7.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 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/dune-3.0:= - dev-ml/astring:= - dev-ml/async_kernel:= - dev-ml/async:= - >=dev-ml/async_unix-0.15.0:= - dev-ml/base:= - dev-ml/cmdliner:= - >=dev-ml/core-0.15.0:= - dev-ml/core_unix:0/0.15 - dev-ml/duration:= - >=dev-ml/fmt-0.8.9:= - dev-ml/lwt:= - dev-ml/mirage-clock:= - dev-ml/re:= - dev-ml/result:= - dev-ml/logs:= - dev-ml/uutf:= - dev-ml/uuidm:= -" -DEPEND="${RDEPEND}"