From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RX0IF-0004z0-HD for garchives@archives.gentoo.org; Sun, 04 Dec 2011 00:51:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B4EE21C021; Sun, 4 Dec 2011 00:50:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E94E21C021 for ; Sun, 4 Dec 2011 00:50:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2B7A1B4007 for ; Sun, 4 Dec 2011 00:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 15F3D80044 for ; Sun, 4 Dec 2011 00:50:51 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <51d4092aaf3fc3e176701510b2aa7a0afb8fcc56.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/files/, sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/files/root-5.32.00-afs.patch sci-physics/root/root-5.32.00-r1.ebuild sci-physics/root/root-5.32.00.ebuild X-VCS-Directories: sci-physics/root/files/ sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 51d4092aaf3fc3e176701510b2aa7a0afb8fcc56 Date: Sun, 4 Dec 2011 00:50:51 +0000 (UTC) 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: 5e81e2fa-6b92-4b45-95b1-a79d2c6fc7ca X-Archives-Hash: 1304bcdb6f331ca685d320961ae9cf00 commit: 51d4092aaf3fc3e176701510b2aa7a0afb8fcc56 Author: Andrew Savchenko gmail com> AuthorDate: Sun Dec 4 00:49:49 2011 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Sun Dec 4 00:49:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D51d4092a sci-physics/root: fix afs patch Oooops, previously submitted afs patch was corrupted. --- sci-physics/root/ChangeLog | 6 ++++++ sci-physics/root/files/root-5.32.00-afs.patch | 2 +- ...{root-5.32.00.ebuild =3D> root-5.32.00-r1.ebuild} | 0 3 files changed, 7 insertions(+), 1 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index d657b4a..0a3c872 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*root-5.32.00-r1 (04 Dec 2011) + + 04 Dec 2011; Andrew Savchenko -root-5.32.00.ebuild= , + +root-5.32.00-r1.ebuild, files/root-5.32.00-afs.patch: + use proper afs patch + *root-5.32.00 (03 Dec 2011) =20 03 Dec 2011; Andrew Savchenko diff --git a/sci-physics/root/files/root-5.32.00-afs.patch b/sci-physics/= root/files/root-5.32.00-afs.patch index c0ca29a..2bf3179 100644 --- a/sci-physics/root/files/root-5.32.00-afs.patch +++ b/sci-physics/root/files/root-5.32.00-afs.patch @@ -5,7 +5,7 @@ if (isatty(0) !=3D 0 && isatty(1) !=3D 0) { Gl_config("noecho", 1); - pw =3D Getline((char *) prompt.Data()); -+ pw =3D const_cast Getline((char *) prompt.Data()); ++ pw =3D const_cast( Getline((char *) prompt.Data()) = ); Gl_config("noecho", 0); } else { Warning("TAFS", "not tty: cannot prompt for passwd: failure= "); diff --git a/sci-physics/root/root-5.32.00.ebuild b/sci-physics/root/root= -5.32.00-r1.ebuild similarity index 100% rename from sci-physics/root/root-5.32.00.ebuild rename to sci-physics/root/root-5.32.00-r1.ebuild