From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/set/
Date: Sun, 24 Dec 2023 07:55:53 +0000 (UTC) [thread overview]
Message-ID: <1703404549.b87b14f054d5494e2fda69d89fb6a88b4a4eafbc.graaff@gentoo> (raw)
commit: b87b14f054d5494e2fda69d89fb6a88b4a4eafbc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 07:55:36 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 07:55:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87b14f0
dev-ruby/set: add 1.1.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/set/Manifest | 1 +
dev-ruby/set/set-1.1.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-ruby/set/Manifest b/dev-ruby/set/Manifest
index 5aab3c52aba2..e6b30463920e 100644
--- a/dev-ruby/set/Manifest
+++ b/dev-ruby/set/Manifest
@@ -1 +1,2 @@
DIST set-1.0.3.tar.gz 14549 BLAKE2B 73ced396e10bd65df7e11edf0c553b7fd517dbc74c6f0721c61dba5e70ec730ed98fe45a834224059a5fb84ca60f194b535763f698b7f5e96b45a6118233ecc3 SHA512 5e4effabcfb7034b054ad5276243bf1aab378d0446790fe99c6911970ff1881acc9b704607acab836db75117903b8187d2aeb33e33d9e39d0ee53b41ea7a6086
+DIST set-1.1.0.tar.gz 14923 BLAKE2B 6f66a6fa53c7cd7b82ddeb91c1f820a5a062e21b3a9b0ce9df6ae433ed35b1fc9090adde43cb886435b6953f43ea59c1d7e7dc62de2b9d81ffacc342b2e19d76 SHA512 cc7b79ca07d1df9490cf6500c77afc4e972138a4d4c133e8eecbd1c2f80d5622c613040f36771beaeb1a8712f7a6c12dec592833b966f65be9beb454062e2970
diff --git a/dev-ruby/set/set-1.1.0.ebuild b/dev-ruby/set/set-1.1.0.ebuild
new file mode 100644
index 000000000000..eb7710372d30
--- /dev/null
+++ b/dev-ruby/set/set-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="set.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a class to deal with collections of unordered, unique values"
+HOMEPAGE="https://github.com/ruby/set"
+SRC_URI="https://github.com/ruby/set/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ sed -e '/test_error/aomit "Fails when sorted_set gem is installed"' \
+ -i test/test_sorted_set.rb || die
+}
next reply other threads:[~2023-12-24 7:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-24 7:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 13:58 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/set/ Hans de Graaff
2024-05-28 4:54 Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-12-25 9:36 Hans de Graaff
2023-06-21 7:36 Jakov Smolić
2023-03-22 3:25 Sam James
2023-03-22 3:25 Sam James
2021-10-25 5:58 Hans de Graaff
2021-08-09 6:24 Hans de Graaff
2021-08-07 7:33 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=1703404549.b87b14f054d5494e2fda69d89fb6a88b4a4eafbc.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