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/rails: ChangeLog rails-3.2.20.ebuild rails-4.1.7.ebuild rails-4.0.11.ebuild
Date: Fri, 31 Oct 2014 08:58:55
Message-Id: 20141031085852.1FA739217@oystercatcher.gentoo.org
1 graaff 14/10/31 08:58:52
2
3 Modified: ChangeLog
4 Added: rails-3.2.20.ebuild rails-4.1.7.ebuild
5 rails-4.0.11.ebuild
6 Log:
7 Version bump for security issue CVE-2014-7818.
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
10
11 Revision Changes Path
12 1.305 dev-ruby/rails/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.305&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.305&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.304&r2=1.305
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
21 retrieving revision 1.304
22 retrieving revision 1.305
23 diff -u -r1.304 -r1.305
24 --- ChangeLog 2 Oct 2014 12:29:38 -0000 1.304
25 +++ ChangeLog 31 Oct 2014 08:58:52 -0000 1.305
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-ruby/rails
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.304 2014/10/02 12:29:38 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.305 2014/10/31 08:58:52 graaff Exp $
31 +
32 +*rails-4.1.7 (31 Oct 2014)
33 +*rails-4.0.11 (31 Oct 2014)
34 +*rails-3.2.20 (31 Oct 2014)
35 +
36 + 31 Oct 2014; Hans de Graaff <graaff@g.o> +rails-3.2.20.ebuild,
37 + +rails-4.0.11.ebuild, +rails-4.1.7.ebuild:
38 + Version bump for security issue CVE-2014-7818.
39
40 02 Oct 2014; Hans de Graaff <graaff@g.o> rails-4.0.10.ebuild:
41 Fix sprockets-rails dependency to match gemspec.
42
43
44
45 1.1 dev-ruby/rails/rails-3.2.20.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.2.20.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-3.2.20.ebuild?rev=1.1&content-type=text/plain
49
50 Index: rails-3.2.20.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.20.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $
55
56 EAPI=5
57 USE_RUBY="ruby19 ruby20"
58
59 RUBY_FAKEGEM_BINWRAP=""
60
61 RUBY_FAKEGEM_TASK_DOC=""
62 RUBY_FAKEGEM_TASK_TEST=""
63
64 inherit ruby-fakegem versionator
65
66 DESCRIPTION="ruby on rails is a web-application and persistance framework"
67 HOMEPAGE="http://www.rubyonrails.org"
68
69 LICENSE="MIT"
70 SLOT="$(get_version_component_range 1-2)"
71 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72
73 IUSE="+asset-pipeline"
74
75 ruby_add_rdepend "
76 ~dev-ruby/actionmailer-${PV}
77 ~dev-ruby/actionpack-${PV}
78 ~dev-ruby/activerecord-${PV}
79 ~dev-ruby/activeresource-${PV}
80 ~dev-ruby/activesupport-${PV}
81 =dev-ruby/bundler-1*
82 ~dev-ruby/railties-${PV}
83 asset-pipeline? (
84 dev-ruby/jquery-rails
85 >=dev-ruby/sass-rails-3.2.3:3.2
86 >=dev-ruby/uglifier-1.0.3
87 >=dev-ruby/coffee-rails-3.2.1:3.2
88 )"
89
90
91
92 1.1 dev-ruby/rails/rails-4.1.7.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-4.1.7.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-4.1.7.ebuild?rev=1.1&content-type=text/plain
96
97 Index: rails-4.1.7.ebuild
98 ===================================================================
99 # Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.1.7.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $
102
103 EAPI=5
104 USE_RUBY="ruby19 ruby20 ruby21"
105
106 RUBY_FAKEGEM_BINWRAP=""
107
108 # The guides are now here but we'd need to rebuilt them first.
109 RUBY_FAKEGEM_TASK_DOC=""
110 RUBY_FAKEGEM_TASK_TEST=""
111
112 RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md"
113
114 inherit ruby-fakegem versionator
115
116 DESCRIPTION="ruby on rails is a web-application and persistance framework"
117 HOMEPAGE="http://www.rubyonrails.org"
118
119 LICENSE="MIT"
120 SLOT="$(get_version_component_range 1-2)"
121 KEYWORDS="~amd64 ~arm"
122
123 IUSE="+asset-pipeline"
124
125 ruby_add_rdepend "
126 ~dev-ruby/actionmailer-${PV}
127 ~dev-ruby/actionpack-${PV}
128 ~dev-ruby/actionview-${PV}
129 ~dev-ruby/activemodel-${PV}
130 ~dev-ruby/activerecord-${PV}
131 ~dev-ruby/activesupport-${PV}
132 ~dev-ruby/railties-${PV}
133 >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
134 =dev-ruby/sprockets-rails-2*
135 asset-pipeline? (
136 dev-ruby/jquery-rails
137 >=dev-ruby/sass-rails-4.0.3:4.0
138 >=dev-ruby/uglifier-1.3.0
139 >=dev-ruby/coffee-rails-4.0.0:4.0
140 )"
141
142 # also: turbolinks, >=jbuilder-1.2:1
143
144
145
146 1.1 dev-ruby/rails/rails-4.0.11.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-4.0.11.ebuild?rev=1.1&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/rails-4.0.11.ebuild?rev=1.1&content-type=text/plain
150
151 Index: rails-4.0.11.ebuild
152 ===================================================================
153 # Copyright 1999-2014 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.0.11.ebuild,v 1.1 2014/10/31 08:58:52 graaff Exp $
156
157 EAPI=5
158 USE_RUBY="ruby19 ruby20 ruby21"
159
160 RUBY_FAKEGEM_BINWRAP=""
161
162 # The guides are now here but we'd need to rebuilt them first.
163 RUBY_FAKEGEM_TASK_DOC=""
164 RUBY_FAKEGEM_TASK_TEST=""
165
166 RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md"
167
168 inherit ruby-fakegem versionator
169
170 DESCRIPTION="ruby on rails is a web-application and persistance framework"
171 HOMEPAGE="http://www.rubyonrails.org"
172
173 LICENSE="MIT"
174 SLOT="$(get_version_component_range 1-2)"
175 KEYWORDS="~amd64 ~arm ~x86"
176
177 IUSE="+asset-pipeline"
178
179 ruby_add_rdepend "
180 ~dev-ruby/actionmailer-${PV}
181 ~dev-ruby/actionpack-${PV}
182 ~dev-ruby/activerecord-${PV}
183 ~dev-ruby/activesupport-${PV}
184 ~dev-ruby/railties-${PV}
185 >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
186 =dev-ruby/sprockets-rails-2*
187 asset-pipeline? (
188 dev-ruby/jquery-rails
189 >=dev-ruby/sass-rails-4.0.0:4.0
190 >=dev-ruby/uglifier-1.3.0
191 >=dev-ruby/coffee-rails-4.0.0:4.0
192 )"
193
194 # also: turbolinks, >=jbuilder-1.2:1