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/ruby-dict: ChangeLog ruby-dict-0.9.4-r4.ebuild
Date: Sun, 05 Jul 2015 07:02:17
Message-Id: 20150705070208.0C0E6752@oystercatcher.gentoo.org
1 graaff 15/07/05 07:02:08
2
3 Modified: ChangeLog ruby-dict-0.9.4-r4.ebuild
4 Log:
5 Remove tests since they only call the script in production and that requires a network connection, fixing bug 332983.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.21 dev-ruby/ruby-dict/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-dict/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 25 Mar 2015 16:28:09 -0000 1.20
23 +++ ChangeLog 5 Jul 2015 07:02:07 -0000 1.21
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/ruby-dict
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.20 2015/03/25 16:28:09 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.21 2015/07/05 07:02:07 graaff Exp $
29 +
30 + 05 Jul 2015; Hans de Graaff <graaff@g.o> ruby-dict-0.9.4-r4.ebuild:
31 + Remove tests since they only call the script in production and that requires
32 + a network connection, fixing bug 332983.
33
34 25 Mar 2015; Hans de Graaff <graaff@g.o> ruby-dict-0.9.4-r4.ebuild:
35 Add ruby22.
36
37
38
39 1.4 dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild
40
41 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
42 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
43 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
44
45 Index: ruby-dict-0.9.4-r4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ruby-dict-0.9.4-r4.ebuild 25 Mar 2015 16:28:09 -0000 1.3
52 +++ ruby-dict-0.9.4-r4.ebuild 5 Jul 2015 07:02:07 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $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 $
58
59 EAPI=5
60
61 @@ -19,12 +19,6 @@
62
63 RUBY_PATCHES=( "${PN}-ruby19.patch" )
64
65 -each_ruby_test() {
66 - ewarn "Tests will use network connection"
67 -
68 - ${RUBY} -Ilib ./rdict test || die
69 -}
70 -
71 each_ruby_install() {
72 doruby lib/dict.rb || die "doruby failed"
73 }