public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/nopaste/files: nopaste-2835-output-redirect.patch digest-nopaste-2835
@ 2008-01-22 15:29 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-01-22 15:29 UTC (permalink / raw
  To: gentoo-commits

ulm         08/01/22 15:29:58

  Added:                nopaste-2835-output-redirect.patch
                        digest-nopaste-2835
  Log:
   Version bump. Fix output redirection, bug 205525.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.1                  app-text/nopaste/files/nopaste-2835-output-redirect.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/files/nopaste-2835-output-redirect.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/files/nopaste-2835-output-redirect.patch?rev=1.1&content-type=text/plain

Index: nopaste-2835-output-redirect.patch
===================================================================
--- nopaste~	2008-01-22 16:15:37.000000000 +0100
+++ nopaste	2008-01-22 16:16:31.000000000 +0100
@@ -141,7 +141,7 @@
 
   urls << nopaste($options.nick, $options.desc, gets(nil), $options.lang) until ARGV.empty?
   begin
-    IO.popen("xclip 2>/dev/null", "w") {|p| p.print urls.map {|u| u.to_s}.join(' ') }
+    IO.popen("xclip >/dev/null 2>&1", "w") {|p| p.print urls.map {|u| u.to_s}.join(' ') }
   rescue Errno::EPIPE
     begin
       IO.popen("xcut 2>/dev/null", "w") {|p| p.print urls.map {|u| u.to_s}.join(' ') }



1.1                  app-text/nopaste/files/digest-nopaste-2835

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/files/digest-nopaste-2835?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/files/digest-nopaste-2835?rev=1.1&content-type=text/plain

Index: digest-nopaste-2835
===================================================================
MD5 51d64938a830b2eb523b6755cee4451c nopaste-2835 4227
RMD160 db7729cc251d67a76f602266414528906f5ba56d nopaste-2835 4227
SHA256 ac9b8fec84b19ccdf96557bc3564371138db51f1d2c0c4197fd7644074c202a2 nopaste-2835 4227



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-22 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-22 15:29 [gentoo-commits] gentoo-x86 commit in app-text/nopaste/files: nopaste-2835-output-redirect.patch digest-nopaste-2835 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox