Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coderay/
Date: Mon, 07 Mar 2016 21:14:28
Message-Id: 1457385246.4dc5b8a4b517819d42efd43cf20042a5a76348e7.graaff@gentoo
1 commit: 4dc5b8a4b517819d42efd43cf20042a5a76348e7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 21:08:36 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 21:14:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b8a4
7
8 dev-ruby/coderay: add ruby23, drop redcloth test dependency
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/coderay/coderay-1.1.1.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ruby/coderay/coderay-1.1.1.ebuild b/dev-ruby/coderay/coderay-1.1.1.ebuild
16 index 31e76e9..6698ce7 100644
17 --- a/dev-ruby/coderay/coderay-1.1.1.ebuild
18 +++ b/dev-ruby/coderay/coderay-1.1.1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby20 ruby21 ruby22"
24 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
25
26 # The test target also contains test:exe but that requires
27 # shoulda-context which we do not have packaged yet.
28 @@ -26,10 +26,10 @@ SLOT="0"
29 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 IUSE=""
31
32 -# Redcloth is optional but automagically tested, so we add this
33 -# dependency to ensure that we get at least a version that works: bug
34 -# 330621.
35 -ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"
36 +# Redcloth is an optional but automagically tested dependency. This
37 +# requires redcloth-4.2.2. We don't depend on this version to make
38 +# bootstrapping rspec with new versions easier, since redcloth depends
39 +# on rake-compiler.
40
41 all_ruby_prepare() {
42 sed -i -e "/[Bb]undler/d" Rakefile || die