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/xpath: xpath-0.1.4.ebuild ChangeLog
Date: Thu, 05 Jul 2012 21:54:14
Message-Id: 20120705215359.194FF2004B@flycatcher.gentoo.org
1 flameeyes 12/07/05 21:53:59
2
3 Modified: xpath-0.1.4.ebuild ChangeLog
4 Log:
5 Use the new rspec testing support; remove jruby from the compatible implementations because tests fail only there.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/xpath/xpath-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild?r1=1.4&r2=1.5
15
16 Index: xpath-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- xpath-0.1.4.ebuild 11 Jan 2012 06:51:41 -0000 1.4
23 +++ xpath-0.1.4.ebuild 5 Jul 2012 21:53:59 -0000 1.5
24 @@ -1,14 +1,14 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.4 2012/01/11 06:51:41 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/xpath-0.1.4.ebuild,v 1.5 2012/07/05 21:53:59 flameeyes Exp $
29
30 EAPI="4"
31 -USE_RUBY="ruby18 ruby19 ree18 jruby"
32 +USE_RUBY="ruby18 ruby19 ree18"
33
34 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
35
36 RUBY_FAKEGEM_TASK_DOC=""
37 -RUBY_FAKEGEM_TASK_TEST=""
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec"
39
40 inherit ruby-fakegem
41
42 @@ -18,14 +18,8 @@
43
44 KEYWORDS="~amd64"
45 SLOT="0"
46 -IUSE="test"
47 -
48 -ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
49 +IUSE=""
50
51 all_ruby_prepare() {
52 sed -i -e '/bundler/d' spec/spec_helper.rb || die
53 }
54 -
55 -each_ruby_test() {
56 - ${RUBY} -Ilib -S rspec spec || die "Tests failed."
57 -}
58
59
60
61 1.5 dev-ruby/xpath/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xpath/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 11 Jan 2012 06:51:41 -0000 1.4
74 +++ ChangeLog 5 Jul 2012 21:53:59 -0000 1.5
75 @@ -1,6 +1,10 @@
76 # ChangeLog for dev-ruby/xpath
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.4 2012/01/11 06:51:41 graaff Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xpath/ChangeLog,v 1.5 2012/07/05 21:53:59 flameeyes Exp $
80 +
81 + 05 Jul 2012; Diego E. Pettenò <flameeyes@g.o> xpath-0.1.4.ebuild:
82 + Use the new rspec testing support; remove jruby from the compatible
83 + implementations because tests fail only there.
84
85 11 Jan 2012; Hans de Graaff <graaff@g.o> xpath-0.1.4.ebuild:
86 Add ruby19.
87 @@ -16,4 +20,3 @@
88 18 May 2011; Hans de Graaff <graaff@g.o> +xpath-0.1.4.ebuild,
89 +metadata.xml:
90 Initial import. Dependency of forthcoming capybara.
91 -