Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/files/, sci-physics/root/
Date: Sun, 04 Dec 2011 00:51:00
Message-Id: 51d4092aaf3fc3e176701510b2aa7a0afb8fcc56.bircoph@gentoo
1 commit: 51d4092aaf3fc3e176701510b2aa7a0afb8fcc56
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 4 00:49:49 2011 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Sun Dec 4 00:49:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51d4092a
7
8 sci-physics/root: fix afs patch
9
10 Oooops, previously submitted afs patch was corrupted.
11
12 ---
13 sci-physics/root/ChangeLog | 6 ++++++
14 sci-physics/root/files/root-5.32.00-afs.patch | 2 +-
15 ...{root-5.32.00.ebuild => root-5.32.00-r1.ebuild} | 0
16 3 files changed, 7 insertions(+), 1 deletions(-)
17
18 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
19 index d657b4a..0a3c872 100644
20 --- a/sci-physics/root/ChangeLog
21 +++ b/sci-physics/root/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*root-5.32.00-r1 (04 Dec 2011)
27 +
28 + 04 Dec 2011; Andrew Savchenko <bircoph@×××××.com> -root-5.32.00.ebuild,
29 + +root-5.32.00-r1.ebuild, files/root-5.32.00-afs.patch:
30 + use proper afs patch
31 +
32 *root-5.32.00 (03 Dec 2011)
33
34 03 Dec 2011; Andrew Savchenko <bircoph@×××××.com>
35
36 diff --git a/sci-physics/root/files/root-5.32.00-afs.patch b/sci-physics/root/files/root-5.32.00-afs.patch
37 index c0ca29a..2bf3179 100644
38 --- a/sci-physics/root/files/root-5.32.00-afs.patch
39 +++ b/sci-physics/root/files/root-5.32.00-afs.patch
40 @@ -5,7 +5,7 @@
41 if (isatty(0) != 0 && isatty(1) != 0) {
42 Gl_config("noecho", 1);
43 - pw = Getline((char *) prompt.Data());
44 -+ pw = const_cast<char *> Getline((char *) prompt.Data());
45 ++ pw = const_cast<char *>( Getline((char *) prompt.Data()) );
46 Gl_config("noecho", 0);
47 } else {
48 Warning("TAFS", "not tty: cannot prompt for passwd: failure");
49
50 diff --git a/sci-physics/root/root-5.32.00.ebuild b/sci-physics/root/root-5.32.00-r1.ebuild
51 similarity index 100%
52 rename from sci-physics/root/root-5.32.00.ebuild
53 rename to sci-physics/root/root-5.32.00-r1.ebuild