Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/test-spec: test-spec-0.10.0-r2.ebuild ChangeLog
Date: Sat, 01 May 2010 10:41:43
Message-Id: 20100501104140.E2EB22C0D5@corvid.gentoo.org
1 flameeyes 10/05/01 10:41:40
2
3 Modified: test-spec-0.10.0-r2.ebuild ChangeLog
4 Log:
5 Don't depend on test-unit-2 at runtime.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild?r1=1.8&r2=1.9
14
15 Index: test-spec-0.10.0-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- test-spec-0.10.0-r2.ebuild 26 Apr 2010 17:56:22 -0000 1.8
22 +++ test-spec-0.10.0-r2.ebuild 1 May 2010 10:41:40 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v 1.8 2010/04/26 17:56:22 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/test-spec-0.10.0-r2.ebuild,v 1.9 2010/05/01 10:41:40 flameeyes Exp $
28
29 EAPI="2"
30
31 @@ -21,10 +21,14 @@
32 IUSE=""
33
34 ruby_add_rdepend virtual/ruby-test-unit
35 -USE_RUBY=ruby19 \
36 - ruby_add_rdepend ruby_targets_ruby19 '>=dev-ruby/test-unit-2.0.6'
37 ruby_add_bdepend test dev-ruby/mocha
38
39 +# On Ruby 1.9, the tests only work with test-unit-2, but generally
40 +# speaking, test-spec should work fine with test-unit-1.2.3, and
41 +# indeed some testsuites only work with that.
42 +USE_RUBY=ruby19 \
43 + ruby_add_bdepend "ruby_targets_ruby19 test" '>=dev-ruby/test-unit-2.0.6'
44 +
45 all_ruby_prepare() {
46 epatch "${FILESDIR}"/${P}-jruby.patch
47 }
48
49
50
51 1.15 dev-ruby/test-spec/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/ChangeLog?rev=1.15&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/ChangeLog?rev=1.15&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/test-spec/ChangeLog?r1=1.14&r2=1.15
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v
60 retrieving revision 1.14
61 retrieving revision 1.15
62 diff -u -r1.14 -r1.15
63 --- ChangeLog 26 Apr 2010 17:56:22 -0000 1.14
64 +++ ChangeLog 1 May 2010 10:41:40 -0000 1.15
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-ruby/test-spec
67 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.14 2010/04/26 17:56:22 flameeyes Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-spec/ChangeLog,v 1.15 2010/05/01 10:41:40 flameeyes Exp $
70 +
71 + 01 May 2010; Diego E. Pettenò <flameeyes@g.o>
72 + test-spec-0.10.0-r2.ebuild:
73 + Don't depend on test-unit-2 at runtime.
74
75 26 Apr 2010; Diego E. Pettenò <flameeyes@g.o>
76 test-spec-0.10.0-r2.ebuild: