Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-core/, dev-ruby/rspec-mocks/, dev-ruby/rspec-expectations/
Date: Sat, 20 Jul 2019 09:21:45
Message-Id: 1563614496.855d24e4328e1832f970ec10c03468cc1c033f56.slyfox@gentoo
1 commit: 855d24e4328e1832f970ec10c03468cc1c033f56
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 08:21:48 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 09:21:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d24e4
7
8 dev-ruby/*: add missing 'versionator' inherit
9
10 Noticed failure when ran
11
12 $ PORTAGE_ELOG_CLASSES="qa" egencache --repo=gentoo --update --update-use-local-desc --jobs=$(nproc)
13 * ERROR: dev-ruby/rspec-expectations-3.7.0::gentoo failed (depend phase):
14 * External commands disallowed while sourcing ebuild: get_version_component_range 1-2
15 *
16 * Call stack:
17 * ebuild.sh, line 624: Called source '/gentoo-ebuilds/gentoo/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild'
18 * rspec-expectations-3.7.0.ebuild, line 25: Called command_not_found_handle 'get_version_component_range' '1-2'
19 * ebuild.sh, line 89: Called die
20 * The specific snippet of code:
21 * die "External commands disallowed while sourcing ebuild: ${*}"
22
23 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
24
25 dev-ruby/rspec-core/rspec-core-3.7.1.ebuild | 2 +-
26 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
27 dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild | 2 +-
28 3 files changed, 3 insertions(+), 3 deletions(-)
29
30 diff --git a/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
31 index b04ba601150..dcaf66c0833 100644
32 --- a/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
33 +++ b/dev-ruby/rspec-core/rspec-core-3.7.1.ebuild
34 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="exe"
35
36 RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
37
38 -inherit ruby-fakegem
39 +inherit ruby-fakegem versionator
40
41 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
42 HOMEPAGE="https://github.com/rspec/rspec-core"
43
44 diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
45 index 4eb12ad1379..f7e06817c86 100644
46 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
47 +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
48 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
49
50 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
51
52 -inherit ruby-fakegem
53 +inherit ruby-fakegem versionator
54
55 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
56 HOMEPAGE="https://github.com/rspec/rspec-expectations"
57
58 diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
59 index 0ff7248e354..c348ca0f575 100644
60 --- a/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
61 +++ b/dev-ruby/rspec-mocks/rspec-mocks-3.7.0.ebuild
62 @@ -9,7 +9,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
63 RUBY_FAKEGEM_RECIPE_DOC="none"
64 RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
65
66 -inherit ruby-fakegem
67 +inherit ruby-fakegem versionator
68
69 DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
70 HOMEPAGE="https://github.com/rspec/rspec-mocks"