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/rack-test: ChangeLog rack-test-0.6.1.ebuild
Date: Fri, 29 Jul 2011 05:04:27
Message-Id: 20110729050415.D432D2004B@flycatcher.gentoo.org
1 graaff 11/07/29 05:04:15
2
3 Modified: ChangeLog
4 Added: rack-test-0.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-ruby/rack-test/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 24 Jul 2011 09:43:12 -0000 1.13
24 +++ ChangeLog 29 Jul 2011 05:04:15 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/rack-test
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.13 2011/07/24 09:43:12 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.14 2011/07/29 05:04:15 graaff Exp $
30 +
31 +*rack-test-0.6.1 (29 Jul 2011)
32 +
33 + 29 Jul 2011; Hans de Graaff <graaff@g.o> +rack-test-0.6.1.ebuild:
34 + Version bump.
35
36 24 Jul 2011; Kacper Kowalik <xarthisius@g.o> rack-test-0.5.7.ebuild:
37 Marked ~ppc/~ppc64 wrt #351835
38
39
40
41 1.1 dev-ruby/rack-test/rack-test-0.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rack-test-0.6.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.1.ebuild,v 1.1 2011/07/29 05:04:15 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18"
54
55 # no documentation is generable, it needs hanna, which is broken
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 RUBY_FAKEGEM_TASK_TEST="spec"
59
60 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
61
62 inherit versionator ruby-fakegem
63
64 DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps."
65 HOMEPAGE="http://github.com/brynary/rack-test"
66
67 LICENSE="MIT"
68 SLOT="$(get_version_component_range 1-2)"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_rdepend '>=dev-ruby/rack-1.0'
73 ruby_add_bdepend "test? ( dev-ruby/rspec:2 >=dev-ruby/sinatra-1.2.6 )"
74
75 all_ruby_prepare() {
76 # Remove Bundler related code.
77 rm Gemfile Gemfile.lock || die "Unable to clean unneeded Bundler items."
78 }