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: Tue, 12 Sep 2017 05:20:15 +0000 (UTC)	[thread overview]
Message-ID: <1505193389.8f0e1f5a06a5733e38b44f4d955c0a1ec58b4a81.graaff@gentoo> (raw)

commit:     8f0e1f5a06a5733e38b44f4d955c0a1ec58b4a81
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 05:16:29 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 05:16:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0e1f5a

dev-ruby/websocket-driver: add 0.7.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/websocket-driver/Manifest                 |  1 +
 .../websocket-driver/websocket-driver-0.7.0.ebuild | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/websocket-driver/Manifest b/dev-ruby/websocket-driver/Manifest
index 9e539dc67a0..e6077eda8e9 100644
--- a/dev-ruby/websocket-driver/Manifest
+++ b/dev-ruby/websocket-driver/Manifest
@@ -1 +1,2 @@
 DIST websocket-driver-0.6.5.tar.gz 24737 SHA256 669630e31ea741115507d86efab4ac743c846c277e1994ace92a02b7d98794d9 SHA512 6915fdefac26a24e1f7d3d9a7e6bc6afc84b491150290a75a14243c233f5029d7d6e90a803b34bd6a8e8717322c6ae6fd4d3f3dad7a50c8eb18f17c3f2e9bbd0 WHIRLPOOL e7a054f20bf1e78414dfd657b04b2e2f4b91c1f240c7df6ee66783eb3c0397bf0c68ccc91321debe03cda9469b9debf35ab30251198cea0890d14f895ba94c81
+DIST websocket-driver-0.7.0.tar.gz 25557 SHA256 b2794adebf75f14c1f76bdced35685bf92d614570cb45d63187348b1d5dab40e SHA512 cc022a53c546e66eb2b7ab04ff2a809ad22087343807f0e31c51e36e028123d808cbfc1956bc8e14d1fd913661664302a41ae5abc9a34562562da2e5cba58368 WHIRLPOOL 8c810dc3a1969113f7f577aabdd910525fff3ab946bda27a0c20a8237dbb40dbda63ff36245216027e577e5095c19666e955587fed39409f9989d81ffa7afbe4

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
new file mode 100644
index 00000000000..23f710fb8de
--- /dev/null
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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"
+KEYWORDS="~amd64 ~arm"
+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
+}


             reply	other threads:[~2017-09-12  5:20 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12  5:20 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-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-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-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=1505193389.8f0e1f5a06a5733e38b44f4d955c0a1ec58b4a81.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