graaff      14/05/23 05:41:22

  Modified:             webrobots-0.1.1-r1.ebuild ChangeLog
  Log:
  Add ruby21. Do not run test that require the network, bug 431528.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.3                  dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild

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

Index: webrobots-0.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webrobots-0.1.1-r1.ebuild   5 Apr 2014 23:49:59 -0000       1.2
+++ webrobots-0.1.1-r1.ebuild   23 May 2014 05:41:22 -0000      1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.2 
2014/04/05 23:49:59 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.3 
2014/05/23 05:41:22 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="rdoc"
@@ -25,6 +25,9 @@
 
 all_ruby_prepare() {
        sed -i -e '/bundler/,/end/d' Rakefile test/helper.rb || die
+
+       # Avoid tests for live websites requirering a network connection.
+       sed -i -e '/robots.txt in the real world/,/^  end/ s:^:#:' 
test/test_webrobots.rb || die
 }
 
 each_ruby_test() {



1.16                 dev-ruby/webrobots/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   5 Apr 2014 23:49:59 -0000       1.15
+++ ChangeLog   23 May 2014 05:41:22 -0000      1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/webrobots
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.15 
2014/04/05 23:49:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.16 
2014/05/23 05:41:22 graaff Exp $
+
+  23 May 2014; Hans de Graaff <gra...@gentoo.org> webrobots-0.1.1-r1.ebuild:
+  Add ruby21. Do not run test that require the network, bug 431528.
 
   05 Apr 2014; Manuel RĂ¼ger <mr...@gentoo.org> webrobots-0.1.1-r1.ebuild,
   webrobots-0.1.1.ebuild:




Reply via email to