Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capistrano/files/
Date: Sun, 30 Oct 2022 11:13:15
Message-Id: 1667128364.19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b.soap@gentoo
1 commit: 19d45f6786c447bb1c6e4b69e1d7c79ad9089f1b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:12:44 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:12:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d45f67
7
8 dev-ruby/capistrano: [QA] use git-format-patch style patches
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 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
16 index cbe68a476fd4..5437d08113e5 100644
17 --- a/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch
18 +++ b/dev-ruby/capistrano/files/capistrano-2.15.5-sudo-cleanup.patch
19 @@ -1,6 +1,5 @@
20 -diff -ur /usr/lib/ruby/gems/1.9.1/gems/capistrano-2.15.5/lib/capistrano/recipes/deploy.rb ./lib/capistrano/recipes/deploy.rb
21 ---- ./lib/capistrano/recipes/deploy.rb 2014-08-13 15:11:31.423773610 +0200
22 -+++ /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
23 +--- a/lib/capistrano/recipes/deploy.rb
24 ++++ b/lib/capistrano/recipes/deploy.rb
25 @@ -462,7 +462,7 @@
26 DESC
27 task :cleanup, :except => { :no_release => true } do