From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/strscan/
Date: Sun, 13 Apr 2025 06:46:09 +0000 (UTC) [thread overview]
Message-ID: <1744523411.2fb68e313f0997befd49410da6f30a96ae0d971d.graaff@gentoo> (raw)
commit: 2fb68e313f0997befd49410da6f30a96ae0d971d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 05:50:11 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 05:50:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb68e31
dev-ruby/strscan: add 3.1.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/strscan/Manifest | 1 +
dev-ruby/strscan/strscan-3.1.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/strscan/Manifest b/dev-ruby/strscan/Manifest
index 8d8880318985..a70bd2e27113 100644
--- a/dev-ruby/strscan/Manifest
+++ b/dev-ruby/strscan/Manifest
@@ -1,3 +1,4 @@
DIST strscan-3.1.0.tar.gz 26840 BLAKE2B 89269ab15753953da8592a45da6d866eadc3abc077381e1501f13be37e30f69c92e831ed593dddd17ec1390becd09269bb59fe15a3ddea859eaf52a58f23942f SHA512 85e05fd60818a88e33ccfac7534f1db9cc63b7f1c6769e02950c9f7f589c27581ba19df3ab09178f571878b45cae223a89826819ad00c6665edb9169e7763782
DIST strscan-3.1.1.tar.gz 36883 BLAKE2B 3430b5051ec2a5fc2f712bac989c88b96da9d2599f75c5b869c62c068fbcc475d864c643b63a253346cebed026e2be4a0369a667de68ff3f14bb502f27fb31a9 SHA512 6e07f6c1ae5015651cc330221ce7957dfb6fc98a32261521146fa64530e225e624df9559d52f45ccd5c3da0ad28c5f36cd2f0dac4c9f2c8bcf7e4cbd0e3e6c70
DIST strscan-3.1.2.tar.gz 36911 BLAKE2B 2a5de9fccb5f71fb1f5fec9728b0be42106a6d1cfd07b05a90263b3509fc7be0db1d883b44001e1db920de47c2a1ddfc8360a4abf9efac150101b435bb9cc771 SHA512 1be75d4d27625188910782b83aae64eee061b1bc0b23d36f53b08ade1df28cb166225d31e3de3b6ec8a7b05c79958454217ff6907f07300ee8e58b5407e27b0c
+DIST strscan-3.1.3.tar.gz 37504 BLAKE2B 30923b904ad2c7d77947077e7d5865f25a3bfca4ffa8ddc3cc3a98d30a66386cce5277e6f4835cb07ecc8e158544a49bb3581bc6a6ddd0ebbb0b861bc362474c SHA512 eade8fc0afdb20a3462d279401ba4a53edb8400962630ce596f4341290f17dc8b28676f18bf9c87969df772121e8839e3a18bc8b8f8b01f6c980676f905dfa82
diff --git a/dev-ruby/strscan/strscan-3.1.3.ebuild b/dev-ruby/strscan/strscan-3.1.3.ebuild
new file mode 100644
index 000000000000..b520706f7802
--- /dev/null
+++ b/dev-ruby/strscan/strscan-3.1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="strscan.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/strscan/extconf.rb)
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides lexical scanning operations on a String"
+HOMEPAGE="https://github.com/ruby/strscan"
+SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+ sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die
+}
next reply other threads:[~2025-04-13 6:46 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-13 6:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-13 11:28 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/strscan/ Arthur Zamarin
2025-04-13 10:44 Sam James
2025-04-13 9:17 Sam James
2025-04-13 9:15 Sam James
2025-04-13 9:15 Sam James
2025-04-13 8:34 Sam James
2024-12-15 7:55 Hans de Graaff
2024-12-12 7:36 Hans de Graaff
2024-12-12 7:36 Hans de Graaff
2024-10-12 15:14 Sam James
2024-10-10 12:20 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-08 20:37 Arthur Zamarin
2024-10-08 20:21 Arthur Zamarin
2024-10-06 13:35 Arthur Zamarin
[not found] <1721330787.9278af613240ed888fc3c6c5c7b4b5bb1767f2e7.grobian@gentoo>
2024-07-18 19:26 ` Fabian Groffen
2024-07-17 4:38 Viorel Munteanu
2024-07-11 16:19 Hans de Graaff
2024-06-14 5:32 Arthur Zamarin
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:49 Arthur Zamarin
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 14:51 Sam James
2024-05-19 13:58 Sam James
2024-05-19 13:58 Sam James
2024-05-19 7:17 Hans de Graaff
2024-02-04 8:12 Hans de Graaff
2024-02-04 8:12 Hans de Graaff
2024-01-21 7:45 Hans de Graaff
2024-01-13 8:30 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-10-11 5:37 Hans de Graaff
2023-08-02 16:55 Arthur Zamarin
2023-08-02 15:11 Sam James
2023-08-02 5:01 Sam James
2023-08-02 4:48 Sam James
2023-08-02 4:45 Sam James
2023-08-02 4:45 Sam James
2023-06-20 4:38 Hans de Graaff
2023-03-04 14:42 Hans de Graaff
2023-03-04 10:25 Hans de Graaff
2023-02-10 7:45 Hans de Graaff
2022-12-12 6:39 Hans de Graaff
2022-07-24 7:26 Hans de Graaff
2022-07-24 7:26 Hans de Graaff
2022-05-11 5:29 Hans de Graaff
2022-05-10 5:00 Hans de Graaff
2022-04-09 10:35 Hans de Graaff
2022-02-13 9:06 Hans de Graaff
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=1744523411.2fb68e313f0997befd49410da6f30a96ae0d971d.graaff@gentoo \
--to=graaff@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