public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/files/
Date: Sat, 25 Jul 2020 09:04:52 +0000 (UTC)	[thread overview]
Message-ID: <1595667879.5f3ff79757b2f5d4c6a88369aae3fced6899d39d.graaff@gentoo> (raw)

commit:     5f3ff79757b2f5d4c6a88369aae3fced6899d39d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 23 20:48:15 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 09:04:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3ff797

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

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../files/childprocess-1.0.1-ruby26-reopen.patch   | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-ruby/childprocess/files/childprocess-1.0.1-ruby26-reopen.patch b/dev-ruby/childprocess/files/childprocess-1.0.1-ruby26-reopen.patch
deleted file mode 100644
index 11f94421829..00000000000
--- a/dev-ruby/childprocess/files/childprocess-1.0.1-ruby26-reopen.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/lib/childprocess/unix/fork_exec_process.rb b/lib/childprocess/unix/fork_exec_process.rb
-index 5ed2a79..cc7a850 100644
---- a/lib/childprocess/unix/fork_exec_process.rb
-+++ b/lib/childprocess/unix/fork_exec_process.rb
-@@ -29,8 +29,16 @@ module ChildProcess
-           exec_r.close
-           set_env
- 
--          STDOUT.reopen(stdout || "/dev/null")
--          STDERR.reopen(stderr || "/dev/null")
-+          if stdout
-+            STDOUT.reopen(stdout)
-+          else
-+            STDOUT.reopen("/dev/null", "a+")
-+          end
-+          if stderr
-+            STDERR.reopen(stderr)
-+          else
-+            STDERR.reopen("/dev/null", "a+")
-+          end
- 
-           if duplex?
-             STDIN.reopen(reader)


                 reply	other threads:[~2020-07-25  9:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595667879.5f3ff79757b2f5d4c6a88369aae3fced6899d39d.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox