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/webrat: webrat-0.7.1.ebuild ChangeLog
Date: Tue, 27 Apr 2010 05:44:45
Message-Id: 20100427054443.031742C04C@corvid.gentoo.org
1 graaff 10/04/27 05:44:42
2
3 Modified: ChangeLog
4 Added: webrat-0.7.1.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.8 dev-ruby/webrat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/webrat/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/webrat/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/webrat/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 23 Jan 2010 09:15:40 -0000 1.7
23 +++ ChangeLog 27 Apr 2010 05:44:42 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/webrat
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.7 2010/01/23 09:15:40 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.8 2010/04/27 05:44:42 graaff Exp $
29 +
30 +*webrat-0.7.1 (27 Apr 2010)
31 +
32 + 27 Apr 2010; Hans de Graaff <graaff@g.o> +webrat-0.7.1.ebuild:
33 + Version bump: various enhancements and bug fixes.
34
35 23 Jan 2010; Hans de Graaff <graaff@g.o> webrat-0.7.0.ebuild:
36 webrat has no task to build documentation.
37
38
39
40 1.1 dev-ruby/webrat/webrat-0.7.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: webrat-0.7.1.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/webrat/webrat-0.7.1.ebuild,v 1.1 2010/04/27 05:44:42 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56
57 RUBY_FAKEGEM_TASK_TEST="spec:integration:rack spec:integration:sinatra spec:integration:mechanize"
58
59 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
60
61 RUBY_FAKEGEM_EXTRAINSTALL="vendor"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Ruby acceptance testing for web applications"
66 HOMEPAGE="http://github.com/brynary/webrat/"
67 LICENSE="MIT"
68
69 KEYWORDS="~amd64 ~x86"
70 SLOT="0"
71 IUSE=""
72
73 ruby_add_rdepend ">=dev-ruby/nokogiri-1.2.0
74 >=dev-ruby/rack-1.0"
75
76 ruby_add_bdepend test "dev-ruby/rspec dev-ruby/rack-test dev-ruby/sinatra dev-ruby/mechanize"