From 71dd9d29cdaf7cc0ecdb9ea37d128726a941c630 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Nov 2024 03:02:57 +0000 Subject: gentoo auto-resync : 23:11:2024 - 03:02:56 --- dev-ml/opam-0install-cudf/Manifest | 2 +- .../opam-0install-cudf-0.5.0-r2.ebuild | 28 ++++++++++++++++++++++ .../opam-0install-cudf-0.5.0.ebuild | 20 ---------------- 3 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild delete mode 100644 dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild (limited to 'dev-ml/opam-0install-cudf') diff --git a/dev-ml/opam-0install-cudf/Manifest b/dev-ml/opam-0install-cudf/Manifest index 9a590d984307..fb07b16e8ceb 100644 --- a/dev-ml/opam-0install-cudf/Manifest +++ b/dev-ml/opam-0install-cudf/Manifest @@ -1,3 +1,3 @@ DIST opam-0install-cudf-0.5.0.tar.gz 9327 BLAKE2B 705e0bcdd8311e5c330f37e5b05ccb02fa73e42603d0c574480c54101fb746a5d5b61176811dff9eaf09bac370f064dfb8a9ada8f4912586a79e7fccefd122ad SHA512 83c0372168d612ef80548ab7fb021a92cdc39e13a77d87c5af5fd21eb515389b624d09c24d500e9ac33b3fc10d17c9869f160f8771f9c8f545b0453b9a0fd4df -EBUILD opam-0install-cudf-0.5.0.ebuild 423 BLAKE2B af71c5b62af5a3bd79d4a38c5f818fae730b53d2acb95bed90bfe0e3b6dbed44787f2e3aaa02723aa847d7b2026ba0fb8199c532c6ab1d665ead7c4fdefaee1a SHA512 bd59535f652dd111cf9e382c3542141a9f6f815b8a4b75d21f9e967464d808f15c08683917c6fe136dddffe843ce97384b6f07adb91bbef9a7cd8aea08bc8cb3 +EBUILD opam-0install-cudf-0.5.0-r2.ebuild 588 BLAKE2B 521db737866d74f436455f1ff5ce314d191bed516d267a27d54c319e77654201129548ce195448d61245a3f0fa27a2d6a29924740e07978a9fdcc2093485b16f SHA512 402b6b961113586ad43335582f01a69a3275eb4dea10f7348f27455bf03c73317036d818375e98f10a5be253779345fe39f3c518f9c7533a5bdcc8fe09a0f08d MISC metadata.xml 953 BLAKE2B 2ca4d579e427e6e776cc59d700f918731565074bacabc6ab7dd11d81f7b40303b12aa58598f0ee2db84d87c4afeefb9da798d94a900463c1e19e898e441a3246 SHA512 b1d7791c6c88ee0f630bd544060c59fb8f5778b0bd9cd65fe0fe1bc48fc41e4cfa51c7a7cfc728ab6c7abcef274eb83a421214f617bf2f406abe74d20f4c9ba1 diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild new file mode 100644 index 000000000000..6b7398671247 --- /dev/null +++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Opam solver using 0install backend using the CUDF interface" +HOMEPAGE="https://github.com/ocaml-opam/opam-0install-cudf" +SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-ml/0install:=[ocamlopt?] + dev-ml/cudf:=[ocamlopt?] + dev-ml/extlib:=[ocamlopt?] +" +BDEPEND="test? ( dev-ml/alcotest )" + +src_configure() { + : +} diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild deleted file mode 100644 index 9db05d077373..000000000000 --- a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Opam solver using 0install backend using the CUDF interface" -HOMEPAGE="https://github.com/ocaml-opam/opam-0install-cudf" -SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="+ocamlopt" - -src_configure() { - : -} -- cgit v1.2.3