* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-21 20:45 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2024-11-21 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 6113cfad52b36a8735d6a18571cef8e68397b6de
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 20:41:34 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 20:41:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6113cfad
dev-ml/0install: new package, add 2.18
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/0install/0install-2.18.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-ml/0install/Manifest | 1 +
dev-ml/0install/metadata.xml | 19 +++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-ml/0install/0install-2.18.ebuild b/dev-ml/0install/0install-2.18.ebuild
new file mode 100644
index 000000000000..b88424ef2d7c
--- /dev/null
+++ b/dev-ml/0install/0install-2.18.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Package dependency solver"
+HOMEPAGE="https://docs.0install.net/developers/solver/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+ocamlopt"
+
+RDEPEND="
+ dev-ml/lwt:=[ocamlopt?]
+ dev-ml/ocurl:=[ocamlopt?]
+ dev-ml/yojson:=[ocamlopt?]
+ dev-ml/xmlm:=
+"
+
+RESTRICT="test"
+
+src_compile() {
+ dune-compile 0install-solver 0install
+}
+
+src_install() {
+ dune-install 0install-solver 0install
+}
diff --git a/dev-ml/0install/Manifest b/dev-ml/0install/Manifest
new file mode 100644
index 000000000000..65daafe4855a
--- /dev/null
+++ b/dev-ml/0install/Manifest
@@ -0,0 +1 @@
+DIST 0install-2.18.tbz 452385 BLAKE2B 90b4ce4d508005fd3fc9303e4fbb86fe830568fccab2aa6cbbadd16b232b3b3d2446dcd830069e0d96011c500f2e484d7009fbeedf12b6f520e17042aa784605 SHA512 6d4734754951fad9caad5d876a1301e283bdd77a080d6601d57b21c540a30a616b18f664cbd4f86748c90de41cf3ef54f3a883fd75f638abbe3630a0320e4a7f
diff --git a/dev-ml/0install/metadata.xml b/dev-ml/0install/metadata.xml
new file mode 100644
index 000000000000..cb019eed3ab9
--- /dev/null
+++ b/dev-ml/0install/metadata.xml
@@ -0,0 +1,19 @@
+<?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">
+ Zero Install is a decentralised cross-distribution software
+ installation system. Other features include full support for shared
+ libraries (with a SAT solver for dependency resolution),
+ sharing between users, and integration with native platform package
+ managers. It supports both binary and source packages, and works on
+ Linux, macOS, Unix and Windows systems.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">0install/0install</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-22 8:19 Alfredo Tupone
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone @ 2024-11-22 8:19 UTC (permalink / raw
To: gentoo-commits
commit: eb61cfb99a46bad5bc40ffe13b9093df76cd1b87
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 08:17:58 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 08:19:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb61cfb9
dev-ml/0install: fix deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/0install/{0install-2.18.ebuild => 0install-2.18-r1.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-ml/0install/0install-2.18.ebuild b/dev-ml/0install/0install-2.18-r1.ebuild
similarity index 80%
rename from dev-ml/0install/0install-2.18.ebuild
rename to dev-ml/0install/0install-2.18-r1.ebuild
index b88424ef2d7c..6041f253e5a0 100644
--- a/dev-ml/0install/0install-2.18.ebuild
+++ b/dev-ml/0install/0install-2.18-r1.ebuild
@@ -17,10 +17,15 @@ IUSE="+ocamlopt"
RDEPEND="
dev-ml/lwt:=[ocamlopt?]
+ dev-ml/ocaml-sha:=[ocamlopt?]
+ dev-ml/ocplib-endian:=[ocamlopt?]
dev-ml/ocurl:=[ocamlopt?]
- dev-ml/yojson:=[ocamlopt?]
+ dev-ml/react:=
+ dev-ml/stdlib-shims:=[ocamlopt?]
dev-ml/xmlm:=
+ dev-ml/yojson:=[ocamlopt?]
"
+BDEPEND="dev-ml/findlib"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-23 21:08 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-23 21:08 UTC (permalink / raw
To: gentoo-commits
commit: a66e1f1b30724a26ec20ad6c4835cea46c19cc24
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:07:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:07:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66e1f1b
dev-ml/0install: Keyword 2.18-r1 arm64, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/0install/0install-2.18-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/0install/0install-2.18-r1.ebuild b/dev-ml/0install/0install-2.18-r1.ebuild
index 6041f253e5a0..5b915da38db0 100644
--- a/dev-ml/0install/0install-2.18-r1.ebuild
+++ b/dev-ml/0install/0install-2.18-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-23 21:25 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-23 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 7dcc16105080a20b6050605a08e28e5d40cf6003
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 21:25:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 21:25:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcc1610
dev-ml/0install: Keyword 2.18-r1 arm, #944753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/0install/0install-2.18-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/0install/0install-2.18-r1.ebuild b/dev-ml/0install/0install-2.18-r1.ebuild
index 5b915da38db0..e60f416e58f7 100644
--- a/dev-ml/0install/0install-2.18-r1.ebuild
+++ b/dev-ml/0install/0install-2.18-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-24 15:47 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-11-24 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 9fdf581daea19284c8955b8681a486298f022ecc
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 15:47:27 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 15:47:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdf581d
dev-ml/0install: Keyword 2.18-r1 x86, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/0install/0install-2.18-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/0install/0install-2.18-r1.ebuild b/dev-ml/0install/0install-2.18-r1.ebuild
index e60f416e58f7..ae3baaeeb331 100644
--- a/dev-ml/0install/0install-2.18-r1.ebuild
+++ b/dev-ml/0install/0install-2.18-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/
@ 2024-11-24 22:16 Jakov Smolić
0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-11-24 22:16 UTC (permalink / raw
To: gentoo-commits
commit: fa2ee572195a9dfd053cfdb93ef2f8ba2a6a89f0
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 22:16:30 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 22:16:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2ee572
dev-ml/0install: Keyword 2.18-r1 riscv, #944753
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/0install/0install-2.18-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/0install/0install-2.18-r1.ebuild b/dev-ml/0install/0install-2.18-r1.ebuild
index ae3baaeeb331..6a4c64932f36 100644
--- a/dev-ml/0install/0install-2.18-r1.ebuild
+++ b/dev-ml/0install/0install-2.18-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
IUSE="+ocamlopt"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-24 22:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 21:25 [gentoo-commits] repo/gentoo:master commit in: dev-ml/0install/ 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:08 Sam James
2024-11-22 8:19 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