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/websocket-driver/
Date: Sun, 25 Sep 2022 08:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1664095334.4dd9409d91ca37b5c4b41f43ac2247b5d40d0bc8.graaff@gentoo> (raw)

commit:     4dd9409d91ca37b5c4b41f43ac2247b5d40d0bc8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 07:15:28 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 08:42:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd9409d

dev-ruby/websocket-driver: enable ruby31 and disable ruby25, ruby26

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

 dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild
index ed0dd52fe134..2674f369d51d 100644
--- a/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -28,3 +28,13 @@ ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"
 all_ruby_prepare() {
 	sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
 }
+
+each_ruby_prepare() {
+	case ${RUBY} in
+		*ruby31)
+			# Avoid specs broken by a cosmetic change in port number handling.
+			# https://github.com/faye/websocket-driver-ruby/pull/88
+			rm -f spec/websocket/driver/client_spec.rb || die
+			;;
+	esac
+}


             reply	other threads:[~2022-09-25  8:43 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25  8:43 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-03 12:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/ Hans de Graaff
2025-01-05  7:30 Hans de Graaff
2024-11-15 14:46 Arthur Zamarin
2024-01-01  8:07 Hans de Graaff
2024-01-01  8:07 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-07-16  5:30 Hans de Graaff
2023-07-08 20:22 Hans de Graaff
2023-03-28 20:16 Sam James
2022-06-13  8:06 Yixun Lan
2021-07-15  8:17 Hans de Graaff
2021-07-02  7:23 Hans de Graaff
2021-07-02  7:23 Hans de Graaff
2021-06-14  4:26 Hans de Graaff
2021-06-14  4:26 Hans de Graaff
2021-05-25  5:21 Hans de Graaff
2021-02-13  7:55 Hans de Graaff
2020-07-22  9:38 Hans de Graaff
2020-07-11  5:15 Hans de Graaff
2020-05-24  4:14 Hans de Graaff
2020-01-22 18:40 Hans de Graaff
2019-06-10 19:15 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-05-06  5:53 Hans de Graaff
2018-05-19  7:51 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2018-05-14  4:23 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-02-07  5:52 Thomas Deutschmann
2017-09-12  5:20 Hans de Graaff
2017-09-12  5:20 Hans de Graaff
2017-06-21  7:27 Hans de Graaff
2017-04-04 21:00 Markus Meier
2017-01-23  6:44 Hans de Graaff
2016-12-16 21:06 Hans de Graaff
2016-05-21  5:36 Hans de Graaff
2016-04-05 22:56 Manuel Rüger
2015-11-07  8:45 Hans de Graaff
2015-08-20  5:00 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=1664095334.4dd9409d91ca37b5c4b41f43ac2247b5d40d0bc8.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