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: Thu,  3 Aug 2023 13:46:46 +0000 (UTC)	[thread overview]
Message-ID: <1691070401.3d7f2c6f5fc752102cec3ea513bc0d70db38736d.graaff@gentoo> (raw)

commit:     3d7f2c6f5fc752102cec3ea513bc0d70db38736d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 13:27:21 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 13:46:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7f2c6f

dev-ruby/websocket-driver: add 0.7.6

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

 dev-ruby/websocket-driver/Manifest                 |  1 +
 .../websocket-driver/websocket-driver-0.7.6.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/websocket-driver/Manifest b/dev-ruby/websocket-driver/Manifest
index 1709f185412f..c18dae1bbc82 100644
--- a/dev-ruby/websocket-driver/Manifest
+++ b/dev-ruby/websocket-driver/Manifest
@@ -1 +1,2 @@
 DIST websocket-driver-0.7.5.tar.gz 26179 BLAKE2B 8e7739d6cf48de5a2ef443f476652af74b269c075aa1e6bc13b2ac3ac17ede1699594a9380a137b307eaaed19ac2868b6a1362a66f835262f18e82f81c8e445f SHA512 538c78cd39507fb6cddeaa6196f0e2bbb89d7293f062d9b0231b6c6988a46b718c91b69a50b4cbf5b227067e6ed4ee89c61759bf340fc3e483c4af97052d42f9
+DIST websocket-driver-0.7.6.tar.gz 26332 BLAKE2B e8da76846b519603f7eef9cef53afdff3d48176cba21de1ce6b17e3718dd33b8309aaca721d4d11480e34e04b1ed2bfbb8892af507fbc72c1ff846c800f46499 SHA512 5444a0748821ab651e9e5ed40fd737c9af50eca1f8046b3110ab436bb8c0c56250ee8a8e762ae1668249d9ebfa2712b52802950529a949aba2574ffc66c1c58a

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.6.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.6.ebuild
new file mode 100644
index 000000000000..ab4fb2bdf58a
--- /dev/null
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/websocket-driver/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="A complete implementation of the WebSocket protocols"
+HOMEPAGE="https://github.com/faye/websocket-driver-ruby"
+SRC_URI="https://github.com/faye/websocket-driver-ruby/archive/${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="${PN}-ruby-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0.7"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2023-08-03 13:46 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-03 13:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-01  8:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/ Hans de Graaff
2024-01-01  8:07 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-09-25  8:43 Hans de Graaff
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=1691070401.3d7f2c6f5fc752102cec3ea513bc0d70db38736d.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