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/rspec-expectations: rspec-expectations-2.6.0-r1.ebuild ChangeLog rspec-expectations-2.6.0.ebuild
Date: Wed, 28 Dec 2011 08:21:40
Message-Id: 20111228082130.DCF612004B@flycatcher.gentoo.org
1 graaff 11/12/28 08:21:30
2
3 Modified: ChangeLog rspec-expectations-2.6.0.ebuild
4 Added: rspec-expectations-2.6.0-r1.ebuild
5 Log:
6 Revision bump to drop ruby19 from stable version.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 dev-ruby/rspec-expectations/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 12 Oct 2011 17:51:40 -0000 1.18
24 +++ ChangeLog 28 Dec 2011 08:21:30 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/rspec-expectations
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.18 2011/10/12 17:51:40 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/ChangeLog,v 1.19 2011/12/28 08:21:30 graaff Exp $
30 +
31 +*rspec-expectations-2.6.0-r1 (28 Dec 2011)
32 +
33 + 28 Dec 2011; Hans de Graaff <graaff@g.o>
34 + rspec-expectations-2.6.0.ebuild, +rspec-expectations-2.6.0-r1.ebuild:
35 + Revision bump to drop ruby19 from stable version.
36
37 12 Oct 2011; Hans de Graaff <graaff@g.o>
38 rspec-expectations-2.6.0.ebuild:
39
40
41
42 1.10 dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild?rev=1.10&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild?rev=1.10&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild?r1=1.9&r2=1.10
47
48 Index: rspec-expectations-2.6.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v
51 retrieving revision 1.9
52 retrieving revision 1.10
53 diff -u -r1.9 -r1.10
54 --- rspec-expectations-2.6.0.ebuild 12 Oct 2011 17:51:40 -0000 1.9
55 +++ rspec-expectations-2.6.0.ebuild 28 Dec 2011 08:21:30 -0000 1.10
56 @@ -1,9 +1,9 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v 1.9 2011/10/12 17:51:40 graaff Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0.ebuild,v 1.10 2011/12/28 08:21:30 graaff Exp $
61
62 EAPI=2
63 -USE_RUBY="ruby18 ree18 ruby19 jruby"
64 +USE_RUBY="ruby18 ree18 jruby"
65
66 RUBY_FAKEGEM_TASK_TEST="none"
67
68
69
70
71 1.1 dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: rspec-expectations-2.6.0-r1.ebuild
77 ===================================================================
78 # Copyright 1999-2011 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild,v 1.1 2011/12/28 08:21:30 graaff Exp $
81
82 EAPI=2
83 USE_RUBY="ruby18 ree18 ruby19 jruby"
84
85 RUBY_FAKEGEM_TASK_TEST="none"
86
87 RUBY_FAKEGEM_EXTRADOC="README.md"
88
89 inherit ruby-fakegem
90
91 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
92 HOMEPAGE="http://rspec.rubyforge.org/"
93
94 LICENSE="MIT"
95 SLOT="2"
96 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
97 IUSE=""
98
99 ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2"
100
101 ruby_add_bdepend "test? (
102 >=dev-ruby/rspec-core-2.4.0:2
103 dev-ruby/rspec-mocks:2
104 )"
105
106 ruby_add_bdepend "doc? ( dev-ruby/rspec-core:2 )"
107
108 # Not clear yet to what extend we need those (now)
109 # >=dev-ruby/cucumber-0.6.2
110 # >=dev-ruby/aruba-0.1.1"
111
112 all_ruby_prepare() {
113 # Don't set up bundler: it doesn't understand our setup.
114 sed -i -e '/[Bb]undler/d' Rakefile || die
115
116 # Remove the Gemfile to avoid running through 'bundle exec'
117 rm Gemfile || die
118 }
119
120 each_ruby_test() {
121 PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rake spec
122
123 # There are features but they require aruba which we don't have yet.
124 }