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: ChangeLog minitest-1.5.0.ebuild
Date: Thu, 07 Jan 2010 20:14:08
Message-Id: E1NSyk9-0007Ys-Tl@stork.gentoo.org
1 flameeyes 10/01/07 20:14:05
2
3 Modified: ChangeLog
4 Added: minitest-1.5.0.ebuild
5 Log:
6 Version bump. Tests still fail in the same way under JRuby.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-ruby/minitest/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 6 Jan 2010 18:49:27 -0000 1.8
23 +++ ChangeLog 7 Jan 2010 20:14:05 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/minitest
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.8 2010/01/06 18:49:27 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.9 2010/01/07 20:14:05 flameeyes Exp $
29 +
30 +*minitest-1.5.0 (07 Jan 2010)
31 +
32 + 07 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +minitest-1.5.0.ebuild:
34 + Version bump. Tests still fail in the same way under JRuby.
35
36 06 Jan 2010; Raúl Porcel <armin76@g.o> minitest-1.4.2.ebuild:
37 Add ~ia64/~sparc
38
39
40
41 1.1 dev-ruby/minitest/minitest-1.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/minitest-1.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/minitest/minitest-1.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: minitest-1.5.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.5.0.ebuild,v 1.1 2010/01/07 20:14:05 flameeyes Exp $
51
52 EAPI=2
53 # jruby → tests fail, reported upstream
54 # http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
55 USE_RUBY="ruby18 jruby"
56
57 RUBY_FAKEGEM_TASK_DOC="docs"
58
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
61
62 RUBY_FAKEGEM_EXTRAINSTALL="template"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
67 HOMEPAGE="http://rubyforge.org/projects/bfts"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
72 IUSE=""
73
74 ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/hoe"