* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-21 20:45 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-11-21 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 6706fd03a5c3c40795773e07d3306860f00e75bd
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 20:45:17 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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 <tupone <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <longdescription lang="en">
+ 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.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">ocaml-opam/opam-0install-cudf</remote-id>
+ </upstream>
+</pkgmetadata>
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() {
+ :
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-22 8:29 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-11-22 8:29 UTC (permalink / raw
To: gentoo-commits
commit: a639cc65fd42aa1726617a6b582034cebb2cae25
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 08:28:48 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 08:28:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a639cc65
dev-ml/opam-0install-cudf: fix RDEPS
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...install-cudf-0.5.0.ebuild => opam-0install-cudf-0.5.0-r1.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
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-r1.ebuild
similarity index 81%
rename from dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild
rename to dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild
index 9db05d077373..053ce51b7f09 100644
--- 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-r1.ebuild
@@ -15,6 +15,12 @@ KEYWORDS="~amd64"
IUSE="+ocamlopt"
+RDEPEND="
+ dev-ml/0install:=[ocamlopt?]
+ dev-ml/cudf:=[ocamlopt?]
+ dev-ml/extlib:=[ocamlopt?]
+"
+
src_configure() {
:
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-22 10:11 Alfredo Tupone
0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-11-22 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 5efbfa69d8487a0e7ebf8d407a045ca7cb4371f7
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 10:10:53 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 10:11:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efbfa69
dev-ml/opam-0install-cudf: dep added
Closes: https://bugs.gentoo.org/944413
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...nstall-cudf-0.5.0-r1.ebuild => opam-0install-cudf-0.5.0-r2.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild
similarity index 85%
rename from dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild
rename to dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild
index 053ce51b7f09..6b7398671247 100644
--- a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild
+++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild
@@ -13,13 +13,15 @@ LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+ocamlopt"
+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() {
:
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-23 21:08 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-23 21:08 UTC (permalink / raw
To: gentoo-commits
commit: 7b3cdb37e17f9ed831d788d20e4b2e8dd27221d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:07:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:07:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3cdb37
dev-ml/opam-0install-cudf: Keyword 0.5.0-r2 arm64, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 6b7398671247..9b2ccd7c27ce 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.g
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-23 21:25 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-11-23 21:25 UTC (permalink / raw
To: gentoo-commits
commit: fa68b59149f2101acccf38785674b7657fc1eee6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:25:09 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:25:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa68b591
dev-ml/opam-0install-cudf: Keyword 0.5.0-r2 arm, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 9b2ccd7c27ce..2e39ca03d0a6 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.g
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-24 15:47 Jakov Smolić
0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2024-11-24 15:47 UTC (permalink / raw
To: gentoo-commits
commit: c3438017589aa8fa236f83b396e18d584fcbb133
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 15:47:25 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 15:47:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3438017
dev-ml/opam-0install-cudf: Keyword 0.5.0-r2 x86, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 2e39ca03d0a6..083786e44d8b 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.g
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/
@ 2024-11-24 22:16 Jakov Smolić
0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2024-11-24 22:16 UTC (permalink / raw
To: gentoo-commits
commit: b93704ac2819aff9fa882e926c5dd849f65178ad
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 22:16:31 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 22:16:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93704ac
dev-ml/opam-0install-cudf: Keyword 0.5.0-r2 riscv, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 083786e44d8b..7da1695bf781 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.g
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-24 22:16 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 21:08 [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-0install-cudf/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-11-24 22:16 Jakov Smolić
2024-11-24 15:47 Jakov Smolić
2024-11-23 21:25 Sam James
2024-11-22 10:11 Alfredo Tupone
2024-11-22 8:29 Alfredo Tupone
2024-11-21 20:45 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox