* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uri/
@ 2025-04-22 16:59 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-04-22 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 1955c896edc6d2c1f18dce9b97af68dd9709d100
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 09:43:55 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 16:59:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1955c896
dev-ml/uri: new package, add 4.4.0
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uri/Manifest | 1 +
dev-ml/uri/metadata.xml | 11 +++++++++++
dev-ml/uri/uri-4.4.0.ebuild | 23 +++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest
new file mode 100644
index 000000000000..941ddeea5253
--- /dev/null
+++ b/dev-ml/uri/Manifest
@@ -0,0 +1 @@
+DIST uri-4.4.0.tbz 202806 BLAKE2B 2ccd320d594995ceb820afe733faaabddd4cff4e3b84842a37b754816be1dbf1c5cbaa2aaaabe68621b61e104d68eb44fbcaa1ec691b14b86a49ce8c82b97fc5 SHA512 88374143e0d8aaf6d40aa3cbd7593f9832e9c9727738c6e651498125150c83d5646e13b5737d5c3e81484dd041127f67f8acea13fdc0300ac4e46107559f8ae2
diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml
new file mode 100644
index 000000000000..065501b31f81
--- /dev/null
+++ b/dev-ml/uri/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+ <upstream>
+ <remote-id type="github">mirage/ocaml-uri</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/uri/uri-4.4.0.ebuild b/dev-ml/uri/uri-4.4.0.ebuild
new file mode 100644
index 000000000000..9035b49842b2
--- /dev/null
+++ b/dev-ml/uri/uri-4.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit dune
+
+DESCRIPTION="An RFC3986 URI/URL parsing library"
+HOMEPAGE="https://github.com/mirage/ocaml-uri"
+SRC_URI="https://github.com/mirage/ocaml-uri/releases/download/v${PV}/${P}.tbz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+RESTRICT="test"
+
+RDEPEND="
+ dev-ml/angstrom:=[ocamlopt?]
+ dev-ml/core_bench:=[ocamlopt?]
+ dev-ml/core_unix:=[ocamlopt?]
+ dev-ml/stringext:=[ocamlopt?]
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uri/
@ 2025-04-22 19:14 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-04-22 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 85b3db2c7467a4727004deda6386e99c75f42f3d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 19:14:03 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 19:14:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b3db2c
dev-ml/uri: keyword 4.4.0 for ~arm64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uri/uri-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uri/uri-4.4.0.ebuild b/dev-ml/uri/uri-4.4.0.ebuild
index 9035b49842b2..abf96043771b 100644
--- a/dev-ml/uri/uri-4.4.0.ebuild
+++ b/dev-ml/uri/uri-4.4.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mirage/ocaml-uri/releases/download/v${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="+ocamlopt"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/uri/
@ 2025-04-22 20:23 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-04-22 20:23 UTC (permalink / raw
To: gentoo-commits
commit: db738c3f6f5d3d7c859e4eb1cc19798b4c23dee3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 20:20:45 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 20:22:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db738c3f
dev-ml/uri: keyword 4.4.0 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/uri/uri-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/uri/uri-4.4.0.ebuild b/dev-ml/uri/uri-4.4.0.ebuild
index abf96043771b..62d3efb8a250 100644
--- a/dev-ml/uri/uri-4.4.0.ebuild
+++ b/dev-ml/uri/uri-4.4.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mirage/ocaml-uri/releases/download/v${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+ocamlopt"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-22 20:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 19:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/uri/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2025-04-22 20:23 Alfredo Tupone
2025-04-22 16:59 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox