Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/, profiles/
Date: Sat, 31 Dec 2022 18:32:57
Message-Id: 1672511464.ba6ca29e184b27290378a139b9601e697cc5dc6f.jsmolic@gentoo
1 commit: ba6ca29e184b27290378a139b9601e697cc5dc6f
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 18:24:18 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 18:31:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6ca29e
7
8 dev-util/aruba: drop 1.0.3-r1, 1.1.2-r1
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-util/aruba/Manifest | 2 --
13 dev-util/aruba/aruba-1.0.3-r1.ebuild | 62 ------------------------------------
14 dev-util/aruba/aruba-1.1.2-r1.ebuild | 62 ------------------------------------
15 profiles/package.mask | 16 ----------
16 4 files changed, 142 deletions(-)
17
18 diff --git a/dev-util/aruba/Manifest b/dev-util/aruba/Manifest
19 index 15af567403a4..f203c768e6f9 100644
20 --- a/dev-util/aruba/Manifest
21 +++ b/dev-util/aruba/Manifest
22 @@ -1,5 +1,3 @@
23 DIST aruba-0.6.2.gem 75776 BLAKE2B 569af009cc20b644878fda25b5e7f79bd2f7c6f5fa9ef2503a5e730b8eb5938872563dace27031d31847bacfbb7e4764079da74fa2a917cc3d98a596cf2248c7 SHA512 ad859aa34f6e6778d9eb92b7e8f298180250e0690b21285e48b85dda88c09c74437ed0dff4e07ea8a02e8c784841ef89504219aa844457273349b8072ebc761e
24 -DIST aruba-1.0.3.tar.gz 133790 BLAKE2B 4008cfec1bc1d63113b1d8961e3bd6219f3884875350b5f2ec6676f6a6167e9bbc6b759c8cc0a29a6774877d3ab2f1c95954d83dbfe3e79669cc8968c1c533ec SHA512 ff89846b805267e2a4bff394c8285b9227d40a2cd93a7ca8fdf8cd6d38a3b2144d5e96b0bd1cef94714df630ad7a779d609e05585c671371124b400130f3b3b4
25 -DIST aruba-1.1.2.tar.gz 132680 BLAKE2B 328c012eccfb988eec280a102da94150d1811fc67816c09aa2b94f1b6a06ca68e21cd4612e87fba089f4eb9f3b90716cfe121bda306936eeb53019cec539e651 SHA512 58f658c118fe83ddfbb6c361ab3ce6ae5e6084e4233dba62350eba1c911d8ad0558d1ca604206691d097a48453d608042bd992730b92971cdd3d2475d8f6ca4e
26 DIST aruba-2.0.0.tar.gz 132762 BLAKE2B b06190d3a1698c5a2d295df16096b2bd587c60a9c428d35e8ad24204b71b7a3d86f5b52a5f601f57204903412508faad3d4032f1499d78a309a99df63e8a68e5 SHA512 214de8dd3dd29b46ddac2605bab5008ac9d9755eef53c140aea5f160aba60ed9ac71ac5e1410f59700ddd8a506faedf6b54d99682c875faeaecbb47ad8660435
27 DIST aruba-2.1.0.tar.gz 130073 BLAKE2B 534bc67cbc4b5871a1bc6e37170586b3a5829e70d611dde9fe130a4cfdce98044c1a3fe29de961419a605eb4bbe8e21b8efb52a61aa8a2d2b2b9fa7e42bd3169 SHA512 f30d67ba94157eaf0477a09f4049174ff0cd6195b92c4121117775e56502178525eb5a7f69148e7f5531d6d4e67f4ecd9d840e693c38340a10819a19247021fa
28
29 diff --git a/dev-util/aruba/aruba-1.0.3-r1.ebuild b/dev-util/aruba/aruba-1.0.3-r1.ebuild
30 deleted file mode 100644
31 index c9d582ff382c..000000000000
32 --- a/dev-util/aruba/aruba-1.0.3-r1.ebuild
33 +++ /dev/null
34 @@ -1,62 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -USE_RUBY="ruby25 ruby26 ruby27"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="cucumber"
42 -RUBY_FAKEGEM_RECIPE_DOC="none"
43 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
44 -RUBY_FAKEGEM_BINDIR="exe"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="aruba.gemspec"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Cucumber steps for driving out command line applications"
51 -HOMEPAGE="https://github.com/cucumber/aruba"
52 -SRC_URI="https://github.com/cucumber/aruba/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 -LICENSE="MIT"
54 -
55 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
56 -SLOT="$(ver_cut 1)"
57 -IUSE=""
58 -
59 -DEPEND="${DEPEND} test? ( sys-devel/bc )"
60 -RDEPEND="${RDEPEND}"
61 -
62 -ruby_add_rdepend "
63 - >=dev-ruby/childprocess-2.0 <dev-ruby/childprocess-5
64 - >=dev-ruby/contracts-0.16.0:0
65 - >=dev-ruby/ffi-1.9
66 - >=dev-ruby/rspec-expectations-3.4:3
67 - dev-ruby/thor:1
68 - >=dev-util/cucumber-2.4 <dev-util/cucumber-6"
69 -
70 -ruby_add_bdepend "test? ( dev-ruby/pry dev-ruby/rspec:3 )"
71 -
72 -all_ruby_prepare() {
73 - # Remove bundler-related code.
74 - sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die
75 - rm Gemfile || die
76 -
77 - sed -i -e '/simplecov/I s:^:#:' \
78 - -e '/Before/,/^end/ s:^:#:' \
79 - spec/spec_helper.rb features/support/env.rb || die
80 - rm -f features/support/simplecov_setup.rb || die
81 -
82 - sed -e "s:_relative ': './:" \
83 - -e 's/git ls-files -z/find -print0/' \
84 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
85 -
86 - # Avoid features with minor output differences
87 - sed -i -e '/Use .aruba. with .Minitest./i@wip' features/01_getting_started_with_aruba/supported_testing_frameworks.feature || die
88 - sed -i -e '/Failed detection of exact multi-line output/i@wip' features/03_testing_frameworks/cucumber/steps/command/check_output_of_command.feature || die
89 - sed -i -e '/Create files for Minitest/i@wip' features/06_use_aruba_cli/initialize_project_with_aruba.feature || die
90 -
91 -}
92 -
93 -each_ruby_test() {
94 - RSPEC_VERSION=3 ruby-ng_rspec
95 - RUBYLIB="$(pwd)/lib" ruby-ng_cucumber
96 -}
97
98 diff --git a/dev-util/aruba/aruba-1.1.2-r1.ebuild b/dev-util/aruba/aruba-1.1.2-r1.ebuild
99 deleted file mode 100644
100 index 0d5d922bf2ac..000000000000
101 --- a/dev-util/aruba/aruba-1.1.2-r1.ebuild
102 +++ /dev/null
103 @@ -1,62 +0,0 @@
104 -# Copyright 1999-2021 Gentoo Authors
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=7
108 -USE_RUBY="ruby26 ruby27"
109 -
110 -RUBY_FAKEGEM_RECIPE_TEST="cucumber"
111 -RUBY_FAKEGEM_RECIPE_DOC="none"
112 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
113 -
114 -RUBY_FAKEGEM_GEMSPEC="aruba.gemspec"
115 -
116 -inherit ruby-fakegem
117 -
118 -DESCRIPTION="Cucumber steps for driving out command line applications"
119 -HOMEPAGE="https://github.com/cucumber/aruba"
120 -SRC_URI="https://github.com/cucumber/aruba/archive/v${PV}.tar.gz -> ${P}.tar.gz"
121 -LICENSE="MIT"
122 -
123 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
124 -SLOT="$(ver_cut 1)"
125 -IUSE=""
126 -
127 -DEPEND="${DEPEND} test? ( sys-devel/bc )"
128 -RDEPEND="${RDEPEND}"
129 -
130 -ruby_add_rdepend "
131 - =dev-ruby/bundler-2*
132 - >=dev-ruby/childprocess-2.0 <dev-ruby/childprocess-5
133 - >=dev-ruby/contracts-0.16.0:0 <dev-ruby/contracts-0.18:0
134 - >=dev-ruby/rspec-expectations-3.4:3
135 - dev-ruby/thor:1
136 - >=dev-util/cucumber-2.4 <dev-util/cucumber-7"
137 -
138 -ruby_add_bdepend "test? ( dev-ruby/pry dev-ruby/rspec:3 )"
139 -
140 -all_ruby_prepare() {
141 - # Remove bundler-related code.
142 - sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die
143 - rm Gemfile || die
144 -
145 - sed -i -e '/simplecov/I s:^:#:' \
146 - -e '/Before/,/^end/ s:^:#:' \
147 - spec/spec_helper.rb features/support/env.rb || die
148 - rm -f features/support/simplecov_setup.rb || die
149 -
150 - sed -e 's:_relative ": "./:' \
151 - -e 's/git ls-files -z/find * -print0/' \
152 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
153 -
154 - # Avoid features with minor output differences
155 - sed -i -e '/Use .aruba. with .Minitest./i@wip' features/01_getting_started_with_aruba/supported_testing_frameworks.feature || die
156 - sed -i -e '/Create files for Minitest/i@wip' features/06_use_aruba_cli/initialize_project_with_aruba.feature || die
157 -
158 - # Avoid feature that requires aruba to be installed already
159 - rm -r features/03_testing_frameworks/cucumber/disable_bundler.feature || die
160 -}
161 -
162 -each_ruby_test() {
163 - RSPEC_VERSION=3 ruby-ng_rspec
164 - RUBYLIB="$(pwd)/lib" ruby-ng_cucumber
165 -}
166
167 diff --git a/profiles/package.mask b/profiles/package.mask
168 index 4551749c805e..2bfd7178f1f3 100644
169 --- a/profiles/package.mask
170 +++ b/profiles/package.mask
171 @@ -1040,22 +1040,6 @@ dev-util/cucumber-tag_expressions
172 dev-util/cucumber-wire:0
173 dev-util/protobuf-cucumber
174
175 -# Hans de Graaff <graaff@g.o> (2022-12-01)
176 -# Old slot without dependencies on it. Blocks removal of
177 -# ruby27-only dev-util/cucumber-3.x. Use a newer slot instead.
178 -# Removal in 30 days.
179 -dev-util/aruba:1
180 -
181 -# Ulrich Müller <ulm@g.o> (2022-11-30)
182 -# SLOTs 23 and 24 of app-editors/emacs, corresponding to GNU Emacs
183 -# versions 23.4 and 24.5. These versions were released in January 2012
184 -# and April 2015, respectively, and have a non-trivial security issue
185 -# with ctags. Please upgrade to >=app-editors/emacs-25 and update your
186 -# Emacs Lisp packages with emacs-updater.
187 -# Masked for removal in 30 days. Bugs #882347, #882349, #883687.
188 -app-editors/emacs:23
189 -app-editors/emacs:24
190 -
191 # Piotr Karbowski <slashbeast@g.o> (2022-11-29)
192 # Multiple stability issues, deadlocks on exit, broken API.
193 # Bug #883559