commit:     c73916984f3b5b6b152dfde4a151406e515ca48a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 10:38:49 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 10:38:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7391698

dev-ruby/rspec-mocks: drop 3.13.0, 3.13.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rspec-mocks/Manifest                  |  2 -
 dev-ruby/rspec-mocks/rspec-mocks-3.13.0.ebuild | 54 --------------------------
 dev-ruby/rspec-mocks/rspec-mocks-3.13.1.ebuild | 54 --------------------------
 3 files changed, 110 deletions(-)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index b2c71104290f..2c4515db1139 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,3 +1 @@
-DIST rspec-mocks-3.13.0-git.tgz 208594 BLAKE2B 
c84b606094f8aba49cb32c07caedccaf4592110b3dbade60990c5bc7e6927576b57acd071ae43171328cb47ab9591aacef341389f3dcd6aa671f69511a5ce54a
 SHA512 
5d7f52ac3594b37a87d377fcd2300fa1811490fff392ed0bbb4a6de471ae5cc627a7f9e7e7c351031558b87f78e3fcc2fff77ba2fffbb838972a9eb28b6c53da
-DIST rspec-mocks-3.13.1-git.tgz 208640 BLAKE2B 
5f8fa06c3058b5b2cc405b7c309377697cb274587258958312eb7d534deaf3cf3f84b938bc88806d58cb9b8b992116ffbbd87f9c9d45225960e8428895525dbd
 SHA512 
f55083102dfac62a74fe1b11103ac41151b82461c3006cc59db038c9aeaa27bf97e6ae4e5cf97c374d0bbbd1ce300089d0c8d821fac9cf6cf9fe582e84642b7b
 DIST rspec-mocks-3.13.2-git.tgz 209159 BLAKE2B 
de4c16b11e1ae970ae39d5797ded171b72b95b5c2258b284283e499391332c4afe688aa52703a87daa38f31c3da266e676041a0d50e417b379f9e94a66d530dc
 SHA512 
cb9b72cf1c85adddec59a19a683beb582f527ca3ca766f73f086c30e485e9267d8574344286f858d4c519df66cfcf225aa2f6f194c046781b8dec80aa240697f

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.13.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.13.0.ebuild
deleted file mode 100644
index 113c3889a987..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.13.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-mocks";
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
-       >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/rspec-core-3.12.0:3
-               >=dev-ruby/rspec-expectations-2.99.0:3
-       )"
-
-all_ruby_prepare() {
-       # Don't set up bundler: it doesn't understand our setup.
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-
-       # Remove the Gemfile to avoid running through 'bundle exec'
-       rm Gemfile || die
-
-       # And consequently avoid specs using bundler. This also avoids a
-       # circular dependency on aruba.
-       rm -f spec/integration/rails_support_spec.rb spec/support/aruba.rb || 
die
-
-       # Remove .rspec options to avoid dependency on newer rspec when
-       # bootstrapping.
-       rm .rspec || die
-
-       sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
-
-       sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.13.1.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.13.1.ebuild
deleted file mode 100644
index 2fb83c31eda9..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.13.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-mocks";
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
-       >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/rspec-core-3.12.0:3
-               >=dev-ruby/rspec-expectations-2.99.0:3
-       )"
-
-all_ruby_prepare() {
-       # Don't set up bundler: it doesn't understand our setup.
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-
-       # Remove the Gemfile to avoid running through 'bundle exec'
-       rm Gemfile || die
-
-       # And consequently avoid specs using bundler. This also avoids a
-       # circular dependency on aruba.
-       rm -f spec/integration/rails_support_spec.rb spec/support/aruba.rb || 
die
-
-       # Remove .rspec options to avoid dependency on newer rspec when
-       # bootstrapping.
-       rm .rspec || die
-
-       sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
-
-       sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

Reply via email to