Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/minitest: minitest-1.4.2.ebuild ChangeLog
Date: Mon, 04 Jan 2010 03:52:49
Message-Id: E1NRdzp-0007Wo-Jw@stork.gentoo.org
1 flameeyes 10/01/04 03:52:45
2
3 Modified: minitest-1.4.2.ebuild ChangeLog
4 Log:
5 Enable on JRuby since the test failures seem minimal. Reported upstream.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-ruby/minitest/minitest-1.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild?r1=1.6&r2=1.7
14
15 Index: minitest-1.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- minitest-1.4.2.ebuild 23 Dec 2009 13:25:56 -0000 1.6
22 +++ minitest-1.4.2.ebuild 4 Jan 2010 03:52:45 -0000 1.7
23 @@ -1,9 +1,11 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.6 2009/12/23 13:25:56 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.4.2.ebuild,v 1.7 2010/01/04 03:52:45 flameeyes Exp $
29
30 EAPI=2
31 -USE_RUBY="ruby18"
32 +# jruby → tests fail, reported upstream
33 +# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
34 +USE_RUBY="ruby18 jruby"
35
36 RUBY_FAKEGEM_TASK_DOC="docs"
37
38
39
40
41 1.6 dev-ruby/minitest/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.5&r2=1.6
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- ChangeLog 23 Dec 2009 13:25:56 -0000 1.5
54 +++ ChangeLog 4 Jan 2010 03:52:45 -0000 1.6
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-ruby/minitest
57 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.5 2009/12/23 13:25:56 jer Exp $
59 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.6 2010/01/04 03:52:45 flameeyes Exp $
61 +
62 + 04 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
63 + minitest-1.4.2.ebuild:
64 + Enable on JRuby since the test failures seem minimal. Reported upstream.
65
66 23 Dec 2009; Jeroen Roovers <jer@g.o> minitest-1.4.2.ebuild:
67 Marked ~ppc (bug #297830).