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: Sun, 24 Jul 2016 06:42:41 +0000 (UTC) [thread overview]
Message-ID: <1469342544.a7b5438d83703e681fb730a9fa4f785dd2f1886b.graaff@gentoo> (raw)
commit: a7b5438d83703e681fb730a9fa4f785dd2f1886b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 06:16:02 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 06:42:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b5438d
dev-ruby/redis: cleanup
Package-Manager: portage-2.2.28
dev-ruby/redis/Manifest | 2 --
dev-ruby/redis/redis-3.0.6.ebuild | 40 ---------------------------------------
dev-ruby/redis/redis-3.2.1.ebuild | 40 ---------------------------------------
3 files changed, 82 deletions(-)
diff --git a/dev-ruby/redis/Manifest b/dev-ruby/redis/Manifest
index 31456c4..584fbca 100644
--- a/dev-ruby/redis/Manifest
+++ b/dev-ruby/redis/Manifest
@@ -1,5 +1,3 @@
-DIST redis-rb-3.0.6.tar.gz 62335 SHA256 06cad67fdfd6955112a65d05e0fff62b003439404f20d8b926ce92f6c5eabe4b SHA512 966a2b9bf5d3af51020015e8b066b728b0632093eedcf1ca41f82b3340d54b0bffb305a0aa7ec5c8534db0a71cd6de006a943a0ebef234a4f93204ea41a431b1 WHIRLPOOL cdeec7ccbe3dd6a4c4ea6e9e786c072cab436abacc48538501234cd58f8bb21bc8a43ad8a4db68b607c5ee9313daffe9e1eb0255057e6306db2c55d920673609
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.0.6.ebuild b/dev-ruby/redis/redis-3.0.6.ebuild
deleted file mode 100644
index ecb9f96..0000000
--- a/dev-ruby/redis/redis-3.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-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}/${P}-local-redis-server.patch"
-}
diff --git a/dev-ruby/redis/redis-3.2.1.ebuild b/dev-ruby/redis/redis-3.2.1.ebuild
deleted file mode 100644
index 2775a23..0000000
--- a/dev-ruby/redis/redis-3.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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-07-24 6:42 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-24 6:42 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
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-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=1469342544.a7b5438d83703e681fb730a9fa4f785dd2f1886b.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