public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
Date: Thu, 14 Nov 2024 23:40:58 +0000 (UTC)	[thread overview]
Message-ID: <1731627653.7986cae959b5b4ffa764c4c3c2a1f51d7f716e29.xgqt@gentoo> (raw)

commit:     7986cae959b5b4ffa764c4c3c2a1f51d7f716e29
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 20:07:45 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 23:40:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7986cae9

dev-ml/re: bump to 1.13.3

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

 dev-ml/re/Manifest         |  1 +
 dev-ml/re/re-1.13.3.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index 4fec0daa72a9..bb65f2f475cc 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1,3 +1,4 @@
 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
 DIST ocaml-re-1.13.0.tar.gz 98675 BLAKE2B dd5a2dabdb73d5c5079cc36b7d82ea829b25fcd19625098b14de6c78abe4e4e1832f35865b3ab76cc8d09c5d59ad697f5086bddc58b0963716c965d22d3cbcae SHA512 f6105787f318cfda72e4dedda085d44d6e95ca1ca98d2a3d0d4b877464c8aa50c816fd1592d9e23e7493b67734b7362748c17fe490cf31e2dba2c07381cd0b2a
+DIST ocaml-re-1.13.3.gh.tar.gz 98392 BLAKE2B 931ed420b211f69411969ac920815390a5f8f6ed1a190cf33adff3a7c942af303b47ee0e8b82f80e175b3812c395aa85a585d0026e9341279adc9fe9640d35ab SHA512 868960c89d3ab9264c883b9e2dac911ad6c3625df0b18e240dd2467051a5477de40abce691a0c76af91c7cda39ecf1e6275e58f2271657092b039d3ad3d066e0

diff --git a/dev-ml/re/re-1.13.3.ebuild b/dev-ml/re/re-1.13.3.ebuild
new file mode 100644
index 000000000000..a1b11945e0ef
--- /dev/null
+++ b/dev-ml/re/re-1.13.3.ebuild
@@ -0,0 +1,50 @@
+# 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}.gh.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-lang/ocaml-4.12
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	test? (
+		dev-ml/ounit2
+		dev-ml/ppx_expect
+	)
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.13.0-noSeq.patch" )
+
+src_prepare() {
+	default
+
+	sed -i lib/dune -e "/(libraries seq)/d" || die
+
+	# "expect" tests fail.
+	rm -r lib_test/expect || die
+}


             reply	other threads:[~2024-11-14 23:41 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 23:40 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19  7:32 [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/ Arthur Zamarin
2025-02-19  7:32 Arthur Zamarin
2025-02-19  7:32 Arthur Zamarin
2025-02-19  7:32 Arthur Zamarin
2025-02-19  7:32 Arthur Zamarin
2024-12-29 10:54 Sam James
2024-12-29 10:54 Sam James
2024-12-11 12:57 Alfredo Tupone
2024-11-14 23:40 Maciej Barć
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
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731627653.7986cae959b5b4ffa764c4c3c2a1f51d7f716e29.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox