From 2fd57282f0262ca084e05b0f2c63fbada395d02b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jan 2022 20:27:28 +0000 Subject: gentoo resync : 16.01.2021 --- dev-ml/luv/Manifest | 2 +- dev-ml/luv/luv-0.5.10-r2.ebuild | 25 ------------------------- dev-ml/luv/luv-0.5.10-r3.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 26 deletions(-) delete mode 100644 dev-ml/luv/luv-0.5.10-r2.ebuild create mode 100644 dev-ml/luv/luv-0.5.10-r3.ebuild (limited to 'dev-ml/luv') diff --git a/dev-ml/luv/Manifest b/dev-ml/luv/Manifest index c59f9ffbfd7f..2306ba7121da 100644 --- a/dev-ml/luv/Manifest +++ b/dev-ml/luv/Manifest @@ -1,3 +1,3 @@ DIST luv-0.5.10.tar.gz 805333 BLAKE2B 23edd2bc870a2886e560d330d9a20b205a77ea7bc8ed631e00e43819474eeb75246b407113b59ed9c5f74462ad5f721338ac5a157a1fe0e443abf9ff88771089 SHA512 c50a0def366944b4ef6038503ecefe75d8e45f542311198531f01a355675c08b00370480141b455616429a883c3232d34628e6a67846db5864a1b0eabfe6311f -EBUILD luv-0.5.10-r2.ebuild 601 BLAKE2B 5e78af11122c6f843dbc6effdb3af270ec648ce4fd06cc789403fce806fdc125607173064daa8356bcbb402bbbb34b1e951d0b8f536f7eccc8dfa489224b035e SHA512 64ad9d467a4ae64d3563c128678883823ae89cdc1f39a27fdb0283f38e491d0bde7f1b875df2bed3ba0f131971ee4bbfab1cb4a606bef60a56a65d9bee30d0a1 +EBUILD luv-0.5.10-r3.ebuild 769 BLAKE2B a708d2d80c8c0e8bd6e1c2103096b77cbf72b1dfb69c0c920217adf7ff63bd6d43b7d7977cb1ad0978b1b8f775dd8833f8d81cb3e868922848465e2cadacaa0a SHA512 d00aff7e5a8bb84080ca886f004867470afe3d0c25523a3105932088551bd94f004d0f0328533c5dd2bcdd80bda03c0d57fb3b438915fed99b8d41fb16881db7 MISC metadata.xml 309 BLAKE2B 2571e139ee75123b88f05751d493805433dd5f22ac3f06e82adf97017f53fa54c1870ee947b4e98ed55d4f134b837e1850d86fb10e6db43f0c37f1d54a2a07db SHA512 a917d2ea07601ed6c8d9386ce92deb19dfa0a37e3cf42b7808cb9e6e47ad57b1a9495f4b5f43695bd13d1a09837e40ae265bcb1b6bac30e62fec39bee1728456 diff --git a/dev-ml/luv/luv-0.5.10-r2.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild deleted file mode 100644 index 01d679ae6917..000000000000 --- a/dev-ml/luv/luv-0.5.10-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 )" diff --git a/dev-ml/luv/luv-0.5.10-r3.ebuild b/dev-ml/luv/luv-0.5.10-r3.ebuild new file mode 100644 index 000000000000..bab7576ca5ce --- /dev/null +++ b/dev-ml/luv/luv-0.5.10-r3.ebuild @@ -0,0 +1,32 @@ +# 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" + +LICENSE="MIT" +SLOT="0/${PV}" +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:=[ocamlopt?] + dev-ml/result:=[ocamlopt?] +" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/gnuconfig + test? ( dev-ml/alcotest[ocamlopt?] )" + +src_prepare() { + default + + cp "${BROOT}"/usr/share/gnuconfig/config.{guess,sub} src/c/vendor/configure/ || die +} -- cgit v1.2.3