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/multi_json: ChangeLog multi_json-1.0.4.ebuild
Date: Tue, 27 Dec 2011 15:32:18
Message-Id: 20111227153206.4C2752004B@flycatcher.gentoo.org
1 graaff 11/12/27 15:32:06
2
3 Modified: ChangeLog multi_json-1.0.4.ebuild
4 Log:
5 Also require rspec:2 with USE=doc since it is required for the Rakefile, fixes bug 396191.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-ruby/multi_json/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 26 Dec 2011 10:30:57 -0000 1.9
23 +++ ChangeLog 27 Dec 2011 15:32:06 -0000 1.10
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/multi_json
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.9 2011/12/26 10:30:57 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.10 2011/12/27 15:32:06 graaff Exp $
29 +
30 + 27 Dec 2011; Hans de Graaff <graaff@g.o> multi_json-1.0.4.ebuild:
31 + Also require rspec:2 with USE=doc since it is required for the Rakefile.
32
33 26 Dec 2011; Fabian Groffen <grobian@g.o> multi_json-1.0.4.ebuild:
34 Add Prefix keywords, bug #396043
35
36
37
38 1.3 dev-ruby/multi_json/multi_json-1.0.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild?r1=1.2&r2=1.3
43
44 Index: multi_json-1.0.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- multi_json-1.0.4.ebuild 26 Dec 2011 10:30:57 -0000 1.2
51 +++ multi_json-1.0.4.ebuild 27 Dec 2011 15:32:06 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.2 2011/12/26 10:30:57 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.0.4.ebuild,v 1.3 2011/12/27 15:32:06 graaff Exp $
57
58 EAPI=2
59
60 @@ -26,6 +26,8 @@
61
62 ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 =dev-ruby/activesupport-3* )"
63
64 +ruby_add_bdepend "doc? ( dev-ruby/rspec:2 )"
65 +
66 ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/json )"
67
68 USE_RUBY=ruby18 ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"