From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/re/
Date: Wed, 17 Feb 2021 20:43:39 +0000 (UTC) [thread overview]
Message-ID: <1613594607.54dd623d0aa484497cd32e28a9923818be24918f.tupone@gentoo> (raw)
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}
next reply other threads:[~2021-02-17 20:43 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-17 20:43 Alfredo Tupone [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-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-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=1613594607.54dd623d0aa484497cd32e28a9923818be24918f.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