From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JHL4c-00071S-9L for garchives@archives.gentoo.org; Tue, 22 Jan 2008 15:30:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FE5E0B12; Tue, 22 Jan 2008 15:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3DE83E0B12 for ; Tue, 22 Jan 2008 15:30:00 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D86C96509F for ; Tue, 22 Jan 2008 15:29:59 +0000 (UTC) Received: from ulm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JHL4Y-0005Z7-QN for gentoo-commits@lists.gentoo.org; Tue, 22 Jan 2008 15:29:58 +0000 From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/nopaste/files: nopaste-2835-output-redirect.patch digest-nopaste-2835 X-VCS-Repository: gentoo-x86 X-VCS-Files: nopaste-2835-output-redirect.patch digest-nopaste-2835 X-VCS-Directories: app-text/nopaste/files X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ulrich Mueller Date: Tue, 22 Jan 2008 15:29:58 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: edd4c5be-86f6-4506-b4ea-b91350d8d0f2 X-Archives-Hash: 34e02dfa8d23da0e938737925fa4d85b 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/f= iles/nopaste-2835-output-redirect.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/f= iles/nopaste-2835-output-redirect.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: nopaste-2835-output-redirect.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- nopaste~ 2008-01-22 16:15:37.000000000 +0100 +++ nopaste 2008-01-22 16:16:31.000000000 +0100 @@ -141,7 +141,7 @@ =20 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/f= iles/digest-nopaste-2835?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/nopaste/f= iles/digest-nopaste-2835?rev=3D1.1&content-type=3Dtext/plain Index: digest-nopaste-2835 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MD5 51d64938a830b2eb523b6755cee4451c nopaste-2835 4227 RMD160 db7729cc251d67a76f602266414528906f5ba56d nopaste-2835 4227 SHA256 ac9b8fec84b19ccdf96557bc3564371138db51f1d2c0c4197fd7644074c202a2 n= opaste-2835 4227 --=20 gentoo-commits@lists.gentoo.org mailing list