* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/uri/
@ 2022-04-03 23:49 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-04-03 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 147a5686ac5ab7cee27c04a3611aac145e54f174
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 2 22:58:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 23:46:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=147a5686
dev-ml/uri: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-ml/uri/Manifest | 1 +
dev-ml/uri/metadata.xml | 12 ++++++++++++
dev-ml/uri/uri-4.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest
new file mode 100644
index 000000000..98fec7884
--- /dev/null
+++ b/dev-ml/uri/Manifest
@@ -0,0 +1 @@
+DIST ocaml-uri-4.2.0.tar.gz 231300 BLAKE2B d73ca1dc1bb372cf160dfb2a1730132fa5139a68b97bf59554f75754dc57b5d83eaf5bc14c6e1962a9f01dcf98b3f10e9eec10d4cd4701073ebfd2b3d443098f SHA512 25510db4d6a5491ab02e7c62360f91b95e6cd3b5892311c7d3ef159be15906eab849728f96687082852e1ab8ff6e3d9f51831229780abc4ed8cb6acff50aa1b9
diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml
new file mode 100644
index 000000000..982af7c50
--- /dev/null
+++ b/dev-ml/uri/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mirage/ocaml-uri</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/uri/uri-4.2.0.ebuild b/dev-ml/uri/uri-4.2.0.ebuild
new file mode 100644
index 000000000..e8103d4f0
--- /dev/null
+++ b/dev-ml/uri/uri-4.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="RFC3986 URI parsing library for OCaml"
+HOMEPAGE="https://github.com/mirage/ocaml-uri"
+SRC_URI="https://github.com/mirage/ocaml-uri/archive/v${PV}.tar.gz -> ocaml-${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+ dev-ml/angstrom
+ dev-ml/ppx_sexp_conv
+ dev-ml/re
+ dev-ml/sexplib0
+ dev-ml/stringext
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dune_src_install uri
+ dune_src_install uri-re
+ dune_src_install uri-sexp
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/uri/
@ 2024-07-16 3:05 Hiroki Tokunaga
0 siblings, 0 replies; 3+ messages in thread
From: Hiroki Tokunaga @ 2024-07-16 3:05 UTC (permalink / raw
To: gentoo-commits
commit: a111f23836552f9fe75ad651fe0327ff357722a2
Author: Hiroki Tokunaga <tokusan441 <AT> gmail <DOT> com>
AuthorDate: Tue Jul 16 02:58:47 2024 +0000
Commit: Hiroki Tokunaga <tokusan441 <AT> gmail <DOT> com>
CommitDate: Tue Jul 16 03:04:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a111f238
dev-ml/uri: new package, add 4.4.0
Signed-off-by: Hiroki Tokunaga <tokusan441 <AT> gmail.com>
dev-ml/uri/Manifest | 1 +
dev-ml/uri/metadata.xml | 12 ++++++++++++
dev-ml/uri/uri-4.4.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest
new file mode 100644
index 000000000..a173e6253
--- /dev/null
+++ b/dev-ml/uri/Manifest
@@ -0,0 +1 @@
+DIST uri-4.4.0.tar.gz 233155 BLAKE2B c89158884a529c80b677a1c1bd9e7588e2d99e25a677e33c1c304066f37e95d2348ba0d82389531e38863312bc2ffae345049d368fd96c48e249e4376530df07 SHA512 e9deb58e8813f0a48810dc210b8053abb195453f7de6de22b317822d863b2236624462413c34f67658a40b475db132ad13dd09a76cc30c45f8259f3e9e087358
diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml
new file mode 100644
index 000000000..537c41e59
--- /dev/null
+++ b/dev-ml/uri/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tokusan441@gmail.com</email>
+ <description>Hiroki Tokunaga</description>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/mirage/ocaml-uri/issues</bugs-to>
+ <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 000000000..47c58829f
--- /dev/null
+++ b/dev-ml/uri/uri-4.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="RFC3986 URI parsing library for OCaml"
+HOMEPAGE="https://github.com/mirage/ocaml-uri"
+SRC_URI="https://github.com/mirage/ocaml-uri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/ocaml-uri-${PV}"
+
+LICENSE="ISC"
+
+SLOT="0/${PV}"
+
+KEYWORDS="~amd64"
+IUSE="ocamlopt test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-ml/angstrom:=
+ dev-ml/ppx_sexp_conv:=
+ dev-ml/stringext:=
+ dev-ml/core_bench:=
+"
+
+DEPEND="
+ ${RDEPEND}
+"
+
+BDEPEND="
+ test? (
+ dev-ml/ounit2:=
+ dev-ml/crowbar:=
+ dev-ml/core_bench:=
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/uri/
@ 2025-04-22 21:45 demize
0 siblings, 0 replies; 3+ messages in thread
From: demize @ 2025-04-22 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 6b543c6cd17bd122b9fda78198c123db5f225c2e
Author: Vivian Heisz (demize) <demize <AT> unstable <DOT> systems>
AuthorDate: Tue Apr 22 21:42:23 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Tue Apr 22 21:42:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b543c6c
dev-ml/uri: treeclean, promoted to ::gentoo
Signed-off-by: Vivian Heisz (demize) <demize <AT> unstable.systems>
dev-ml/uri/Manifest | 1 -
dev-ml/uri/metadata.xml | 12 ------------
dev-ml/uri/uri-4.4.0.ebuild | 40 ----------------------------------------
3 files changed, 53 deletions(-)
diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest
deleted file mode 100644
index a173e6253..000000000
--- a/dev-ml/uri/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uri-4.4.0.tar.gz 233155 BLAKE2B c89158884a529c80b677a1c1bd9e7588e2d99e25a677e33c1c304066f37e95d2348ba0d82389531e38863312bc2ffae345049d368fd96c48e249e4376530df07 SHA512 e9deb58e8813f0a48810dc210b8053abb195453f7de6de22b317822d863b2236624462413c34f67658a40b475db132ad13dd09a76cc30c45f8259f3e9e087358
diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml
deleted file mode 100644
index 537c41e59..000000000
--- a/dev-ml/uri/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tokusan441@gmail.com</email>
- <description>Hiroki Tokunaga</description>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/mirage/ocaml-uri/issues</bugs-to>
- <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
deleted file mode 100644
index 47c58829f..000000000
--- a/dev-ml/uri/uri-4.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="RFC3986 URI parsing library for OCaml"
-HOMEPAGE="https://github.com/mirage/ocaml-uri"
-SRC_URI="https://github.com/mirage/ocaml-uri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/ocaml-uri-${PV}"
-
-LICENSE="ISC"
-
-SLOT="0/${PV}"
-
-KEYWORDS="~amd64"
-IUSE="ocamlopt test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/angstrom:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/stringext:=
- dev-ml/core_bench:=
-"
-
-DEPEND="
- ${RDEPEND}
-"
-
-BDEPEND="
- test? (
- dev-ml/ounit2:=
- dev-ml/crowbar:=
- dev-ml/core_bench:=
- )
-"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-22 21:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 21:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/uri/ demize
-- strict thread matches above, loose matches on Subject: below --
2024-07-16 3:05 Hiroki Tokunaga
2022-04-03 23:49 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox