From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redis/
Date: Tue, 19 Apr 2016 22:51:09 +0000 (UTC) [thread overview]
Message-ID: <1461106259.8ccba0dad7e15d5d64cb1b847e1c1f3a335d86b7.mrueg@gentoo> (raw)
commit: 8ccba0dad7e15d5d64cb1b847e1c1f3a335d86b7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:50:59 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:50:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccba0da
dev-ruby/redis: Version bump to 3.3.0
Package-Manager: portage-2.2.28
dev-ruby/redis/Manifest | 1 +
dev-ruby/redis/redis-3.3.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-ruby/redis/Manifest b/dev-ruby/redis/Manifest
index 91c9cdb..31456c4 100644
--- a/dev-ruby/redis/Manifest
+++ b/dev-ruby/redis/Manifest
@@ -2,3 +2,4 @@ DIST redis-rb-3.0.6.tar.gz 62335 SHA256 06cad67fdfd6955112a65d05e0fff62b00343940
DIST redis-rb-3.0.7.tar.gz 64059 SHA256 70bc9da8d41af542f41dd8be0f69d005f981d7198e867345ded562baaaab667a SHA512 93f5e68d491010d74d3b93fe6ff4e50f28bcdf4456435ee7ea066a4e21219a438944d66ca7cbdfd7182fb4a574f26fad3b85e14c226854e4b94f0a2681b8dfd7 WHIRLPOOL eac933f32c8a5851e896cf4360af1cad54112defdd58c2999bfc6509cbbabea6be2f252730d523391bf741ce6997f334714a33498eb54df01bd1d68fecb85eee
DIST redis-rb-3.2.1.tar.gz 69986 SHA256 ea86257db6be49bfeca8cf4a9ffc645844b2d3ffd81542b2305f3e84fdd983d1 SHA512 3c3f6bca71a9a6ef0d6cc713483445a890034b6a96c773ae6ea0bd38153752327cb4cd50cdf791b14ed211eb7323c12498665b89946d0dfd5237a97dca506b10 WHIRLPOOL 94158ef753bed9271dec78fd9fae332168cb10417016df5dd3d3b38d4808bfbbf55bd9b2bc192087aadbf8f5df86e723c001eeebee386d00c0f85ab7ad37bbb9
DIST redis-rb-3.2.2.tar.gz 72217 SHA256 37a5ae3a8163a2e6aaf5d40ede106ed13ce6fcfc2b99a22664392ffd3d132b90 SHA512 e5cb281c95ecadf86907a7f8b87cc3f895feac529b868f479d94c3ca00f8eebddbcebf9ffeacbe40738af6cb2bd8b4bb9b8f12462a99355337ee123cc3e4356e WHIRLPOOL 8d1b325d539856e4e91cb9d8643bfb55981b2c7b2ae1cd7b52778b5cb0266ab3f852541a0bca53418b4161ad6c6760be91b82fb09983a3bd8b7b8adf0800c4c4
+DIST redis-rb-3.3.0.tar.gz 87835 SHA256 a55a7916af3e3b42da0e882fcdf364a746d61ded1ec09bf48bf450632b87d015 SHA512 992c12b2c877f00da5892826a59c2b8a296805436287ac0307c8e3134cd459d037447bf08ff51b6d1b33993a942390fe6109f535d1b1cc84e9c0d3aaef1e5d01 WHIRLPOOL 82485bf3f00ab025e3a9549c326c2da194df8b2acc3dca1dd149c15779a598eeeeb8e97ab0034994b1251b7dc92a61616ad08af5c4c240dea77b7962983097be
diff --git a/dev-ruby/redis/redis-3.3.0.ebuild b/dev-ruby/redis/redis-3.3.0.ebuild
new file mode 100644
index 0000000..2775a23
--- /dev/null
+++ b/dev-ruby/redis/redis-3.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+MY_P="redis-rb-${PV}"
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_TASK_TEST="run"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+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 )"
+
+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:[~2016-04-19 22:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 22:51 Manuel Rüger [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
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-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=1461106259.8ccba0dad7e15d5d64cb1b847e1c1f3a335d86b7.mrueg@gentoo \
--to=mrueg@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