public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2020-10-17  9:32 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2020-10-17  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     36ca467372885150c80e717620523b31e812fae9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 09:32:05 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 09:32:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ca4673

dev-ml/re: MissingTestRestrict

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/re/re-1.9.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.9.0.ebuild b/dev-ml/re/re-1.9.0.ebuild
index 28f3f672a06..81530dd5553 100644
--- a/dev-ml/re/re-1.9.0.ebuild
+++ b/dev-ml/re/re-1.9.0.ebuild
@@ -8,16 +8,18 @@ inherit dune
 DESCRIPTION="Regular expression library for OCaml"
 HOMEPAGE="https://github.com/ocaml/ocaml-re"
 SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ocaml-${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="!dev-ml/ocaml-re
 	dev-ml/seq:=
 "
 DEPEND="${RDEPEND}
 	test? ( dev-ml/ounit )"
-S="${WORKDIR}/ocaml-${P}"
+
 PATCHES=( "${FILESDIR}/ounit2.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2021-01-27 19:18 Alfredo Tupone
  0 siblings, 0 replies; 22+ messages in thread
From: Alfredo Tupone @ 2021-01-27 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a5b8faa9b31d3e5ae02d87b27ac5a7037318f663
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:17:54 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:17:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b8faa9

dev-ml/re: fix test dep

Closes: https://bugs.gentoo.org/751748
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/re/metadata.xml    | 4 ++++
 dev-ml/re/re-1.9.0.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ml/re/metadata.xml b/dev-ml/re/metadata.xml
index 5fa0f8468f5..e4f5c058dcb 100644
--- a/dev-ml/re/metadata.xml
+++ b/dev-ml/re/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="project">
+		<email>ml@gentoo.org</email>
+		<name>ML</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>gienah@gentoo.org</email>
 		<name>Mark Wright</name>

diff --git a/dev-ml/re/re-1.9.0.ebuild b/dev-ml/re/re-1.9.0.ebuild
index 67924252e95..9dc727449c2 100644
--- a/dev-ml/re/re-1.9.0.ebuild
+++ b/dev-ml/re/re-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,6 +20,6 @@ RDEPEND="!dev-ml/ocaml-re
 	dev-ml/seq:=
 "
 DEPEND="${RDEPEND}
-	test? ( dev-ml/ounit )"
+	test? ( dev-ml/ounit2 )"
 
 PATCHES=( "${FILESDIR}/ounit2.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2021-02-17 20:43 Alfredo Tupone
  0 siblings, 0 replies; 22+ messages in thread
From: Alfredo Tupone @ 2021-02-17 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     54dd623d0aa484497cd32e28a9923818be24918f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 20:43:27 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 20:43:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dd623d

dev-ml/re: add version 1.7.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/re/Manifest        |  1 +
 dev-ml/re/re-1.7.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index dff48b3bc24..073c0470c36 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1 +1,2 @@
 DIST ocaml-re-1.9.0.tar.gz 83642 BLAKE2B abcabb80ffef241fc7e8ea075f49365cc64f8749db1d1f7eb654eeb52f5be8e96756f98ae7903391a26d8537f82e105878a38a15923d7f93c61abd5c08d3ff98 SHA512 3e11c6eccf573ab5d7f43accf1f1ac9eda0d7320067e142b9f76b309315c1e30d22c5bb80c7a54b05d9c92d3518d26ea82b5093de9b48f86e3c62d6073f14eda
+DIST re-1.7.1.tar.gz 132948 BLAKE2B 79a3114cb6221742e7e26187080a7029c8e17f728066ce4f4420c0b69be6377bb651f143a97f55f7976074ce9e48913489a51c586f9c79ed6adbcb6c9a595924 SHA512 0df5b0db4c8ab7017576516adbd8edf2e7774afbdca63383cbdb0f2f2b023efb7215366a6679c8810f3b70d542e0181e6b6d4a212b30531cb5d0bef0a6033747

diff --git a/dev-ml/re/re-1.7.1.ebuild b/dev-ml/re/re-1.7.1.ebuild
new file mode 100644
index 00000000000..2900f6f2fc5
--- /dev/null
+++ b/dev-ml/re/re-1.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re"
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="!dev-ml/ocaml-re"
+DEPEND="${RDEPEND}
+	test? ( dev-ml/ounit )"
+DOCS=( "CHANGES" "TODO.txt" "README.md" )
+
+S="${WORKDIR}"/ocaml-${P}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2021-10-06  1:02 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-06  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e387c933eb9edb5f4819034a3a34864c3ce0ab5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 00:38:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 01:00:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e387c933

dev-ml/re: add 1.10.3

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

 dev-ml/re/Manifest         |  1 +
 dev-ml/re/re-1.10.3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index dff48b3bc24..45db396b858 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1 +1,2 @@
+DIST ocaml-re-1.10.3.tar.gz 90155 BLAKE2B 44f7779e2004c8ac24f6bf476edaea5f6469fd64319c681df1917d571e5f4175559516e5f19bcf5eee19687eb3ad0c93b672b97cfdc54f29803180b3b9a229d7 SHA512 c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
 DIST ocaml-re-1.9.0.tar.gz 83642 BLAKE2B abcabb80ffef241fc7e8ea075f49365cc64f8749db1d1f7eb654eeb52f5be8e96756f98ae7903391a26d8537f82e105878a38a15923d7f93c61abd5c08d3ff98 SHA512 3e11c6eccf573ab5d7f43accf1f1ac9eda0d7320067e142b9f76b309315c1e30d22c5bb80c7a54b05d9c92d3518d26ea82b5093de9b48f86e3c62d6073f14eda

diff --git a/dev-ml/re/re-1.10.3.ebuild b/dev-ml/re/re-1.10.3.ebuild
new file mode 100644
index 00000000000..9dc727449c2
--- /dev/null
+++ b/dev-ml/re/re-1.10.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re"
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ocaml-${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="!dev-ml/ocaml-re
+	dev-ml/seq:=
+"
+DEPEND="${RDEPEND}
+	test? ( dev-ml/ounit2 )"
+
+PATCHES=( "${FILESDIR}/ounit2.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2022-07-19  0:56 Maciej Barć
  0 siblings, 0 replies; 22+ messages in thread
From: Maciej Barć @ 2022-07-19  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     17e337a8b24621b7dfae37ce3db0c0d453eb1946
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 23:27:45 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 00:38:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e337a8

dev-ml/re: bump to 1.10.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/re/Manifest         |  1 +
 dev-ml/re/re-1.10.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index 45db396b8581..1ea0a5bd0051 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-re-1.10.3.tar.gz 90155 BLAKE2B 44f7779e2004c8ac24f6bf476edaea5f6469fd64319c681df1917d571e5f4175559516e5f19bcf5eee19687eb3ad0c93b672b97cfdc54f29803180b3b9a229d7 SHA512 c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
+DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a
 DIST ocaml-re-1.9.0.tar.gz 83642 BLAKE2B abcabb80ffef241fc7e8ea075f49365cc64f8749db1d1f7eb654eeb52f5be8e96756f98ae7903391a26d8537f82e105878a38a15923d7f93c61abd5c08d3ff98 SHA512 3e11c6eccf573ab5d7f43accf1f1ac9eda0d7320067e142b9f76b309315c1e30d22c5bb80c7a54b05d9c92d3518d26ea82b5093de9b48f86e3c62d6073f14eda

diff --git a/dev-ml/re/re-1.10.4.ebuild b/dev-ml/re/re-1.10.4.ebuild
new file mode 100644
index 000000000000..21f879768cdd
--- /dev/null
+++ b/dev-ml/re/re-1.10.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re"
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz
+	-> ocaml-${P}.tar.gz"
+S="${WORKDIR}"/ocaml-${P}
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!dev-ml/ocaml-re
+	dev-ml/seq:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-ml/ounit2 )"
+
+PATCHES=( "${FILESDIR}"/ounit2.patch )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2022-09-23 19:37 Alfredo Tupone
  0 siblings, 0 replies; 22+ messages in thread
From: Alfredo Tupone @ 2022-09-23 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     c11a7b766f06375420ac3e79a2df367f58a11dcc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 19:35:14 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 19:35:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11a7b76

dev-ml/re: seq is provided by ocaml

Closes: https://bugs.gentoo.org/871993
Closes: https://bugs.gentoo.org/860387
Closes: https://bugs.gentoo.org/860273

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

 dev-ml/re/{re-1.10.4.ebuild => re-1.10.4-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4.ebuild b/dev-ml/re/re-1.10.4-r1.ebuild
similarity index 94%
rename from dev-ml/re/re-1.10.4.ebuild
rename to dev-ml/re/re-1.10.4-r1.ebuild
index 21f879768cdd..ef5769c5cf65 100644
--- a/dev-ml/re/re-1.10.4.ebuild
+++ b/dev-ml/re/re-1.10.4-r1.ebuild
@@ -19,7 +19,8 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
 	!dev-ml/ocaml-re
-	dev-ml/seq:=
+	>=dev-lang/ocaml-4.09
+	!dev-ml/seq
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-ml/ounit2 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2022-10-01 23:37 Maciej Barć
  0 siblings, 0 replies; 22+ messages in thread
From: Maciej Barć @ 2022-10-01 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8d1f99a8a3d081d5f5067e7a63997d946c8b6684
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 21:57:57 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 23:34:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1f99a8

dev-ml/re: for 1.10.4 block seq only in version <0.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/re/{re-1.10.4-r1.ebuild => re-1.10.4-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4-r1.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
similarity index 97%
rename from dev-ml/re/re-1.10.4-r1.ebuild
rename to dev-ml/re/re-1.10.4-r2.ebuild
index ef5769c5cf65..6ce75a9f66cf 100644
--- a/dev-ml/re/re-1.10.4-r1.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -19,8 +19,8 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
 	!dev-ml/ocaml-re
+	!<dev-ml/seq-0.3
 	>=dev-lang/ocaml-4.09
-	!dev-ml/seq
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-ml/ounit2 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2022-11-18 22:11 Alfredo Tupone
  0 siblings, 0 replies; 22+ messages in thread
From: Alfredo Tupone @ 2022-11-18 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     afa57de50e28388e58e9fcd9f74e63a47e9a3d12
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 22:10:19 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 22:10:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa57de5

dev-ml/re: drop seq requirement

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

 dev-ml/re/re-1.10.4-r2.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index 6ce75a9f66cf..d9f232575177 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -26,3 +26,11 @@ DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-ml/ounit2 )"
 
 PATCHES=( "${FILESDIR}"/ounit2.patch )
+
+src_prepare() {
+	default
+	sed -i \
+		-e "/(libraries seq)/d" \
+		lib/dune \
+		|| die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-04-09 12:41 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-09 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8cc4e652a71828bb5efcedf2465e5b5610d4d11b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 12:41:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 12:41:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc4e652

dev-ml/re: Stabilize 1.10.4-r2 amd64, #901645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/re/re-1.10.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index 594fd5392d14..b97f7bad21ae 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-04-09 12:41 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-09 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b174a532b47bb81bf3dbc4d2400c129335863a93
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 12:41:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 12:41:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b174a532

dev-ml/re: Stabilize 1.10.4-r2 arm64, #901645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/re/re-1.10.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index d9f232575177..594fd5392d14 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-04-29  7:59 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-29  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ac73928f700de9e03c909ee389393fe3e1c2d7cf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 07:59:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 07:59:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac73928f

dev-ml/re: Stabilize 1.10.4-r2 ppc64, #901645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/re/re-1.10.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index b97f7bad21ae..a714e3dbff0b 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-04-29  8:05 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-29  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     642011f56bff822935447ef66e98218cb474223c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 08:05:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 08:05:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642011f5

dev-ml/re: Stabilize 1.10.4-r2 x86, #901645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/re/re-1.10.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index a714e3dbff0b..f44da1d9d73b 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-04-29  8:05 Arthur Zamarin
  0 siblings, 0 replies; 22+ messages in thread
From: Arthur Zamarin @ 2023-04-29  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fc232c54a83bd0c6bf5575074d9d276acebdc2cf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 08:05:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 08:05:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc232c54

dev-ml/re: Stabilize 1.10.4-r2 arm, #901645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/re/re-1.10.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.10.4-r2.ebuild b/dev-ml/re/re-1.10.4-r2.ebuild
index f44da1d9d73b..1d08e69eb270 100644
--- a/dev-ml/re/re-1.10.4-r2.ebuild
+++ b/dev-ml/re/re-1.10.4-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/ocaml-${P}
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-12-27  1:20 Maciej Barć
  0 siblings, 0 replies; 22+ messages in thread
From: Maciej Barć @ 2023-12-27  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e6d95051bf2d2fb8b9aa40d70f223c5ef55ddc46
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 21:31:12 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 01:20:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d95051

dev-ml/re: drop old 1.10.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/re/Manifest         |  1 -
 dev-ml/re/re-1.10.3.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index e60bc3acfffb..895b276c05cb 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1,2 +1 @@
-DIST ocaml-re-1.10.3.tar.gz 90155 BLAKE2B 44f7779e2004c8ac24f6bf476edaea5f6469fd64319c681df1917d571e5f4175559516e5f19bcf5eee19687eb3ad0c93b672b97cfdc54f29803180b3b9a229d7 SHA512 c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
 DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a

diff --git a/dev-ml/re/re-1.10.3.ebuild b/dev-ml/re/re-1.10.3.ebuild
deleted file mode 100644
index 8eecc1dfb562..000000000000
--- a/dev-ml/re/re-1.10.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ocaml-${P}.tar.gz"
-S="${WORKDIR}/ocaml-${P}"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="!dev-ml/ocaml-re
-	dev-ml/seq:=
-"
-DEPEND="${RDEPEND}
-	test? ( dev-ml/ounit2 )"
-
-PATCHES=( "${FILESDIR}/ounit2.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-12-27  1:20 Maciej Barć
  0 siblings, 0 replies; 22+ messages in thread
From: Maciej Barć @ 2023-12-27  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b5aa3c2c53088de8a6ed3ac846049db41f158570
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 21:30:32 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 01:20:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5aa3c2c

dev-ml/re: drop old 1.9.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/re/Manifest        |  1 -
 dev-ml/re/re-1.9.0.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index 1ea0a5bd0051..e60bc3acfffb 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1,3 +1,2 @@
 DIST ocaml-re-1.10.3.tar.gz 90155 BLAKE2B 44f7779e2004c8ac24f6bf476edaea5f6469fd64319c681df1917d571e5f4175559516e5f19bcf5eee19687eb3ad0c93b672b97cfdc54f29803180b3b9a229d7 SHA512 c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
 DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a
-DIST ocaml-re-1.9.0.tar.gz 83642 BLAKE2B abcabb80ffef241fc7e8ea075f49365cc64f8749db1d1f7eb654eeb52f5be8e96756f98ae7903391a26d8537f82e105878a38a15923d7f93c61abd5c08d3ff98 SHA512 3e11c6eccf573ab5d7f43accf1f1ac9eda0d7320067e142b9f76b309315c1e30d22c5bb80c7a54b05d9c92d3518d26ea82b5093de9b48f86e3c62d6073f14eda

diff --git a/dev-ml/re/re-1.9.0.ebuild b/dev-ml/re/re-1.9.0.ebuild
deleted file mode 100644
index d92eeed9e843..000000000000
--- a/dev-ml/re/re-1.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ocaml-${P}.tar.gz"
-S="${WORKDIR}/ocaml-${P}"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="!dev-ml/ocaml-re
-	dev-ml/seq:=
-"
-DEPEND="${RDEPEND}
-	test? ( dev-ml/ounit2 )"
-
-PATCHES=( "${FILESDIR}/ounit2.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2023-12-27  1:20 Maciej Barć
  0 siblings, 0 replies; 22+ messages in thread
From: Maciej Barć @ 2023-12-27  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3ce2483ef24ae28d56dcaff9054a7409c99a1d5d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 21:37:06 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 01:20:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce2483e

dev-ml/re: bump to 1.11.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/re/Manifest         |  1 +
 dev-ml/re/re-1.11.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index 895b276c05cb..3e9df29c5276 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1 +1,2 @@
 DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a
+DIST ocaml-re-1.11.0.tar.gz 93319 BLAKE2B ccfba746e39d379c862576372694b9ce27f365996cad6c041b14e0a39514663cfb9bf32319ec67207cc5c8a65cd6278d0e111d2f15508bda54f7e0d89d528e8d SHA512 92096672833defba1b92b23bc4ce78cffb2501a21aca0dee264da1c8f35b5995154108d5f47318b9e37933537144359a742dce7825734c68dbd7d3d8ad4bc5b1

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
new file mode 100644
index 000000000000..d47b8882c4b2
--- /dev/null
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/ocaml/ocaml-re.git"
+else
+	SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz
+		-> ocaml-${P}.tar.gz"
+	S="${WORKDIR}/ocaml-${P}"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!dev-ml/ocaml-re
+	!<dev-ml/seq-0.3
+	>=dev-lang/ocaml-4.09
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	test? ( dev-ml/ounit2 )
+"
+
+PATCHES=( "${FILESDIR}/ounit2.patch" )
+
+src_prepare() {
+	default
+
+	sed -i lib/dune -e "/(libraries seq)/d" || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-02-14 18:57 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-02-14 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1af278412bb8872e8269397b192b76181c1928f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 18:57:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 18:57:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af27841

dev-ml/re: Stabilize 1.11.0 arm, #924576

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

 dev-ml/re/re-1.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
index d47b8882c4b2..b1d5b6f2f566 100644
--- a/dev-ml/re/re-1.11.0.ebuild
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ else
 		-> ocaml-${P}.tar.gz"
 	S="${WORKDIR}/ocaml-${P}"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-02-14 18:57 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-02-14 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     76475c52b3bcb3dd89dd06a978a3a2aa1ef44bed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 18:57:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 18:57:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76475c52

dev-ml/re: Stabilize 1.11.0 arm64, #924576

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

 dev-ml/re/re-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
index b1d5b6f2f566..40cd40bea790 100644
--- a/dev-ml/re/re-1.11.0.ebuild
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -17,7 +17,7 @@ else
 		-> ocaml-${P}.tar.gz"
 	S="${WORKDIR}/ocaml-${P}"
 
-	KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="LGPL-2-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-02-15 10:05 Jakov Smolić
  0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2024-02-15 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4485f4f463ff8e5288c1ea52be3e2eee685c7d38
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 10:05:47 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 10:05:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4485f4f4

dev-ml/re: Stabilize 1.11.0 x86, #924576

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-ml/re/re-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
index 40cd40bea790..1b5f2dbcc79c 100644
--- a/dev-ml/re/re-1.11.0.ebuild
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -17,7 +17,7 @@ else
 		-> ocaml-${P}.tar.gz"
 	S="${WORKDIR}/ocaml-${P}"
 
-	KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-02-15 13:56 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-02-15 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a138567ad69a91d93d9fd1fc08d96faf91bb674b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 13:55:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 13:55:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a138567a

dev-ml/re: Stabilize 1.11.0 amd64, #924576

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

 dev-ml/re/re-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
index 1b5f2dbcc79c..7c9d68e94c80 100644
--- a/dev-ml/re/re-1.11.0.ebuild
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -17,7 +17,7 @@ else
 		-> ocaml-${P}.tar.gz"
 	S="${WORKDIR}/ocaml-${P}"
 
-	KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-03-01  7:28 Viorel Munteanu
  0 siblings, 0 replies; 22+ messages in thread
From: Viorel Munteanu @ 2024-03-01  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cc1952b16d61bf3f0671cce5b13fca67bf402e11
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Mar  1 02:36:27 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 07:18:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1952b1

dev-ml/re: Stabilize 1.11.0 ppc64, #924576

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-ml/re/re-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/re/re-1.11.0.ebuild b/dev-ml/re/re-1.11.0.ebuild
index 7c9d68e94c80..cd2bcf644fb9 100644
--- a/dev-ml/re/re-1.11.0.ebuild
+++ b/dev-ml/re/re-1.11.0.ebuild
@@ -17,7 +17,7 @@ else
 		-> ocaml-${P}.tar.gz"
 	S="${WORKDIR}/ocaml-${P}"
 
-	KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2-with-linking-exception"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
@ 2024-10-18 18:02 Alfredo Tupone
  0 siblings, 0 replies; 22+ messages in thread
From: Alfredo Tupone @ 2024-10-18 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     64d531af7f8ca047e5ae17cef8853d46993aabf6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 18:02:20 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 18:02:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d531af

dev-ml/re: add 1.12.0

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

 dev-ml/re/Manifest         |  1 +
 dev-ml/re/re-1.12.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index 3e9df29c5276..509ed2bc805c 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-re-1.10.4.tar.gz 90379 BLAKE2B 411786bd89c712db0a7fba071abd303895621f0353b52e33dffeba146994cf145ea7f5199435d5b4c4738eedafa5bb00b430c92fe072f13fe455bb30a0b29998 SHA512 1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a
 DIST ocaml-re-1.11.0.tar.gz 93319 BLAKE2B ccfba746e39d379c862576372694b9ce27f365996cad6c041b14e0a39514663cfb9bf32319ec67207cc5c8a65cd6278d0e111d2f15508bda54f7e0d89d528e8d SHA512 92096672833defba1b92b23bc4ce78cffb2501a21aca0dee264da1c8f35b5995154108d5f47318b9e37933537144359a742dce7825734c68dbd7d3d8ad4bc5b1
+DIST ocaml-re-1.12.0.tar.gz 91945 BLAKE2B 2694ae75589484570d7eff17cf76e9cd6ac1869c4579964fa6a335d9d43dc3f5127141ea285661e9f16d706c8e8d5a861de566e9e0ae4e602de5c6fb29a3f4df SHA512 679a23d86e9ee21f2c451623b04e990beeedabdd5e6c460827292044804f7f7790c3c6a918c02cd6723a3885a7acf3c349b7529c6d4d7e03b9bc53767a3b7ae4

diff --git a/dev-ml/re/re-1.12.0.ebuild b/dev-ml/re/re-1.12.0.ebuild
new file mode 100644
index 000000000000..045394dd3ea7
--- /dev/null
+++ b/dev-ml/re/re-1.12.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/ocaml/ocaml-re.git"
+else
+	SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz
+		-> ocaml-${P}.tar.gz"
+	S="${WORKDIR}/ocaml-${P}"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!<dev-ml/seq-0.3
+	>=dev-lang/ocaml-4.12
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	test? ( dev-ml/ounit2 )
+"
+
+src_prepare() {
+	default
+
+	sed -i lib/dune -e "/(libraries seq)/d" || die
+}


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

end of thread, other threads:[~2024-10-18 18:02 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 18:57 [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18 18:02 Alfredo Tupone
2024-03-01  7:28 Viorel Munteanu
2024-02-15 13:56 Sam James
2024-02-15 10:05 Jakov Smolić
2024-02-14 18:57 Sam James
2023-12-27  1:20 Maciej Barć
2023-12-27  1:20 Maciej Barć
2023-12-27  1:20 Maciej Barć
2023-04-29  8:05 Arthur Zamarin
2023-04-29  8:05 Arthur Zamarin
2023-04-29  7:59 Arthur Zamarin
2023-04-09 12:41 Arthur Zamarin
2023-04-09 12:41 Arthur Zamarin
2022-11-18 22:11 Alfredo Tupone
2022-10-01 23:37 Maciej Barć
2022-09-23 19:37 Alfredo Tupone
2022-07-19  0:56 Maciej Barć
2021-10-06  1:02 Sam James
2021-02-17 20:43 Alfredo Tupone
2021-01-27 19:18 Alfredo Tupone
2020-10-17  9:32 Sam James

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