public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amatch/
Date: Mon, 28 Jul 2025 11:11:18 +0000 (UTC)	[thread overview]
Message-ID: <1753701065.62df7593e3a69e75a84f77e550f4a51f6fc7caad.graaff@gentoo> (raw)

commit:     62df7593e3a69e75a84f77e550f4a51f6fc7caad
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 11:10:49 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 11:11:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62df7593

dev-ruby/amatch: add 0.4.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/amatch/Manifest            |  1 +
 dev-ruby/amatch/amatch-0.4.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/amatch/Manifest b/dev-ruby/amatch/Manifest
index 26c8eadb56a0..09f24bc14d23 100644
--- a/dev-ruby/amatch/Manifest
+++ b/dev-ruby/amatch/Manifest
@@ -1 +1,2 @@
 DIST amatch-0.4.1.gem 38912 BLAKE2B b485442f9b45dcd02bdff641a68cdbce0e15e81bcaddc71a792b6707621092e0f8181d194db49e82abfb3bf692e0b7ac27b21baed3004b3b5a4dfcdb8bff7d4c SHA512 98befe4cb5a78a754eb3596a55b7c004fbf26ba04a8e8314dd6f28b50feade0fc0a7b78493310de0a75b33720204e8ba9ccb05df4478b2631d15b7d9d62a42a9
+DIST amatch-0.4.2.gem 38912 BLAKE2B b1b839fa33fc72192068439a98f1093c1110630ede327327ac808f3ae70814b9259ccc8133c190115671cbb0cc413223b5de791d2d363ef5d0d52e4593b3c71e SHA512 f6c02d316863727e4af55784eeda4def40866addc4d3620c5f92e85a1a84a283d0b526a8ad01c69633d08ed45fd29eec42ec8ed92418c487d18f70cf90d0dbbb

diff --git a/dev-ruby/amatch/amatch-0.4.2.ebuild b/dev-ruby/amatch/amatch-0.4.2.ebuild
new file mode 100644
index 000000000000..dc6610107717
--- /dev/null
+++ b/dev-ruby/amatch/amatch-0.4.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Approximate Matching Extension for Ruby"
+HOMEPAGE="https://github.com/flori/amatch"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+ruby_add_rdepend "
+	dev-ruby/mize
+	=dev-ruby/tins-1*
+"
+
+# These packages also provide agrep, bug 626480
+RDEPEND="!dev-libs/tre"
+
+all_ruby_prepare() {
+	# mize is listed as a dependency but not actually used
+	sed -i -e '/mize/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib -S testrb-2 tests/* || die
+}


             reply	other threads:[~2025-07-28 11:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-28 11:11 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-13  7:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amatch/ Hans de Graaff
2025-01-04  6:53 Hans de Graaff
2024-03-20  6:10 Hans de Graaff
2023-07-08 14:09 Hans de Graaff
2023-07-08 14:09 Hans de Graaff
2023-01-15 14:57 Sam James
2023-01-15 14:57 Sam James
2022-05-16  4:36 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2021-10-31  4:45 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2020-08-23  6:24 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-12-19  6:22 Hans de Graaff
2018-12-19  6:22 Hans de Graaff
2017-07-30  7:00 Hans de Graaff
2017-07-30  7:00 Hans de Graaff
2017-07-16  6:49 Hans de Graaff
2017-05-24  4:45 Hans de Graaff
2017-03-24  6:29 Hans de Graaff
2016-12-22  7:20 Hans de Graaff
2016-03-09 22:46 Manuel Rüger

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=1753701065.62df7593e3a69e75a84f77e550f4a51f6fc7caad.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