graaff      15/07/05 07:02:08

  Modified:             ChangeLog ruby-dict-0.9.4-r4.ebuild
  Log:
  Remove tests since they only call the script in production and that requires 
a network connection, fixing bug 332983.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.21                 dev-ruby/ruby-dict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   25 Mar 2015 16:28:09 -0000      1.20
+++ ChangeLog   5 Jul 2015 07:02:07 -0000       1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-dict
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.20 
2015/03/25 16:28:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.21 
2015/07/05 07:02:07 graaff Exp $
+
+  05 Jul 2015; Hans de Graaff <gra...@gentoo.org> ruby-dict-0.9.4-r4.ebuild:
+  Remove tests since they only call the script in production and that requires
+  a network connection, fixing bug 332983.
 
   25 Mar 2015; Hans de Graaff <gra...@gentoo.org> ruby-dict-0.9.4-r4.ebuild:
   Add ruby22.



1.4                  dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild

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

Index: ruby-dict-0.9.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-dict-0.9.4-r4.ebuild   25 Mar 2015 16:28:09 -0000      1.3
+++ ruby-dict-0.9.4-r4.ebuild   5 Jul 2015 07:02:07 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v 1.3 
2015/03/25 16:28:09 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v 1.4 
2015/07/05 07:02:07 graaff Exp $
 
 EAPI=5
 
@@ -19,12 +19,6 @@
 
 RUBY_PATCHES=( "${PN}-ruby19.patch" )
 
-each_ruby_test() {
-       ewarn "Tests will use network connection"
-
-       ${RUBY} -Ilib ./rdict test || die
-}
-
 each_ruby_install() {
        doruby lib/dict.rb || die "doruby failed"
 }




Reply via email to