dev-ml/alcotest: drop 1.7.0 and stable 1.7.0-r1

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-04-12 19:28:06 +02:00
parent 802cbf1e92
commit f46dd7efb2
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
2 changed files with 2 additions and 39 deletions

View File

@ -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="

View File

@ -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}"