commit:     ed151f56ff3dbe82f6b928be410448daba0f835b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 22 18:31:14 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 20:38:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed151f56

dev-ruby/thor: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Part-of: https://github.com/gentoo/gentoo/pull/41702
Closes: https://github.com/gentoo/gentoo/pull/41702
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-ruby/thor/files/thor-1.2.2-no-coverage.patch | 29 ------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/thor/files/thor-1.2.2-no-coverage.patch 
b/dev-ruby/thor/files/thor-1.2.2-no-coverage.patch
deleted file mode 100644
index f57cbfeb63f5..000000000000
--- a/dev-ruby/thor/files/thor-1.2.2-no-coverage.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/spec/helper.rb
-+++ b/spec/helper.rb
-@@ -1,17 +1,5 @@
- $TESTING = true
- 
--if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.6.0")
--  require "simplecov"
--  require "coveralls"
--
--  SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, 
Coveralls::SimpleCov::Formatter]
--
--  SimpleCov.start do
--    add_filter "/spec"
--    minimum_coverage(90)
--  end
--end
--
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
- require "thor"
- require "thor/group"
-@@ -22,8 +10,6 @@ require "rspec"
- require "diff/lcs" # You need diff/lcs installed to run specs (but not to run 
Thor).
- require "webmock/rspec"
- 
--WebMock.disable_net_connect!(:allow => "coveralls.io")
--
- # Set shell to basic
- ENV["THOR_COLUMNS"] = "10000"
- $0 = "thor"

Reply via email to