commit: 1a2ad75e2d95580c4cfeef705d460f0875b2701e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 15:29:34 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 15:34:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2ad75e
dev-util/aruba: drop 0.6.2-r3 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-util/aruba/Manifest | 1 - dev-util/aruba/aruba-0.6.2-r3.ebuild | 41 ------------------------------------ profiles/package.mask | 1 - 3 files changed, 43 deletions(-) diff --git a/dev-util/aruba/Manifest b/dev-util/aruba/Manifest index 9edbe1927b23..3b74de7263fe 100644 --- a/dev-util/aruba/Manifest +++ b/dev-util/aruba/Manifest @@ -1,3 +1,2 @@ -DIST aruba-0.6.2.gem 75776 BLAKE2B 569af009cc20b644878fda25b5e7f79bd2f7c6f5fa9ef2503a5e730b8eb5938872563dace27031d31847bacfbb7e4764079da74fa2a917cc3d98a596cf2248c7 SHA512 ad859aa34f6e6778d9eb92b7e8f298180250e0690b21285e48b85dda88c09c74437ed0dff4e07ea8a02e8c784841ef89504219aa844457273349b8072ebc761e DIST aruba-2.1.0.tar.gz 130073 BLAKE2B 534bc67cbc4b5871a1bc6e37170586b3a5829e70d611dde9fe130a4cfdce98044c1a3fe29de961419a605eb4bbe8e21b8efb52a61aa8a2d2b2b9fa7e42bd3169 SHA512 f30d67ba94157eaf0477a09f4049174ff0cd6195b92c4121117775e56502178525eb5a7f69148e7f5531d6d4e67f4ecd9d840e693c38340a10819a19247021fa DIST aruba-2.2.0.tar.gz 130616 BLAKE2B f2f359d5ba79232e575a240e6d278b936f17d532d01e58f840f537a4d1e6a3663c04b24636aa20fda64ac3eccd4111c61d2f18e26e8c18cef35c7eeaaf7d797b SHA512 e4802dd915062b61e0a536d31294165310ce80aca3e4560f59bb23fcb3e01ea73a547d3f5738d3590c33175fb55268fa69512fe8f33f7cea6b83070e26b7cfee diff --git a/dev-util/aruba/aruba-0.6.2-r3.ebuild b/dev-util/aruba/aruba-0.6.2-r3.ebuild deleted file mode 100644 index 509c2f3f0eb7..000000000000 --- a/dev-util/aruba/aruba-0.6.2-r3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="cucumber" -RUBY_FAKEGEM_EXTRADOC="History.md README.md" - -RUBY_FAKEGEM_GEMSPEC="aruba.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Cucumber steps for driving out command line applications" -HOMEPAGE="https://github.com/cucumber/aruba" -LICENSE="MIT" - -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86" -SLOT="0" -IUSE="" - -DEPEND="${DEPEND} test? ( app-alternatives/bc )" -RDEPEND="${RDEPEND}" - -ruby_add_rdepend " - >=dev-ruby/childprocess-0.3.6 - >=dev-ruby/rspec-expectations-2.7:* - >=dev-util/cucumber-1.1.1" - -all_ruby_prepare() { - # Remove bundler-related code. - sed -i -e '/[Bb]undler/d' Rakefile || die - rm Gemfile || die - - # Remove references to git ls-files. - sed -i -e '/git ls-files/d' aruba.gemspec || die - - sed -i -e "s/~@wip/'not @wip'/" cucumber.yml || die - sed -i -e 's/~@in-process/not @in-process/' features/support/custom_main.rb || die -} diff --git a/profiles/package.mask b/profiles/package.mask index cbbe95770369..15713b4c06ca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -254,7 +254,6 @@ dev-util/cucumber-gherkin:22 # Old slots that are not compatible with ruby32. Use the newer slots # instead. Removal on 2024-10-14. dev-ruby/hiera-eyaml:3 -dev-util/aruba:0 # Ulrich Müller <[email protected]> (2024-09-12) # Pretest versions, masked for testing.
