[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-dict: ChangeLog ruby-dict-0.9.4-r4.ebuild

2015-07-05 Thread Hans de Graaff (graaff)
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  ChangesPath
1.21 dev-ruby/ruby-dict/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?r1=1.20r2=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 -  1.20
+++ ChangeLog   5 Jul 2015 07:02:07 -   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.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild?rev=1.4content-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.3r2=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 -  1.3
+++ ruby-dict-0.9.4-r4.ebuild   5 Jul 2015 07:02:07 -   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
 }






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-dict: ChangeLog ruby-dict-0.9.4-r4.ebuild

2015-03-25 Thread Hans de Graaff (graaff)
graaff  15/03/25 16:28:09

  Modified: ChangeLog ruby-dict-0.9.4-r4.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.20 dev-ruby/ruby-dict/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Nov 2014 02:26:55 -  1.19
+++ ChangeLog   25 Mar 2015 16:28:09 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-dict
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.19 
2014/11/26 02:26:55 mrueg Exp $
+# 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 $
+
+  25 Mar 2015; Hans de Graaff gra...@gentoo.org ruby-dict-0.9.4-r4.ebuild:
+  Add ruby22.
 
   26 Nov 2014; Manuel RĂ¼ger mr...@gentoo.org ruby-dict-0.9.4-r3.ebuild,
   ruby-dict-0.9.4-r4.ebuild:



1.3  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.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild?rev=1.3content-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.2r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-dict-0.9.4-r4.ebuild   26 Nov 2014 02:26:55 -  1.2
+++ ruby-dict-0.9.4-r4.ebuild   25 Mar 2015 16:28:09 -  1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.2 
2014/11/26 02:26:55 mrueg Exp $
+# $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 $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 inherit ruby-ng