From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redis/
Date: Fri, 9 Feb 2018 06:58:32 +0000 (UTC) [thread overview]
Message-ID: <1518159379.2c9e3982b0e8fad2220f345f33ff6dff3e14a195.graaff@gentoo> (raw)
commit: 2c9e3982b0e8fad2220f345f33ff6dff3e14a195
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 06:22:08 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 06:56:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9e3982
dev-ruby/redis: add 3.3.5
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/redis/Manifest | 1 +
dev-ruby/redis/redis-3.3.5.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-ruby/redis/Manifest b/dev-ruby/redis/Manifest
index 0d82cadcf25..de094e91332 100644
--- a/dev-ruby/redis/Manifest
+++ b/dev-ruby/redis/Manifest
@@ -1,2 +1,3 @@
DIST redis-rb-3.3.2.tar.gz 88438 BLAKE2B 488d71bf8cefce034818862027071a6b4c7cda6ca75ed5e42d162bcc8a61d9417301bbd719331ec78ba8591fb67d61dfb33e1c22b9c25eb5e20fbee106cb553a SHA512 ef95922dcfd6b92a3086b1d2ff675852d9647824ae7b39f55000e50a1fcf31a9a5b99101bbbff3977558cd52eec0eaede9f42a4cd108752a1afebc60dc4d3869
DIST redis-rb-3.3.3.tar.gz 88495 BLAKE2B 5fe905cfeaae584c52a07914b7a95473a9b61038b9786a39a405fd733e79080ec5faaaf617adc7e743aedf1baf479e8873a2e79f754c10c00d63a77102a5695e SHA512 5090e9a5793c3d8faef2d1a253098213964ef052ad22829dffef831973cbfaad56c9e37a735c46ead7597ed1f3e8330283404a8f5fc30b38d3954ab942de59fa
+DIST redis-rb-3.3.5.tar.gz 88500 BLAKE2B a06e0e08dba211edb6393dd85f7957e56ad928bbd3be105ddeb6ad4f2cfa1d354289ad67f3c8c27d5fd9f8560167708a6937e2950ae12ee0d42d3321940d1e85 SHA512 b79f535b6dff26ae2b0213dd77d53b952fd877ef5193c8bf0f6e5cd0da1934d79711bf611b839ce8b97d7cf145e7e912d2956087501a2f841d42775dc0105a0c
diff --git a/dev-ruby/redis/redis-3.3.5.ebuild b/dev-ruby/redis/redis-3.3.5.ebuild
new file mode 100644
index 00000000000..21dfc6a7a70
--- /dev/null
+++ b/dev-ruby/redis/redis-3.3.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+MY_P="redis-rb-${PV}"
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_TASK_TEST="run"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby client library for Redis"
+HOMEPAGE="https://github.com/redis/redis-rb"
+SRC_URI="https://github.com/redis/redis-rb/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="test? ( >=dev-db/redis-3.2.0 )"
+
+RUBY_S="${MY_P}"
+
+all_ruby_prepare() {
+ # call me impatient, but this way we don't need netcat
+ sed -i \
+ -e '/test_subscribe_past_a_timeout/,+18d' \
+ test/publish_subscribe_test.rb || die "sed failed"
+
+ # Version 3.0.6 downloads and compiles redis-server to test against.
+ # This patch reverts it to the way 3.0.5 does it, using the local server.
+ # https://github.com/redis/redis-rb/commit/351a1294fe33f79c23495b7568045e9f484918f2
+ epatch "${FILESDIR}/${PN}-3.2.1-local-redis-server.patch"
+}
next reply other threads:[~2018-02-09 6:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-09 6:58 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 7:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redis/ Hans de Graaff
2024-07-17 10:01 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2022-07-10 9:21 Hans de Graaff
2021-03-08 9:29 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-08-22 7:56 Hans de Graaff
2020-08-21 15:02 Hans de Graaff
2020-08-16 7:04 Hans de Graaff
2020-07-27 2:09 Sam James
2020-05-09 9:20 Hans de Graaff
2018-04-10 20:21 Hans de Graaff
2018-02-09 6:58 Hans de Graaff
2017-07-21 6:29 Hans de Graaff
2017-07-21 6:28 Hans de Graaff
2017-04-21 5:07 Hans de Graaff
2016-12-23 23:55 Manuel Rüger
2016-07-24 6:42 Hans de Graaff
2016-07-24 6:42 Hans de Graaff
2016-04-19 22:51 Manuel Rüger
2016-04-16 13:12 Manuel Rüger
2015-12-15 22:07 Manuel Rüger
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=1518159379.2c9e3982b0e8fad2220f345f33ff6dff3e14a195.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