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-util/aruba: ChangeLog aruba-0.5.4.ebuild
Date: Sun, 09 Feb 2014 06:41:45
Message-Id: 20140209064142.2D8362004C@flycatcher.gentoo.org
1 graaff 14/02/09 06:41:42
2
3 Modified: ChangeLog
4 Added: aruba-0.5.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.33 dev-util/aruba/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 1 Feb 2014 05:02:28 -0000 1.32
24 +++ ChangeLog 9 Feb 2014 06:41:41 -0000 1.33
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/aruba
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.32 2014/02/01 05:02:28 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/ChangeLog,v 1.33 2014/02/09 06:41:41 graaff Exp $
30 +
31 +*aruba-0.5.4 (09 Feb 2014)
32 +
33 + 09 Feb 2014; Hans de Graaff <graaff@g.o> +aruba-0.5.4.ebuild:
34 + Version bump.
35
36 01 Feb 2014; Akinori Hattori <hattya@g.o> aruba-0.5.3.ebuild:
37 ia64 stable wrt bug #493780
38
39
40
41 1.1 dev-util/aruba/aruba-0.5.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/aruba-0.5.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/aruba-0.5.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: aruba-0.5.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.5.4.ebuild,v 1.1 2014/02/09 06:41:41 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_RECIPE_TEST="cucumber"
57 RUBY_FAKEGEM_EXTRADOC="History.md README.md"
58
59 RUBY_FAKEGEM_GEMSPEC="aruba.gemspec"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Cucumber steps for driving out command line applications."
64 HOMEPAGE="https://github.com/cucumber/aruba"
65 LICENSE="MIT"
66
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 SLOT="0"
69 IUSE=""
70
71 DEPEND="${DEPEND} test? ( sys-devel/bc )"
72 RDEPEND="${RDEPEND}"
73
74 ruby_add_rdepend "
75 >=dev-ruby/childprocess-0.3.6 =dev-ruby/childprocess-0.3*
76 >=dev-ruby/rspec-expectations-2.7:2
77 >=dev-util/cucumber-1.1.1"
78
79 ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.11:2 >=dev-ruby/bcat-0.6.1 )"
80
81 all_ruby_prepare() {
82 # Remove bundler-related code.
83 sed -i -e '/[Bb]undler/d' Rakefile || die
84 rm Gemfile || die
85
86 # Remove references to git ls-files.
87 sed -i -e '/git ls-files/d' aruba.gemspec || die
88 }