[packages/ruby-mixlib-shellout] drop outdated patches

glen glen at pld-linux.org
Sat Dec 21 19:25:54 CET 2013


commit 9d92abf7d3606b494b7fb2fcd905f89f99e71c46
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Dec 21 20:25:47 2013 +0200

    drop outdated patches

 mixlib-shellout-awesomeprint-removal.patch | 27 ---------------------------
 mixlib-shellout-usrmove.patch              | 13 -------------
 2 files changed, 40 deletions(-)
---
diff --git a/mixlib-shellout-awesomeprint-removal.patch b/mixlib-shellout-awesomeprint-removal.patch
deleted file mode 100644
index 4e0f4c3..0000000
--- a/mixlib-shellout-awesomeprint-removal.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
-index cc59829..5d2c93d 100644
---- a/spec/mixlib/shellout_spec.rb
-+++ b/spec/mixlib/shellout_spec.rb
-@@ -422,7 +422,6 @@ describe Mixlib::ShellOut do
-             end
- 
-             context 'when not using a batch file' do
--              let(:watch) { lambda { |a| ap a } }
-               let(:cmd) { "#{executable_file_name} #{script_name}" }
- 
-               let(:executable_file_name) { "\"#{dir}/Ruby Parser.exe\"".tap(&make_executable!) }
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 0eab6ba..23908f3 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -6,10 +6,6 @@ require 'tmpdir'
- require 'tempfile'
- require 'timeout'
- 
--require 'ap'
--
--WATCH = lambda { |x| ap x } unless defined?(WATCH)
--
- # Load everything from spec/support
- # Do not change the gsub.
- Dir["spec/support/**/*.rb"].map { |f| f.gsub(%r{.rb$}, '') }.each { |f| require f }
diff --git a/mixlib-shellout-usrmove.patch b/mixlib-shellout-usrmove.patch
deleted file mode 100644
index dccebc5..0000000
--- a/mixlib-shellout-usrmove.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
-index cc59829..cecd585 100644
---- a/spec/mixlib/shellout_spec.rb
-+++ b/spec/mixlib/shellout_spec.rb
-@@ -298,7 +298,7 @@ describe Mixlib::ShellOut do
-       let(:options) { { :cwd => cwd } }
- 
-       context 'when running under Unix', :unix_only do
--        let(:cwd) { '/bin' }
-+        let(:cwd) { '/tmp' }
-         let(:cmd) { 'pwd' }
- 
-         it "should chdir to the working directory" do
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-mixlib-shellout.git/commitdiff/9d92abf7d3606b494b7fb2fcd905f89f99e71c46



More information about the pld-cvs-commit mailing list