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/railties: railties-3.1.8.ebuild railties-3.0.17.ebuild ChangeLog
Date: Wed, 22 Aug 2012 00:18:37
Message-Id: 20120822001816.06643202AA@flycatcher.gentoo.org
1 flameeyes 12/08/22 00:18:15
2
3 Modified: railties-3.1.8.ebuild railties-3.0.17.ebuild
4 ChangeLog
5 Log:
6 Permit newer thor on railties 3.0/3.1.
7
8 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/railties/railties-3.1.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild?r1=1.1&r2=1.2
16
17 Index: railties-3.1.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- railties-3.1.8.ebuild 11 Aug 2012 08:38:31 -0000 1.1
24 +++ railties-3.1.8.ebuild 22 Aug 2012 00:18:15 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild,v 1.1 2012/08/11 08:38:31 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.1.8.ebuild,v 1.2 2012/08/22 00:18:15 flameeyes Exp $
30
31 EAPI=4
32 USE_RUBY="ruby18 ruby19 ree18"
33 @@ -51,4 +51,7 @@
34 # Remove items from the common Gemfile that we don't need for this
35 # test run. This also requires handling some gemspecs.
36 sed -i -e '/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\)/d' ../Gemfile || die
37 +
38 + # allow newer thor
39 + sed -i -e '/dependency.*thor/s:~>:>=:' ${RUBY_FAKEGEM_GEMSPEC} || die
40 }
41
42
43
44 1.2 dev-ruby/railties/railties-3.0.17.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild?r1=1.1&r2=1.2
49
50 Index: railties-3.0.17.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- railties-3.0.17.ebuild 11 Aug 2012 08:38:31 -0000 1.1
57 +++ railties-3.0.17.ebuild 22 Aug 2012 00:18:15 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild,v 1.1 2012/08/11 08:38:31 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.17.ebuild,v 1.2 2012/08/22 00:18:15 flameeyes Exp $
63
64 EAPI=4
65 USE_RUBY="ruby18 ree18"
66 @@ -45,3 +45,8 @@
67 doc? (
68 >=dev-ruby/redcloth-4.1.1
69 )"
70 +
71 +all_ruby_prepare() {
72 + # allow newer thor
73 + sed -i -e '/dependency.*thor/s:~>:>=:' ${RUBY_FAKEGEM_GEMSPEC} || die
74 +}
75
76
77
78 1.36 dev-ruby/railties/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.36&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.36&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?r1=1.35&r2=1.36
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
87 retrieving revision 1.35
88 retrieving revision 1.36
89 diff -u -r1.35 -r1.36
90 --- ChangeLog 11 Aug 2012 08:38:31 -0000 1.35
91 +++ ChangeLog 22 Aug 2012 00:18:15 -0000 1.36
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-ruby/railties
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.35 2012/08/11 08:38:31 graaff Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.36 2012/08/22 00:18:15 flameeyes Exp $
97 +
98 + 22 Aug 2012; Diego E. Pettenò <flameeyes@g.o> railties-3.0.17.ebuild,
99 + railties-3.1.8.ebuild:
100 + Permit newer thor on railties 3.0/3.1.
101
102 *railties-3.1.8 (11 Aug 2012)
103 *railties-3.0.17 (11 Aug 2012)
104 @@ -155,4 +159,3 @@
105 05 Dec 2010; Hans de Graaff <graaff@g.o> +railties-3.0.3.ebuild,
106 +metadata.xml:
107 Initial import for Rails 3. Split off from dev-ruby/rails.
108 -