public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/
Date: Sun, 19 Feb 2023 08:57:46 +0000 (UTC)	[thread overview]
Message-ID: <1676797043.e51b599a1c8d7f931c5e9862c21301b2b23f5c6c.tupone@gentoo> (raw)

commit:     e51b599a1c8d7f931c5e9862c21301b2b23f5c6c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 08:57:00 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 08:57:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b599a

dev-ml/pcre-ocaml: add 7.5.0

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

 dev-ml/pcre-ocaml/Manifest                |  1 +
 dev-ml/pcre-ocaml/pcre-ocaml-7.5.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest
index 18cda75caeaa..4a367867e66e 100644
--- a/dev-ml/pcre-ocaml/Manifest
+++ b/dev-ml/pcre-ocaml/Manifest
@@ -1 +1,2 @@
 DIST pcre-ocaml-7.4.6.tbz 41027 BLAKE2B 1faecd96cb6f7af248e8ace7409a49131f5c654320f8ac432fd4aff602d0c4187733419e9cc73ca52cf0a3e5b725afa9357fe9ec191bf1ca42d4dc47a36e45b7 SHA512 a356c78dc19d3b3741d1fa0277c4fb0cb545f12499165526fae80a0ff8a7b1f1e6e5e916b16f8336bcec3661de811686b814fe4afc677965fec7a63d4fc53b1f
+DIST pcre-ocaml-7.5.0.tbz 41158 BLAKE2B 6bd16345bd915c236d727daeb5862c2aff677c394f10b4d040ce46003255f3fd5589801979cdd77c20d8ba4fceb443467cf8f38a379a86fc59ca513e69aa1b79 SHA512 be60f13ddb6bbfe20e30ca5d92434d85e1d1371479e1e2c725588af83fcc9366ed0435021b6a800c20336ac521f2134c767420136438684656a44ac1f9924be4

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.5.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.5.0.ebuild
new file mode 100644
index 000000000000..8351c029f26d
--- /dev/null
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
+HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ https://github.com/mmottl/pcre-ocaml"
+SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/${PV}/pcre-${PV}.tbz -> ${P}.tbz"
+S="${WORKDIR}/pcre-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+IUSE="examples +ocamlopt"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+
+BDEPEND="dev-ml/dune-configurator"
+RDEPEND=">=dev-libs/libpcre-4.5
+	dev-ml/stdio:=
+	>=dev-lang/ocaml-4.12"
+DEPEND="${RDEPEND}"
+
+src_install() {
+	dune_src_install pcre
+
+	if use examples ; then
+		dodoc -r examples
+	fi
+}


             reply	other threads:[~2023-02-19  8:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19  8:57 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-17  6:12 [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/ Sam James
2023-04-24 11:32 Alfredo Tupone
2022-04-18 21:07 Jakov Smolić
2021-10-14  7:57 Sam James
2021-02-26  9:39 Agostino Sarubbo
2021-02-26  8:09 Agostino Sarubbo
2021-02-25  7:33 Sam James
2021-01-24 10:34 Alfredo Tupone
2020-10-24  0:38 Sam James
2020-10-22 13:59 Sam James
2020-10-22 13:59 Sam James
2020-10-22  7:18 Sam James
2020-10-21  4:33 Sam James
2020-10-17 21:35 Sam James
2020-10-17 21:32 Sam James
2020-10-17 20:59 Sam James
2020-10-17 20:59 Sam James
2020-10-17 20:59 Sam James
2018-02-14 14:30 Thomas Deutschmann
2017-11-04  9:53 Alexis Ballier
2017-10-17  6:04 Alexis Ballier
2017-09-10 14:45 Sergei Trofimovich
2017-08-26 12:03 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-01-26 11:00 Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-25 10:58 Agostino Sarubbo
2017-01-24 11:32 Alexis Ballier
2016-02-26  9:38 Alexis Ballier
2016-02-24  9:41 Alexis Ballier
2016-02-06 16:25 Alexis Ballier
2015-08-26 13:51 Alexis Ballier

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=1676797043.e51b599a1c8d7f931c5e9862c21301b2b23f5c6c.tupone@gentoo \
    --to=tupone@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