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/i18n: ChangeLog i18n-0.4.2.ebuild
Date: Sun, 23 Jan 2011 08:40:50
Message-Id: 20110123084039.0761F20054@flycatcher.gentoo.org
1 graaff 11/01/23 08:40:39
2
3 Modified: ChangeLog i18n-0.4.2.ebuild
4 Log:
5 Remove broken blocker on test-unit:2 since this no longer appears to be a problem.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 dev-ruby/i18n/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 22 Jan 2011 15:17:26 -0000 1.28
23 +++ ChangeLog 23 Jan 2011 08:40:38 -0000 1.29
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/i18n
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.28 2011/01/22 15:17:26 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.29 2011/01/23 08:40:38 graaff Exp $
29 +
30 + 23 Jan 2011; Hans de Graaff <graaff@g.o> i18n-0.4.2.ebuild:
31 + Remove broken blocker on test-unit:2 since this no longer appears to be a
32 + problem.
33
34 22 Jan 2011; Hans de Graaff <graaff@g.o> -i18n-0.3.3.ebuild,
35 -i18n-0.4.1.ebuild:
36
37
38
39 1.4 dev-ruby/i18n/i18n-0.4.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild?r1=1.3&r2=1.4
44
45 Index: i18n-0.4.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- i18n-0.4.2.ebuild 10 Jan 2011 18:24:58 -0000 1.3
52 +++ i18n-0.4.2.ebuild 23 Jan 2011 08:40:38 -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/i18n/i18n-0.4.2.ebuild,v 1.3 2011/01/10 18:24:58 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.4.2.ebuild,v 1.4 2011/01/23 08:40:38 graaff Exp $
58
59 EAPI=2
60
61 @@ -39,17 +39,12 @@
62 )"
63
64 # mocha is optionally used by the testsuite, try to increase coverage
65 -# of testing by depending on it; when mocha is used, though,
66 -# test-unit:2 cannot be merged at the same time (mocha problem?)
67 +# of testing by depending on it.
68 #
69 # One further test dependency would be ruby-cldr
70 # (http://rubygems.org/gems/ruby-cldr) but we don't have it in tree
71 # yet.
72 -ruby_add_bdepend "
73 - test? (
74 - dev-ruby/mocha
75 - !!dev-ruby/test-unit:2
76 - )"
77 +ruby_add_bdepend "test? ( dev-ruby/mocha )"
78
79 all_ruby_prepare() {
80 sed -i '/bundler/d' test/test_setup/bundle.rb || die "Unable to remove Bundler support"