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/best_in_place: ChangeLog best_in_place-2.1.0.ebuild
Date: Tue, 30 Dec 2014 10:50:20
Message-Id: 20141230105016.B08DFE7CD@oystercatcher.gentoo.org
1 graaff 14/12/30 10:50:16
2
3 Modified: ChangeLog best_in_place-2.1.0.ebuild
4 Log:
5 Add ruby20. Use correct slot for jquery-rails.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.16 dev-ruby/best_in_place/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 30 Dec 2014 10:10:09 -0000 1.15
23 +++ ChangeLog 30 Dec 2014 10:50:16 -0000 1.16
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/best_in_place
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.15 2014/12/30 10:10:09 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.16 2014/12/30 10:50:16 graaff Exp $
29 +
30 + 30 Dec 2014; Hans de Graaff <graaff@g.o> best_in_place-2.1.0.ebuild:
31 + Add ruby20. Use correct slot for jquery-rails.
32
33 30 Dec 2014; Hans de Graaff <graaff@g.o> best_in_place-2.1.0.ebuild:
34 Fix versioning issues to make all test pass again.
35
36
37
38 1.4 dev-ruby/best_in_place/best_in_place-2.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?r1=1.3&r2=1.4
43
44 Index: best_in_place-2.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- best_in_place-2.1.0.ebuild 30 Dec 2014 10:10:09 -0000 1.3
51 +++ best_in_place-2.1.0.ebuild 30 Dec 2014 10:50:16 -0000 1.4
52 @@ -1,9 +1,9 @@
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/best_in_place/best_in_place-2.1.0.ebuild,v 1.3 2014/12/30 10:10:09 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.4 2014/12/30 10:50:16 graaff Exp $
57
58 EAPI=5
59 -USE_RUBY="ruby19"
60 +USE_RUBY="ruby19 ruby20"
61
62 RUBY_FAKEGEM_TASK_DOC=""
63 RUBY_FAKEGEM_EXTRADOC="README.md"
64 @@ -26,7 +26,7 @@
65 IUSE=""
66
67 ruby_add_rdepend ">=dev-ruby/rails-3.1
68 - dev-ruby/jquery-rails:0"
69 + dev-ruby/jquery-rails:2"
70
71 ruby_add_bdepend "
72 test? (
73 @@ -58,5 +58,5 @@
74
75 each_ruby_test() {
76 RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed"
77 - VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec-2 spec || die "Specs failed"
78 + VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec ${RUBY} -S rspec-2 spec || die "Specs failed"
79 }