From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DFBF1581EC for ; Thu, 21 Nov 2024 20:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FACE077F; Thu, 21 Nov 2024 20:45:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9632EE077F for ; Thu, 21 Nov 2024 20:45:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B318633BF41 for ; Thu, 21 Nov 2024 20:45:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230D41295 for ; Thu, 21 Nov 2024 20:45:44 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1732221917.6706fd03a5c3c40795773e07d3306860f00e75bd.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-0install-cudf/Manifest dev-ml/opam-0install-cudf/metadata.xml dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild X-VCS-Directories: dev-ml/opam-0install-cudf/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6706fd03a5c3c40795773e07d3306860f00e75bd X-VCS-Branch: master Date: Thu, 21 Nov 2024 20:45:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dfad71a-d5d1-4986-971b-1aff069ac665 X-Archives-Hash: 9fc19ac46a02367687c60d802b3402da commit: 6706fd03a5c3c40795773e07d3306860f00e75bd Author: Alfredo Tupone gentoo org> AuthorDate: Thu Nov 21 20:45:17 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Nov 21 20:45:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6706fd03 dev-ml/opam-0install-cudf: new package, add 0.5.0 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/opam-0install-cudf/Manifest | 1 + dev-ml/opam-0install-cudf/metadata.xml | 23 ++++++++++++++++++++++ .../opam-0install-cudf-0.5.0.ebuild | 20 +++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-ml/opam-0install-cudf/Manifest b/dev-ml/opam-0install-cudf/Manifest new file mode 100644 index 000000000000..07d60554cdb0 --- /dev/null +++ b/dev-ml/opam-0install-cudf/Manifest @@ -0,0 +1 @@ +DIST opam-0install-cudf-0.5.0.tar.gz 9327 BLAKE2B 705e0bcdd8311e5c330f37e5b05ccb02fa73e42603d0c574480c54101fb746a5d5b61176811dff9eaf09bac370f064dfb8a9ada8f4912586a79e7fccefd122ad SHA512 83c0372168d612ef80548ab7fb021a92cdc39e13a77d87c5af5fd21eb515389b624d09c24d500e9ac33b3fc10d17c9869f160f8771f9c8f545b0453b9a0fd4df diff --git a/dev-ml/opam-0install-cudf/metadata.xml b/dev-ml/opam-0install-cudf/metadata.xml new file mode 100644 index 000000000000..923f467c195e --- /dev/null +++ b/dev-ml/opam-0install-cudf/metadata.xml @@ -0,0 +1,23 @@ + + + + + ml@gentoo.org + ML + + + Opam's default solver is designed to maintain a set of packages over + time, minimising disruption when installing new programs and finding a + compromise solution across all packages. + In many situations (e.g. CI, local roots or duniverse builds) this is + not necessary, and we can get a solution much faster by using a + different algorithm. + This package provides a generic solver library which uses 0install's + solver library. The library uses the CUDF library in order to interface + with opam as it is the format common used to talk to all the supported + solvers. + + + ocaml-opam/opam-0install-cudf + + 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 new file mode 100644 index 000000000000..9db05d077373 --- /dev/null +++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild @@ -0,0 +1,20 @@ +# 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() { + : +}