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