From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diff-lcs/
Date: Mon, 17 Mar 2025 17:52:54 +0000 (UTC) [thread overview]
Message-ID: <1742233964.ca1fbe3d69f04d4f15171da3fe98ca6753431109.graaff@gentoo> (raw)
commit: ca1fbe3d69f04d4f15171da3fe98ca6753431109
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 17:26:50 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 17:52:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1fbe3d
dev-ruby/diff-lcs: add 1.6.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/diff-lcs/Manifest | 1 +
dev-ruby/diff-lcs/diff-lcs-1.6.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ruby/diff-lcs/Manifest b/dev-ruby/diff-lcs/Manifest
index f63335a09e27..ee659336e0ac 100644
--- a/dev-ruby/diff-lcs/Manifest
+++ b/dev-ruby/diff-lcs/Manifest
@@ -1 +1,2 @@
DIST diff-lcs-1.5.1.gem 53248 BLAKE2B a40399223c659b548e59605eb537faae8eff139cacf793fea6af1e543016f8afa80049490dccf915edb0063bd3d71705e47c6343e1f616903b8c12a6f37c8cf4 SHA512 ad0357a047b57bb0314b158f92e83485cec9fe6a3dfeb16117d57cf746ee38545f652397093448862ff36d13945bda3b26bb22b5d0d91643b16ae11548ef463b
+DIST diff-lcs-1.6.0.gem 56832 BLAKE2B 050dcb2e24d77a2d2f6e1d6fcc1980f7f8138ff68f05a1411f8430a59fe9bfa4d23d6caf2d8a5c7486fbb6af1a6f5a08f31a729d77be46f89abe91dc51c6ecae SHA512 f87928a34c65bb99cbf88e934b0d6e6094ef7a8f37b1cf08c5f3d709389f5041b71f47995396ede1adf44a58147ac9beb8aad887dd8e5c56773192afff11d527
diff --git a/dev-ruby/diff-lcs/diff-lcs-1.6.0.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.6.0.ebuild
new file mode 100644
index 000000000000..ab3d007dd016
--- /dev/null
+++ b/dev-ruby/diff-lcs/diff-lcs-1.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
+HOMEPAGE="https://github.com/halostatue/diff-lcs"
+
+LICENSE="|| ( Artistic MIT GPL-2+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+each_ruby_prepare() {
+ # Use the current ruby to test script invocation
+ sed -e "/system/ s:ruby:${RUBY}:" \
+ -i spec/ldiff_spec.rb || die
+
+ # Skip ldiff specs altogether for now since the fixtures are riddled
+ # with encoding and newline issues and ldiff is not the core of this gem.
+ rm -f spec/ldiff_spec.rb || die
+}
next reply other threads:[~2025-03-17 17:52 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-17 17:52 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-30 18:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diff-lcs/ Hans de Graaff
2025-03-25 7:42 Hans de Graaff
2025-01-05 9:35 Hans de Graaff
2024-10-13 11:06 Sam James
2024-10-09 6:59 Arthur Zamarin
2024-10-09 2:53 Jakov Smolić
2024-10-06 13:53 Arthur Zamarin
2024-10-06 11:52 Sam James
2024-10-06 11:21 Sam James
2024-02-01 7:07 Hans de Graaff
2023-12-30 7:43 Hans de Graaff
2023-07-14 5:46 Arthur Zamarin
2023-03-28 20:42 Sam James
2023-03-28 18:51 Sam James
2023-03-28 16:46 Sam James
2023-03-28 16:10 Sam James
2023-03-28 16:07 Sam James
2023-03-28 16:04 Sam James
2023-03-28 16:00 Sam James
2023-03-10 9:08 Hans de Graaff
2022-07-30 7:46 Hans de Graaff
2022-03-31 5:39 Hans de Graaff
2021-12-24 7:02 Hans de Graaff
2021-11-29 9:46 Hans de Graaff
2021-11-27 7:23 Sam James
2021-11-22 16:46 Jakov Smolić
2021-11-19 15:36 Sam James
2021-11-18 5:37 Sam James
2021-11-17 22:47 Sam James
2021-11-16 0:06 Sam James
2021-11-15 19:41 Agostino Sarubbo
2021-11-15 9:35 Hans de Graaff
2021-07-02 7:23 Hans de Graaff
2021-03-09 6:51 Hans de Graaff
2020-07-20 15:11 Hans de Graaff
2020-06-24 4:32 Hans de Graaff
2020-06-23 4:15 Hans de Graaff
2020-01-12 7:16 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-05-02 21:38 Mikle Kolyada
2019-04-28 20:12 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-26 20:54 Mikle Kolyada
2019-04-24 17:02 Sergei Trofimovich
2019-04-23 19:33 Mikle Kolyada
2019-03-16 19:54 Mikle Kolyada
2019-01-05 7:58 Hans de Graaff
2018-03-09 6:15 Hans de Graaff
2018-01-21 6:49 Hans de Graaff
2017-12-26 8:14 Hans de Graaff
2017-12-20 21:42 Sergei Trofimovich
2017-01-19 6:00 Hans de Graaff
2017-01-14 8:52 Hans de Graaff
2016-07-09 5:29 Hans de Graaff
2016-07-08 13:48 Agostino Sarubbo
2016-07-08 10:30 Agostino Sarubbo
2016-04-10 0:10 Manuel Rüger
2016-03-07 21:14 Hans de Graaff
2016-03-07 20:21 Hans de Graaff
2016-03-07 19:48 Hans de Graaff
2016-02-04 19:31 Tobias Klausmann
2016-01-17 18:24 Agostino Sarubbo
2016-01-02 16:29 Jeroen Roovers
2016-01-02 15:27 Jeroen Roovers
2015-11-24 20:26 Markus Meier
2015-11-18 8:57 Agostino Sarubbo
2015-11-17 9:59 Agostino Sarubbo
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=1742233964.ca1fbe3d69f04d4f15171da3fe98ca6753431109.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