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/net-ssh: ChangeLog net-ssh-2.1.3.ebuild
Date: Sat, 07 May 2011 09:05:51
Message-Id: 20110507090541.C8BA720054@flycatcher.gentoo.org
1 graaff 11/05/07 09:05:41
2
3 Modified: ChangeLog net-ssh-2.1.3.ebuild
4 Log:
5 Relax test-unit dependency a bit to include the revision that is marked stable.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.88 dev-ruby/net-ssh/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?rev=1.88&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?rev=1.88&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/ChangeLog?r1=1.87&r2=1.88
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v
19 retrieving revision 1.87
20 retrieving revision 1.88
21 diff -u -r1.87 -r1.88
22 --- ChangeLog 4 May 2011 18:28:24 -0000 1.87
23 +++ ChangeLog 7 May 2011 09:05:41 -0000 1.88
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/net-ssh
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.87 2011/05/04 18:28:24 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.88 2011/05/07 09:05:41 graaff Exp $
29 +
30 + 07 May 2011; Hans de Graaff <graaff@g.o> net-ssh-2.1.3.ebuild:
31 + Relax test-unit dependency a bit to include the revision that is marked
32 + stable.
33
34 04 May 2011; Christoph Mende <angelos@g.o> net-ssh-2.1.3.ebuild:
35 Stable on amd64 wrt bug #321103
36
37
38
39 1.4 dev-ruby/net-ssh/net-ssh-2.1.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild?r1=1.3&r2=1.4
44
45 Index: net-ssh-2.1.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- net-ssh-2.1.3.ebuild 4 May 2011 18:28:24 -0000 1.3
52 +++ net-ssh-2.1.3.ebuild 7 May 2011 09:05:41 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild,v 1.3 2011/05/04 18:28:24 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.1.3.ebuild,v 1.4 2011/05/07 09:05:41 graaff Exp $
58
59 EAPI="2"
60 USE_RUBY="ruby18 ree18"
61 @@ -24,7 +24,7 @@
62 # Explicit dependency on test-unit should be avoided but currently test
63 # suite fails with 2.2.0. Reported upstream as a bug:
64 # http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/29-tests-fails-with-test-unit-220
65 -ruby_add_bdepend "test? ( =dev-ruby/test-unit-2.1.2:2 dev-ruby/mocha )"
66 +ruby_add_bdepend "test? ( ~dev-ruby/test-unit-2.1.2:2 dev-ruby/mocha )"
67
68 each_ruby_test() {
69 ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."