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: actionmailer-3.2.19.ebuild ChangeLog
Date: Sat, 02 Aug 2014 07:04:27
Message-Id: 20140802070422.0B0A42004E@flycatcher.gentoo.org
1 graaff 14/08/02 07:04:20
2
3 Modified: actionmailer-3.2.19.ebuild ChangeLog
4 Log:
5 Avoid a implicit dependency on dev-ruby/mysql with FEATURES=test, fixing bug 518758.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.2 dev-ruby/actionmailer/actionmailer-3.2.19.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?r1=1.1&r2=1.2
15
16 Index: actionmailer-3.2.19.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- actionmailer-3.2.19.ebuild 3 Jul 2014 05:38:51 -0000 1.1
23 +++ actionmailer-3.2.19.ebuild 2 Aug 2014 07:04:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v 1.1 2014/07/03 05:38:51 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v 1.2 2014/08/02 07:04:20 graaff Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20"
32 @@ -33,6 +33,6 @@
33 all_ruby_prepare() {
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 "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\|bcrypt-ruby\|rdoc\)/d" ../Gemfile || die
37 + 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
38 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
39 }
40
41
42
43 1.268 dev-ruby/actionmailer/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.268&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.268&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.267&r2=1.268
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
52 retrieving revision 1.267
53 retrieving revision 1.268
54 diff -u -r1.267 -r1.268
55 --- ChangeLog 12 Jul 2014 07:01:38 -0000 1.267
56 +++ ChangeLog 2 Aug 2014 07:04:20 -0000 1.268
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-ruby/actionmailer
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.267 2014/07/12 07:01:38 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.268 2014/08/02 07:04:20 graaff Exp $
62 +
63 + 02 Aug 2014; Hans de Graaff <graaff@g.o> actionmailer-3.2.19.ebuild:
64 + Avoid a implicit dependency on dev-ruby/mysql with FEATURES=test, fixing bug
65 + 518758.
66
67 12 Jul 2014; Hans de Graaff <graaff@g.o> -actionmailer-3.2.18.ebuild,
68 -actionmailer-4.0.5.ebuild, -actionmailer-4.0.6.ebuild,