From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- .../capistrano/files/capistrano-2.15.5-sudo-cleanup.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch (limited to 'dev-ruby/capistrano/files') diff --git a/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch b/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch deleted file mode 100644 index cbe68a476fd4..000000000000 --- a/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur /usr/lib/ruby/gems/1.9.1/gems/capistrano-2.15.5/lib/capistrano/recipes/deploy.rb ./lib/capistrano/recipes/deploy.rb ---- ./lib/capistrano/recipes/deploy.rb 2014-08-13 15:11:31.423773610 +0200 -+++ /usr/lib/ruby/gems/1.9.1/gems/capistrano-2.15.5/lib/capistrano/recipes/deploy.rb 2014-05-04 11:40:39.000000000 +0200 -@@ -462,7 +462,7 @@ - DESC - task :cleanup, :except => { :no_release => true } do - count = fetch(:keep_releases, 5).to_i -- try_sudo "ls -1dt #{releases_path}/* | tail -n +#{count + 1} | #{try_sudo} xargs rm -rf" -+ run "ls -1dt #{releases_path}/* | tail -n +#{count + 1} | #{try_sudo} xargs rm -rf" - end - - desc <<-DESC -- cgit v1.2.3