public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/
@ 2025-07-18 19:13 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2025-07-18 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ac77c9ed0831a94922b584b16b11d8b3d55d3a88
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 19:12:22 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 19:13:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac77c9ed

dev-ml/pcre2-ocaml: new package, add 8.0.3

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/pcre2-ocaml/Manifest                 |  1 +
 dev-ml/pcre2-ocaml/metadata.xml             | 11 +++++++++++
 dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild | 21 +++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-ml/pcre2-ocaml/Manifest b/dev-ml/pcre2-ocaml/Manifest
new file mode 100644
index 000000000000..52b3d46cac93
--- /dev/null
+++ b/dev-ml/pcre2-ocaml/Manifest
@@ -0,0 +1 @@
+DIST pcre2-ocaml-8.0.3.tar.gz 44400 BLAKE2B d3a7b01af49f81d59c89d8a96b4f32da1baecae388bed29a6c53f050b66f381aa22ba7245be1a4480a649ecce97e924efe5f91938029ea838cc18c2cfb31ee43 SHA512 614bd7d44460ea7c35a61dcff14546e16eb7bbb959be02cf77463d4448c01e2462f10656ca8b1f21fead752a148ce94943de99dff8106a50eef1468e1d2f99f9

diff --git a/dev-ml/pcre2-ocaml/metadata.xml b/dev-ml/pcre2-ocaml/metadata.xml
new file mode 100644
index 000000000000..c5d01205160d
--- /dev/null
+++ b/dev-ml/pcre2-ocaml/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">camlp5/pcre2-ocaml</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
new file mode 100644
index 000000000000..f0b30515246a
--- /dev/null
+++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DUNE_PKG_NAME=pcre2
+inherit dune
+
+DESCRIPTION="OCaml bindings to PCRE (Perl Compatibility Regular Expressions)"
+HOMEPAGE="https://github.com/camlp5/pcre2-ocaml"
+SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]"
+BDEPEND="test? ( dev-ml/ounit2 )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/
@ 2025-07-18 20:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-07-18 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e812b9240e15ec9ed78257e649adb50b7c9abd02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 20:57:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 20:57:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e812b924

dev-ml/pcre2-ocaml: Keyword 8.0.3 x86, #960402

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
index 18c9f37108a9..cac595911d18 100644
--- a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
+++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/
@ 2025-07-18 20:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-07-18 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5f81c66a8bf22694ee2559ce7ed0702e68e68222
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 20:57:32 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 20:57:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f81c66a

dev-ml/pcre2-ocaml: Keyword 8.0.3 arm, #960402

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
index cac595911d18..91a540b8df20 100644
--- a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
+++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/
@ 2025-07-18 20:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-07-18 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     de4233b3640dee6b87064b0fff281a2de918b519
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 20:57:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 20:57:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4233b3

dev-ml/pcre2-ocaml: Keyword 8.0.3 arm64, #960402

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
index f0b30515246a..18c9f37108a9 100644
--- a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
+++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/camlp5/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/
@ 2025-07-19 10:03 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2025-07-19 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     79b4d8ee39057173eafc60a29f6d01fbd7f83a5a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 19 10:01:39 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jul 19 10:02:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b4d8ee

dev-ml/pcre2-ocaml: add libprec2 deps

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{pcre2-ocaml-8.0.3.ebuild => pcre2-ocaml-8.0.3-r1.ebuild}        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild
similarity index 87%
rename from dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
rename to dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild
index 91a540b8df20..dc9bbbdf97fb 100644
--- a/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3.ebuild
+++ b/dev-ml/pcre2-ocaml/pcre2-ocaml-8.0.3-r1.ebuild
@@ -17,5 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]"
+RDEPEND="
+	dev-libs/libpcre2:=
+	dev-ml/dune-configurator:=[ocamlopt?]
+"
 BDEPEND="test? ( dev-ml/ounit2 )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-19 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-19 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre2-ocaml/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-07-18 20:57 Sam James
2025-07-18 20:57 Sam James
2025-07-18 20:57 Sam James
2025-07-18 19:13 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox