From adab5aeec61fe929e5a817ec8034d98caab9ddbe Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Oct 2022 19:58:53 +0100 Subject: gentoo auto-resync : 19:10:2022 - 19:58:53 --- dev-ml/luv/Manifest | 2 +- dev-ml/luv/luv-0.5.11-r1.ebuild | 36 ------------------------------------ dev-ml/luv/luv-0.5.11-r2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 dev-ml/luv/luv-0.5.11-r1.ebuild create mode 100644 dev-ml/luv/luv-0.5.11-r2.ebuild (limited to 'dev-ml/luv') diff --git a/dev-ml/luv/Manifest b/dev-ml/luv/Manifest index eaaa6ad238c6..2100ee7b868b 100644 --- a/dev-ml/luv/Manifest +++ b/dev-ml/luv/Manifest @@ -1,5 +1,5 @@ DIST luv-0.5.10.tar.gz 805333 BLAKE2B 23edd2bc870a2886e560d330d9a20b205a77ea7bc8ed631e00e43819474eeb75246b407113b59ed9c5f74462ad5f721338ac5a157a1fe0e443abf9ff88771089 SHA512 c50a0def366944b4ef6038503ecefe75d8e45f542311198531f01a355675c08b00370480141b455616429a883c3232d34628e6a67846db5864a1b0eabfe6311f DIST luv-0.5.11.tar.gz 809549 BLAKE2B 932bf48cb2d9ca32777d3c3d7457db5f4fb9dbfd51a8efbdf9282a9ebd941c53c56d7c17cf5e502c0e742dea1d1d76623d4adad32476fb36a0c08efded331f98 SHA512 8d1d7842583b02b906d89fe14bda5a66809d8ef7185efbe95e0fe7df619b795ad89fcbf16bfe1c3e92cef8721fe3d4e6192cabe215f3fe13b33de7335783e5f3 EBUILD luv-0.5.10-r3.ebuild 769 BLAKE2B a708d2d80c8c0e8bd6e1c2103096b77cbf72b1dfb69c0c920217adf7ff63bd6d43b7d7977cb1ad0978b1b8f775dd8833f8d81cb3e868922848465e2cadacaa0a SHA512 d00aff7e5a8bb84080ca886f004867470afe3d0c25523a3105932088551bd94f004d0f0328533c5dd2bcdd80bda03c0d57fb3b438915fed99b8d41fb16881db7 -EBUILD luv-0.5.11-r1.ebuild 831 BLAKE2B e737221be9f5701d66c921c9802fcf37830fd25fbaa00f68828d8a9380f7341c1c5eb1c5d524f8496c37095f29311d6c9cde285453d12db358fb7da15cb9fe79 SHA512 6124310798f457cd32e91a0ceab5207db663247d362ed2e8b6b791ea77435e9eeb266e7a39674b9872a630413a9a96a0ed5af9016d7ff1580795563c0798cc5c +EBUILD luv-0.5.11-r2.ebuild 850 BLAKE2B bca438d02147bbbe859264d3129e6e5ff29507da5035373a91fd7ed59a208913b7c83bd176ea2eaa10cd55d1bac42cdea7d3967d251ae79e490c98bb3a0d410a SHA512 9547ac4de02336bfc87d52cfcb58d9a0154aefd208f64bd77d090b89e824b66d00f2c006e5a67ef8ab2d45a8039915d862975f30b1931e20e74f6f93f5abb90d MISC metadata.xml 309 BLAKE2B 2571e139ee75123b88f05751d493805433dd5f22ac3f06e82adf97017f53fa54c1870ee947b4e98ed55d4f134b837e1850d86fb10e6db43f0c37f1d54a2a07db SHA512 a917d2ea07601ed6c8d9386ce92deb19dfa0a37e3cf42b7808cb9e6e47ad57b1a9495f4b5f43695bd13d1a09837e40ae265bcb1b6bac30e62fec39bee1728456 diff --git a/dev-ml/luv/luv-0.5.11-r1.ebuild b/dev-ml/luv/luv-0.5.11-r1.ebuild deleted file mode 100644 index a9991c67df1d..000000000000 --- a/dev-ml/luv/luv-0.5.11-r1.ebuild +++ /dev/null @@ -1,36 +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" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-lang/ocaml:=[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 -} - -src_compile() { - LUV_USE_SYSTEM_LIBUV=yes dune_src_compile -} diff --git a/dev-ml/luv/luv-0.5.11-r2.ebuild b/dev-ml/luv/luv-0.5.11-r2.ebuild new file mode 100644 index 000000000000..8f5b8cd3773e --- /dev/null +++ b/dev-ml/luv/luv-0.5.11-r2.ebuild @@ -0,0 +1,37 @@ +# 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 ~riscv ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-lang/ocaml:=[ocamlopt?] + dev-libs/libuv:= + dev-ml/ocaml-ctypes:=[ocamlopt?] + dev-ml/result:=[ocamlopt?] + dev-ml/integers:= +" +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 +} + +src_compile() { + LUV_USE_SYSTEM_LIBUV=yes dune_src_compile +} -- cgit v1.2.3