graaff      14/08/02 07:04:20

  Modified:             actionmailer-3.2.19.ebuild ChangeLog
  Log:
  Avoid a implicit dependency on dev-ruby/mysql with FEATURES=test, fixing bug 
518758.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  dev-ruby/actionmailer/actionmailer-3.2.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild?r1=1.1&r2=1.2

Index: actionmailer-3.2.19.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionmailer-3.2.19.ebuild  3 Jul 2014 05:38:51 -0000       1.1
+++ actionmailer-3.2.19.ebuild  2 Aug 2014 07:04:20 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v 1.1 
2014/07/03 05:38:51 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.2.19.ebuild,v 1.2 
2014/08/02 07:04:20 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -33,6 +33,6 @@
 all_ruby_prepare() {
        # Remove items from the common Gemfile that we don't need for this
        # test run. This also requires handling some gemspecs.
-       sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\|bcrypt-ruby\|rdoc\)/d"
 ../Gemfile || die
+       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
        sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' 
../railties/railties.gemspec || die
 }



1.268                dev-ruby/actionmailer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.268&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.268&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.267&r2=1.268

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   12 Jul 2014 07:01:38 -0000      1.267
+++ ChangeLog   2 Aug 2014 07:04:20 -0000       1.268
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.267 
2014/07/12 07:01:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.268 
2014/08/02 07:04:20 graaff Exp $
+
+  02 Aug 2014; Hans de Graaff <[email protected]> actionmailer-3.2.19.ebuild:
+  Avoid a implicit dependency on dev-ruby/mysql with FEATURES=test, fixing bug
+  518758.
 
   12 Jul 2014; Hans de Graaff <[email protected]> -actionmailer-3.2.18.ebuild,
   -actionmailer-4.0.5.ebuild, -actionmailer-4.0.6.ebuild,




Reply via email to