Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/
Date: Wed, 05 Jun 2019 17:56:29
Message-Id: 1559757371.31406ffa11e80585e69a49a388c01402eafaa88e.graaff@gentoo
1 commit: 31406ffa11e80585e69a49a388c01402eafaa88e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 17:52:19 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 17:56:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31406ffa
7
8 dev-util/aruba: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-util/aruba/aruba-0.6.2-r1.ebuild | 40 ------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/dev-util/aruba/aruba-0.6.2-r1.ebuild b/dev-util/aruba/aruba-0.6.2-r1.ebuild
17 deleted file mode 100644
18 index da7f7709567..00000000000
19 --- a/dev-util/aruba/aruba-0.6.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby22 ruby23 ruby24"
27 -
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -RUBY_FAKEGEM_RECIPE_TEST="cucumber"
30 -RUBY_FAKEGEM_EXTRADOC="History.md README.md"
31 -
32 -RUBY_FAKEGEM_GEMSPEC="aruba.gemspec"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Cucumber steps for driving out command line applications"
37 -HOMEPAGE="https://github.com/cucumber/aruba"
38 -LICENSE="MIT"
39 -
40 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
41 -SLOT="0"
42 -IUSE=""
43 -
44 -DEPEND="${DEPEND} test? ( sys-devel/bc )"
45 -RDEPEND="${RDEPEND}"
46 -
47 -ruby_add_rdepend "
48 - >=dev-ruby/childprocess-0.3.6
49 - >=dev-ruby/rspec-expectations-2.7:2
50 - >=dev-util/cucumber-1.1.1"
51 -
52 -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.11:2 >=dev-ruby/bcat-0.6.1 )"
53 -
54 -all_ruby_prepare() {
55 - # Remove bundler-related code.
56 - sed -i -e '/[Bb]undler/d' Rakefile || die
57 - rm Gemfile || die
58 -
59 - # Remove references to git ls-files.
60 - sed -i -e '/git ls-files/d' aruba.gemspec || die
61 -}