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: Mon, 10 Jun 2019 19:15:43 +0000 (UTC) [thread overview]
Message-ID: <1560194110.59dce65f1a46fe36f75a24ba54db56b84ca198cd.graaff@gentoo> (raw)
commit: 59dce65f1a46fe36f75a24ba54db56b84ca198cd
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 15:41:38 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 19:15:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59dce65f
dev-ruby/websocket-driver: add 0.7.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/websocket-driver/Manifest | 1 +
.../websocket-driver/websocket-driver-0.7.1.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ruby/websocket-driver/Manifest b/dev-ruby/websocket-driver/Manifest
index 7b098621f20..48b165a9ea8 100644
--- a/dev-ruby/websocket-driver/Manifest
+++ b/dev-ruby/websocket-driver/Manifest
@@ -1,2 +1,3 @@
DIST websocket-driver-0.6.5.tar.gz 24737 BLAKE2B 137c16a69309a1aad07fff663ff95a888a151f0fa20e78e754ae62ddfc8c2bdbfda926d7f4c53549e92646d018df7f374721e95246eb2985012e6b219970c4c6 SHA512 6915fdefac26a24e1f7d3d9a7e6bc6afc84b491150290a75a14243c233f5029d7d6e90a803b34bd6a8e8717322c6ae6fd4d3f3dad7a50c8eb18f17c3f2e9bbd0
DIST websocket-driver-0.7.0.tar.gz 25557 BLAKE2B 5d8af63c50b9c61b05e822a3bef7bd9c15a25875afa2cb0eb909f174801ff10445452c11d83790d9053438ea5556d91739bba27b2c1d6b5dc93397fbfa64bfd6 SHA512 cc022a53c546e66eb2b7ab04ff2a809ad22087343807f0e31c51e36e028123d808cbfc1956bc8e14d1fd913661664302a41ae5abc9a34562562da2e5cba58368
+DIST websocket-driver-0.7.1.tar.gz 25722 BLAKE2B 6046fe93a52ef958fa22402f67d544cb4375248997cc5104bd6ff46fde40493f3b342a29aec5a803e5d884528ee593f605e30150eb1e770508ef26b2af126cda SHA512 77e285eb038c0bff612f24f2edb79747ab37d167d861a7e580827da2ff5bc371cbb76041dbe47224384e58c1beaea7ef78cd875d08f218fb1ca9c4657783efaa
diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.1.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.1.ebuild
new file mode 100644
index 00000000000..80babbc69e6
--- /dev/null
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+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="MIT"
+SLOT="0.7"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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
+}
+
+each_ruby_configure() {
+ ${RUBY} -Cext/websocket-driver extconf.rb || die
+}
+
+each_ruby_compile() {
+ emake V=1 -Cext/websocket-driver
+ cp ext/websocket-driver/websocket_mask.so lib/ || die
+}
next reply other threads:[~2019-06-10 19:15 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-10 19:15 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/websocket-driver/ 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-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-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=1560194110.59dce65f1a46fe36f75a24ba54db56b84ca198cd.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