From 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 4 Jan 2022 19:06:21 +0100 Subject: dev-ml/luv: do not depend on ocaml >4.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/829798 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć --- dev-ml/luv/luv-0.5.10-r1.ebuild | 24 ------------------------ dev-ml/luv/luv-0.5.10-r2.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 dev-ml/luv/luv-0.5.10-r1.ebuild create mode 100644 dev-ml/luv/luv-0.5.10-r2.ebuild (limited to 'dev-ml/luv') diff --git a/dev-ml/luv/luv-0.5.10-r1.ebuild b/dev-ml/luv/luv-0.5.10-r1.ebuild deleted file mode 100644 index a50ac52098a3..000000000000 --- a/dev-ml/luv/luv-0.5.10-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit dune - -DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O" -HOMEPAGE="https://github.com/aantron/luv" -SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" - -SLOT="0/${PV}" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/libuv:= - dev-ml/ocaml-ctypes:= - dev-ml/result:= -" -DEPEND="${RDEPEND}" -BDEPEND="test? ( dev-ml/alcotest )" diff --git a/dev-ml/luv/luv-0.5.10-r2.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild new file mode 100644 index 000000000000..01d679ae6917 --- /dev/null +++ b/dev-ml/luv/luv-0.5.10-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O" +HOMEPAGE="https://github.com/aantron/luv" +SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" + +SLOT="0/${PV}" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + <=dev-lang/ocaml-4.13:=[ocamlopt?] + dev-libs/libuv:= + dev-ml/ocaml-ctypes:= + dev-ml/result:= +" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-ml/alcotest )" -- cgit v1.2.3-65-gdbad