Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rspec: ChangeLog rspec-1.3.2-r1.ebuild
Date: Thu, 10 Jul 2014 10:07:00
Message-Id: 20140710100656.03C282004E@flycatcher.gentoo.org
1 graaff 14/07/10 10:06:55
2
3 Modified: ChangeLog rspec-1.3.2-r1.ebuild
4 Log:
5 Fix dependencies for ruby20 and ruby21.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.168 dev-ruby/rspec/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.168&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.168&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?r1=1.167&r2=1.168
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v
19 retrieving revision 1.167
20 retrieving revision 1.168
21 diff -u -r1.167 -r1.168
22 --- ChangeLog 10 Jul 2014 09:53:46 -0000 1.167
23 +++ ChangeLog 10 Jul 2014 10:06:55 -0000 1.168
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/rspec
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.167 2014/07/10 09:53:46 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.168 2014/07/10 10:06:55 graaff Exp $
29 +
30 + 10 Jul 2014; Hans de Graaff <graaff@g.o> rspec-1.3.2-r1.ebuild:
31 + Fix dependencies for ruby20 and ruby21.
32
33 *rspec-1.3.2-r1 (10 Jul 2014)
34
35
36
37
38 1.2 dev-ruby/rspec/rspec-1.3.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: rspec-1.3.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- rspec-1.3.2-r1.ebuild 10 Jul 2014 09:53:46 -0000 1.1
51 +++ rspec-1.3.2-r1.ebuild 10 Jul 2014 10:06:55 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.1 2014/07/10 09:53:46 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.2 2014/07/10 10:06:55 graaff Exp $
57
58 EAPI=5
59 USE_RUBY="ruby19 ruby20 ruby21 jruby"
60 @@ -36,13 +36,13 @@
61 # We should add nokogiri here to make sure that we test as much as
62 # possible, but since it's yet unported to 1.9 and the nokogiri-due
63 # tests fail for sure, we'll be waiting on it.
64 -USE_RUBY="ruby19" \
65 +USE_RUBY="ruby19 ruby20 ruby21" \
66 ruby_add_bdepend "test? (
67 >=dev-ruby/hoe-2.0.0
68 dev-ruby/zentest
69 >=dev-ruby/syntax-1.0
70 >=dev-ruby/fakefs-0.2.1 )"
71 -USE_RUBY="ruby19" ruby_add_bdepend "test? ( =dev-ruby/test-unit-1.2.3 )"
72 +USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? ( ~dev-ruby/test-unit-1.2.3 )"
73
74 all_ruby_prepare() {
75 # Avoid dependency on git.