commit:     6cb78d6fbe12073d8da050f4be51b2fd0968bc1c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 10:33:59 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 10:34:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb78d6f

dev-ruby/rspec-mocks: drop 3.12.6, 3.12.7

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

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

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index b07fec43aed7..b2c71104290f 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,5 +1,3 @@
-DIST rspec-mocks-3.12.6-git.tgz 207213 BLAKE2B 
0b8bded9c6a04bb79910784e67f97028b9935b9e20e6934c3d1cccdf7b981b386a8dfb2e5e0c1f58fbbc2006fb68dabb108444b0f284b7f7f3b39bb73cb01cdc
 SHA512 
f11ef99bdef109e3b332e0cc79e0d9c46db906b0c939ec6a89782219cea03e6282fe867212caaf2bf2eb272ed7ae1f4fe059a5626d131141925f731fcda3e91d
-DIST rspec-mocks-3.12.7-git.tgz 208127 BLAKE2B 
86ef82c47ae7ef4992c6394718ee29f91fde70967b7f8ba3101c6f0233ab32be22c9e0e69e9041e94b4e5a587e3e936f89a14dbf464c2bdd8f6ce7d827cc5448
 SHA512 
c168eb653b585a37052870521e88be0723eba1b2f7f373a04557813e75a62c67448577809fbe1c0d04b21311b29c9874ed7509800bc7c05cb618f208066c8eac
 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.12.6.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild
deleted file mode 100644
index 346d017433e8..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 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="3"
-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=""
-
-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.12.7.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.12.7.ebuild
deleted file mode 100644
index 113c3889a987..000000000000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.12.7.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