* [gentoo-commits] gentoo-x86 commit in dev-ruby/redis: redis-3.0.7.ebuild ChangeLog redis-3.0.5.ebuild
@ 2015-07-05 8:46 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-07-05 8:46 UTC (permalink / raw
To: gentoo-commits
mrueg 15/07/05 08:46:21
Modified: ChangeLog
Added: redis-3.0.7.ebuild
Removed: redis-3.0.5.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.5 dev-ruby/redis/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 Jun 2015 19:22:19 -0000 1.4
+++ ChangeLog 5 Jul 2015 08:46:21 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/redis
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v 1.4 2015/06/07 19:22:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/ChangeLog,v 1.5 2015/07/05 08:46:21 mrueg Exp $
+
+*redis-3.0.7 (05 Jul 2015)
+
+ 05 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +redis-3.0.7.ebuild,
+ -redis-3.0.5.ebuild:
+ Version bump. Remove old.
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
1.1 dev-ruby/redis/redis-3.0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild?rev=1.1&content-type=text/plain
Index: redis-3.0.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redis/redis-3.0.7.ebuild,v 1.1 2015/07/05 08:46:21 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 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}/${PN}-3.0.6-local-redis-server.patch"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-05 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-05 8:46 [gentoo-commits] gentoo-x86 commit in dev-ruby/redis: redis-3.0.7.ebuild ChangeLog redis-3.0.5.ebuild Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox