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/best_in_place: best_in_place-1.0.6.ebuild ChangeLog
Date: Fri, 11 May 2012 19:30:30
Message-Id: 20120511193006.4D4DF2004B@flycatcher.gentoo.org
1 flameeyes 12/05/11 19:30:06
2
3 Modified: best_in_place-1.0.6.ebuild ChangeLog
4 Log:
5 Add support for Rails 3.2, Ruby 1.9.
6
7 (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/best_in_place/best_in_place-1.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild?r1=1.1&r2=1.2
15
16 Index: best_in_place-1.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- best_in_place-1.0.6.ebuild 24 Jan 2012 10:38:54 -0000 1.1
23 +++ best_in_place-1.0.6.ebuild 11 May 2012 19:30:06 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild,v 1.1 2012/01/24 10:38:54 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild,v 1.2 2012/05/11 19:30:06 flameeyes Exp $
29
30 EAPI=4
31 -USE_RUBY="ruby18 ree18"
32 +USE_RUBY="ruby18 ree18 ruby19"
33
34 RUBY_FAKEGEM_TASK_TEST="spec"
35
36 @@ -28,7 +28,7 @@
37 IUSE=""
38
39 ruby_add_rdepend "
40 - dev-ruby/rails:3.1
41 + || ( dev-ruby/rails:3.2 dev-ruby/rails:3.1 )
42 dev-ruby/jquery-rails
43 "
44
45 @@ -49,10 +49,10 @@
46 -e '/rspec-rails/s:,.*::' \
47 ${RUBY_FAKEGEM_GEMSPEC} || die
48
49 - # let test_app work with Rails 3.1 (since we lack 3.2 for now).
50 + # let test_app work with Rails 3.1
51 sed -i \
52 -e '/gem .rails/s:3.2:~> 3.1:' \
53 - -e '/gem .\(coffee\|sass\)/s:3\.2\..:3.1.0:' \
54 + -e '/gem .\(coffee\|sass\)/s:3\.2\..:3.1:' \
55 test_app/Gemfile || die
56 }
57
58
59
60
61 1.5 dev-ruby/best_in_place/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 24 Jan 2012 10:38:54 -0000 1.4
74 +++ ChangeLog 11 May 2012 19:30:06 -0000 1.5
75 @@ -1,6 +1,10 @@
76 # ChangeLog for dev-ruby/best_in_place
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.4 2012/01/24 10:38:54 flameeyes Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.5 2012/05/11 19:30:06 flameeyes Exp $
80 +
81 + 11 May 2012; Diego E. Pettenò <flameeyes@g.o>
82 + best_in_place-1.0.6.ebuild:
83 + Add support for Rails 3.2, Ruby 1.9.
84
85 *best_in_place-1.0.6 (24 Jan 2012)