From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-support/
Date: Sat, 1 Oct 2022 07:06:37 +0000 (UTC) [thread overview]
Message-ID: <1664607994.9e049d8f6987c743ae5ff641b2aa0c2a7a20476e.graaff@gentoo> (raw)
commit: 9e049d8f6987c743ae5ff641b2aa0c2a7a20476e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 07:06:23 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 07:06:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e049d8f
dev-ruby/rspec-support: add 3.11.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rspec-support/Manifest | 1 +
dev-ruby/rspec-support/rspec-support-3.11.1.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 750b175e6f83..2da35ab51cef 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,3 +1,4 @@
DIST rspec-support-3.10.2-git.tgz 74812 BLAKE2B e6c7e768d0df05fa5e77055efcc69699192928a35029264300faccf500b1ce7367e74e9c2ae0f7f8f0a5e755692ac83b982d0a3dab3da3ab697ad2c5766aa30d SHA512 bd1fb5d737dfdbb7399d766854f0b173dad89675bac580cf65c5d42ab6cd04ad1773e7cfa875dfa4c6fac14f4ccbd6b48813bae5de26c931c804962d29b014be
DIST rspec-support-3.10.3-git.tgz 75447 BLAKE2B d3eae3b148ef56d6a8668ad4c92ce52ea066c82442448446cbdc6d37137c6fa32bf54e5f579d4a39525305fdd795feee792dac29234c568ab85d59d684af4b84 SHA512 21d7f3076e11467ef6c5b7ce23d5a8635320ca21f61f0d640e45c4e7855995a672fe400fc11f7dbea37097f6eefe09f24d3b177c86e75b2454a97c898f9a1cdf
DIST rspec-support-3.11.0-git.tgz 75644 BLAKE2B 349df9b326e98fd3564ae22c8659c95205d5e623f0e67721cdb3dd658bdbee5ec574f4286d9548984567079178997c6e9b419211c7c3da601dd02ad3aa0d448f SHA512 38bd7c132b6dea3036c8c18e6c535c2dfb5faa0601fb13eb406c8bb279e42e460cecb823527b04a22966f0e965eda6b539e48cbac20c663ae3a17c01f4fbd0e0
+DIST rspec-support-3.11.1-git.tgz 77995 BLAKE2B 19fb743a9488d13ac8b6d4238bdc100b8ff324ae021b2214e0ee5eae32a000bfed48888868f5092d1f28742d74072c1b76debcbee4bd0bc9805e2e29c2f3558e SHA512 2acb99fefa52d3b9b77d7875c27a7869ad3dd0d2dece09b67ba0e272a3c5e1ad1e2a1ed3adfd32f4c1b145232d8b1996a613ea308e9aa4c6a3d8aac1b8796bea
diff --git a/dev-ruby/rspec-support/rspec-support-3.11.1.ebuild b/dev-ruby/rspec-support/rspec-support-3.11.1.ebuild
new file mode 100644
index 000000000000..d4946c6dbd09
--- /dev/null
+++ b/dev-ruby/rspec-support/rspec-support-3.11.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-support"
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 >=dev-ruby/thread_order-1.1.0 )"
+
+all_ruby_prepare() {
+ sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Remove spec that, by following symlinks, tries to scan pretty much
+ # the whole filesystem.
+ rm spec/rspec/support/caller_filter_spec.rb || die
+
+ # Avoid spec that requires a dependency on git
+ sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb || die
+
+ # Avoid a spec requiring a specific locale
+ sed -i -e '/copes with encoded strings/ s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
+
+ # Avoid a brittle spec depending on ruby implementation details
+ # should be fixed upstream in next version
+ #sed -i -e '/returns a hash containing nodes for each line number/askip "ruby26"' spec/rspec/support/source_spec.rb || die
+}
+
+each_ruby_prepare() {
+ # Use the ruby version being tested
+ sed -i -e '/shell_out/ s:ruby:'${RUBY}':' spec/rspec/support/spec/shell_out_spec.rb || die
+
+ case ${RUBY} in
+ *ruby31)
+ # Avoid specs failing when run in Gentoo, possibly due to different IO
+ sed -e '/outputs unified diff message of two arrays/askip "ruby31 IO"' \
+ -e '/outputs unified diff message for hashes inside arrays with differing key orders/askip "ruby31 IO"' \
+ -i spec/rspec/support/differ_spec.rb || die
+ ;;
+ esac
+}
+
+each_ruby_test() {
+ RUBYLIB=lib ${RUBY} -S rspec spec || die
+}
next reply other threads:[~2022-10-01 7:06 UTC|newest]
Thread overview: 124+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-01 7:06 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 7:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-support/ Sam James
2024-06-02 7:09 Sam James
2024-06-02 7:09 Sam James
2024-06-02 7:09 Sam James
2024-06-02 7:09 Sam James
2024-02-26 7:06 Hans de Graaff
2024-02-17 7:03 Hans de Graaff
2024-02-08 14:24 Hans de Graaff
2023-12-30 7:43 Hans de Graaff
2023-12-30 7:43 Hans de Graaff
2023-08-26 15:39 Hans de Graaff
2023-08-19 7:45 Arthur Zamarin
2023-08-19 6:18 Sam James
2023-08-19 6:18 Sam James
2023-07-14 5:46 Arthur Zamarin
2023-06-29 5:17 Hans de Graaff
2023-04-01 9:00 Hans de Graaff
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 19:15 Sam James
2023-03-10 9:08 Hans de Graaff
2023-01-13 13:50 Sam James
2023-01-09 2:15 Sam James
2023-01-09 1:28 Sam James
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 12:13 Jakov Smolić
2023-01-08 12:13 Jakov Smolić
2022-10-29 6:27 Hans de Graaff
2022-06-24 7:25 Hans de Graaff
2022-03-31 5:39 Hans de Graaff
2022-02-11 7:43 Hans de Graaff
2021-11-03 6:43 Hans de Graaff
2021-07-20 5:18 Hans de Graaff
2021-07-17 5:00 Sam James
2021-07-15 22:18 Sergei Trofimovich
2021-07-08 7:22 Sergei Trofimovich
2021-07-07 14:22 Sergei Trofimovich
2021-07-04 5:52 Hans de Graaff
2021-07-04 5:52 Hans de Graaff
2021-04-12 16:41 Sam James
2021-04-11 15:54 Sam James
2021-03-21 9:45 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-09 11:29 Sam James
2021-03-09 11:23 Sam James
2021-03-09 11:20 Sam James
2021-03-09 6:51 Hans de Graaff
2021-01-30 7:04 Hans de Graaff
2021-01-30 7:04 Hans de Graaff
2020-12-29 6:36 Hans de Graaff
2020-11-14 6:53 Hans de Graaff
2020-11-06 3:21 Sam James
2020-10-31 7:59 Hans de Graaff
2020-06-26 8:46 Hans de Graaff
2020-01-12 7:16 Hans de Graaff
2020-01-01 6:48 Hans de Graaff
2019-12-30 6:47 Hans de Graaff
2019-11-02 7:13 Hans de Graaff
2019-09-13 17:29 Mikle Kolyada
2019-08-24 21:24 Sergei Trofimovich
2019-08-23 16:33 Agostino Sarubbo
2019-08-23 13:11 Agostino Sarubbo
2019-08-23 10:00 Agostino Sarubbo
2019-08-22 22:03 Agostino Sarubbo
2019-08-22 22:01 Agostino Sarubbo
2019-08-22 18:32 Sergei Trofimovich
2019-08-22 11:48 Agostino Sarubbo
2019-08-21 21:07 Agostino Sarubbo
2019-08-19 8:02 Hans de Graaff
2019-06-11 5:40 Hans de Graaff
2019-03-28 20:03 Mikle Kolyada
2019-01-05 7:58 Hans de Graaff
2018-12-11 11:34 Hans de Graaff
2018-11-24 10:39 Sergei Trofimovich
2018-11-24 8:09 Hans de Graaff
2018-10-15 18:12 Markus Meier
2018-10-11 18:49 Tobias Klausmann
2018-09-24 4:53 Hans de Graaff
2018-09-24 1:50 Thomas Deutschmann
2018-09-23 10:05 Sergei Trofimovich
2018-09-22 6:11 Hans de Graaff
2018-09-22 6:02 Hans de Graaff
2018-09-19 20:27 Sergei Trofimovich
2018-08-24 1:40 Thomas Deutschmann
2018-08-05 6:42 Hans de Graaff
2018-08-05 6:42 Hans de Graaff
2018-07-29 10:35 Sergei Trofimovich
2018-07-23 13:09 Tobias Klausmann
2018-07-20 5:47 Hans de Graaff
2018-07-05 18:32 Sergei Trofimovich
2018-05-15 19:16 Markus Meier
2018-04-25 6:08 Sergei Trofimovich
2018-04-21 22:38 Aaron Bauman
2018-03-09 6:15 Hans de Graaff
2018-01-31 6:03 Hans de Graaff
2017-12-20 22:16 Sergei Trofimovich
2017-12-03 8:31 Hans de Graaff
2017-12-01 22:57 Sergei Trofimovich
2017-10-21 5:47 Hans de Graaff
2017-08-23 21:43 Sergei Trofimovich
2017-06-29 20:53 Sergei Trofimovich
2017-06-28 20:49 Sergei Trofimovich
2017-06-25 7:58 Hans de Graaff
2017-05-06 5:10 Hans de Graaff
2017-04-16 6:18 Hans de Graaff
2017-04-16 6:18 Hans de Graaff
2017-03-29 2:06 Jeroen Roovers
2017-02-27 17:01 Michael Weber
2017-01-02 19:32 Markus Meier
2016-12-25 6:04 Aaron Bauman
2016-12-15 9:39 Tobias Klausmann
2016-11-13 14:25 Manuel Rüger
2016-07-03 5:49 Hans de Graaff
2016-03-14 20:49 Hans de Graaff
2016-03-06 19:08 Hans de Graaff
2016-02-12 12:36 Fabian Groffen
2016-02-05 16:23 Tobias Klausmann
2015-11-21 6:54 Hans de Graaff
2015-11-14 10:13 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=1664607994.9e049d8f6987c743ae5ff641b2aa0c2a7a20476e.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