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/actionmailer: ChangeLog actionmailer-4.0.11.ebuild actionmailer-4.1.7.ebuild actionmailer-3.2.20.ebuild
Date: Fri, 31 Oct 2014 08:57:56
Message-Id: 20141031085753.848469216@oystercatcher.gentoo.org
1 graaff 14/10/31 08:57:53
2
3 Modified: ChangeLog
4 Added: actionmailer-4.0.11.ebuild
5 actionmailer-4.1.7.ebuild
6 actionmailer-3.2.20.ebuild
7 Log:
8 Version bump for security issue CVE-2014-7818.
9
10 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 Revision Changes Path
13 1.274 dev-ruby/actionmailer/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.274&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.274&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.273&r2=1.274
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
22 retrieving revision 1.273
23 retrieving revision 1.274
24 diff -u -r1.273 -r1.274
25 --- ChangeLog 12 Sep 2014 06:27:33 -0000 1.273
26 +++ ChangeLog 31 Oct 2014 08:57:53 -0000 1.274
27 @@ -1,6 +1,14 @@
28 # ChangeLog for dev-ruby/actionmailer
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.273 2014/09/12 06:27:33 graaff Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.274 2014/10/31 08:57:53 graaff Exp $
32 +
33 +*actionmailer-4.1.7 (31 Oct 2014)
34 +*actionmailer-4.0.11 (31 Oct 2014)
35 +*actionmailer-3.2.20 (31 Oct 2014)
36 +
37 + 31 Oct 2014; Hans de Graaff <graaff@g.o> +actionmailer-3.2.20.ebuild,
38 + +actionmailer-4.0.11.ebuild, +actionmailer-4.1.7.ebuild:
39 + Version bump for security issue CVE-2014-7818.
40
41 *actionmailer-4.1.6 (12 Sep 2014)
42
43
44
45
46 1.1 dev-ruby/actionmailer/actionmailer-4.0.11.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.11.ebuild?rev=1.1&content-type=text/plain
50
51 Index: actionmailer-4.0.11.ebuild
52 ===================================================================
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/actionmailer/actionmailer-4.0.11.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $
56
57 EAPI=5
58 USE_RUBY="ruby19 ruby20 ruby21"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
62
63 RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
64
65 inherit ruby-fakegem versionator
66
67 DESCRIPTION="Framework for designing email-service layers"
68 HOMEPAGE="https://github.com/rails/rails"
69 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
70
71 LICENSE="MIT"
72 SLOT="$(get_version_component_range 1-2)"
73 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
74 IUSE=""
75
76 RUBY_S="rails-${PV}/${PN}"
77
78 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
79 >=dev-ruby/mail-2.5.4:2.5"
80 ruby_add_bdepend "test? (
81 dev-ruby/bundler
82 dev-ruby/mocha:0.13
83 )"
84
85 all_ruby_prepare() {
86 # Remove items from the common Gemfile that we don't need for this
87 # test run. This also requires handling some gemspecs.
88 sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\)/d" ../Gemfile || die
89 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
90
91 # Add json to Gemfile to fix mime-types not doing this itself.
92 sed -e '5igem "json"' -i ../Gemfile || die
93 }
94
95
96
97 1.1 dev-ruby/actionmailer/actionmailer-4.1.7.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild?rev=1.1&content-type=text/plain
101
102 Index: actionmailer-4.1.7.ebuild
103 ===================================================================
104 # Copyright 1999-2014 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.1.7.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $
107
108 EAPI=5
109 USE_RUBY="ruby19 ruby20 ruby21"
110
111 RUBY_FAKEGEM_TASK_DOC=""
112 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
113
114 RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
115
116 inherit ruby-fakegem versionator
117
118 DESCRIPTION="Framework for designing email-service layers"
119 HOMEPAGE="https://github.com/rails/rails"
120 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
121
122 LICENSE="MIT"
123 SLOT="$(get_version_component_range 1-2)"
124 KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
125 IUSE=""
126
127 RUBY_S="rails-${PV}/${PN}"
128
129 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
130 >=dev-ruby/mail-2.5.4:2.5"
131 ruby_add_bdepend "test? (
132 dev-ruby/test-unit:2
133 dev-ruby/mocha:0.14
134 )"
135
136 all_ruby_prepare() {
137 # Set test environment to our hand.
138 rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
139 sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
140
141 # Make sure we use the test-unit gem since ruby18 does not provide
142 # all the test-unit features needed.
143 sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die
144 }
145
146
147
148 1.1 dev-ruby/actionmailer/actionmailer-3.2.20.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild?rev=1.1&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild?rev=1.1&content-type=text/plain
152
153 Index: actionmailer-3.2.20.ebuild
154 ===================================================================
155 # Copyright 1999-2014 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.20.ebuild,v 1.1 2014/10/31 08:57:53 graaff Exp $
158
159 EAPI=5
160 USE_RUBY="ruby19 ruby20"
161
162 RUBY_FAKEGEM_TASK_DOC=""
163 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
164
165 RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
166
167 inherit ruby-fakegem versionator
168
169 DESCRIPTION="Framework for designing email-service layers"
170 HOMEPAGE="https://github.com/rails/rails"
171 SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
172
173 LICENSE="MIT"
174 SLOT="$(get_version_component_range 1-2)"
175 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
176 IUSE=""
177
178 RUBY_S="rails-${PV}/${PN}"
179
180 ruby_add_rdepend "~dev-ruby/actionpack-${PV}
181 >=dev-ruby/mail-2.5.4:2.5"
182 ruby_add_bdepend "test? (
183 dev-ruby/bundler
184 dev-ruby/mocha:0.13
185 )"
186
187 all_ruby_prepare() {
188 # Remove items from the common Gemfile that we don't need for this
189 # test run. This also requires handling some gemspecs.
190 sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|mysql\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\|bcrypt-ruby\|rdoc\)/d" ../Gemfile || die
191 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
192 }