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-5.0.3.ebuild ChangeLog
Date: Fri, 31 May 2013 16:05:57
Message-Id: 20130531160549.573AD2171D@flycatcher.gentoo.org
1 flameeyes 13/05/31 16:05:49
2
3 Modified: ChangeLog
4 Added: minitest-5.0.3.ebuild
5 Log:
6 Version bump, drop support for jruby for now.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
9
10 Revision Changes Path
11 1.112 dev-ruby/minitest/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.112&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?rev=1.112&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/ChangeLog?r1=1.111&r2=1.112
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v
20 retrieving revision 1.111
21 retrieving revision 1.112
22 diff -u -r1.111 -r1.112
23 --- ChangeLog 7 May 2013 05:24:26 -0000 1.111
24 +++ ChangeLog 31 May 2013 16:05:49 -0000 1.112
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/minitest
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.111 2013/05/07 05:24:26 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/ChangeLog,v 1.112 2013/05/31 16:05:49 flameeyes Exp $
30 +
31 +*minitest-5.0.3 (31 May 2013)
32 +
33 + 31 May 2013; Diego E. Pettenò <flameeyes@g.o> +minitest-5.0.3.ebuild:
34 + Version bump, drop support for jruby for now.
35
36 *minitest-4.7.4 (07 May 2013)
37
38
39
40
41 1.1 dev-ruby/minitest/minitest-5.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-5.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/minitest/minitest-5.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: minitest-5.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.0.3.ebuild,v 1.1 2013/05/31 16:05:49 flameeyes Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19"
54
55 # Rake is the easiest way to go through this unfortunately.
56 RUBY_FAKEGEM_RECIPE_TEST="rake"
57
58 RUBY_FAKEGEM_TASK_DOC="docs"
59
60 RUBY_FAKEGEM_DOCDIR="doc"
61 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
66 HOMEPAGE="https://github.com/seattlerb/minitest"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 IUSE="doc test"
72
73 ruby_add_bdepend "
74 doc? ( dev-ruby/hoe dev-ruby/rdoc )
75 ruby_targets_ruby18? ( !!dev-ruby/minitest[ruby_targets_ruby18] )"
76
77 # There is a nasty bug that tests fail if minitest is loaded already
78 # from the system.