Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.1 gcc-config-1.5
Date: Sun, 27 Dec 2009 16:03:56
Message-Id: E1NOvaz-0007ZC-4U@stork.gentoo.org
1 grobian 09/12/27 16:03:53
2
3 Modified: gcc-config-1.4.1 gcc-config-1.5
4 Log:
5 Fix typo in gcc-config, tsch -> tcsh, caused -E to use export iso setenv. Not bumping as this bug in gcc-config went unnoticed for years.
6 (Portage version: 2.2.00.15134-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.10 sys-devel/gcc-config/files/gcc-config-1.4.1
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?r1=1.9&r2=1.10
14
15 Index: gcc-config-1.4.1
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- gcc-config-1.4.1 3 Aug 2009 00:40:07 -0000 1.9
22 +++ gcc-config-1.4.1 27 Dec 2009 16:03:52 -0000 1.10
23 @@ -1,7 +1,7 @@
24 #!/bin/bash
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.9 2009/08/03 00:40:07 halcy0n Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.10 2009/12/27 16:03:52 grobian Exp $
29
30 trap ":" INT QUIT TSTP
31
32 @@ -482,7 +482,7 @@
33 GCC_PATH=$(source "${GCC_ENV_D}/${CC_COMP}"; echo ${GCC_PATH:-${PATH}})
34
35 case ${SHELL} in
36 - */csh|*/tsch)
37 + */csh|*/tcsh)
38 ENV_CMD="setenv"
39 SET_ELEMENT=" "
40 ;;
41 @@ -694,9 +694,9 @@
42 rcsfile="$RCSfile: gcc-config-1.4.1,v $"
43 rcsfile=${rcsfile#: }
44 rcsfile=${rcsfile%,v*}
45 - cvsrev="$Revision: 1.9 $"
46 + cvsrev="$Revision: 1.10 $"
47 cvsrev=${cvsrev#: }
48 - cvsdate="$Date: 2009/08/03 00:40:07 $"
49 + cvsdate="$Date: 2009/12/27 16:03:52 $"
50 cvsdate=${cvsdate#: }
51 echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
52 exit 0
53
54
55
56 1.2 sys-devel/gcc-config/files/gcc-config-1.5
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?r1=1.1&r2=1.2
61
62 Index: gcc-config-1.5
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- gcc-config-1.5 20 Dec 2009 19:55:21 -0000 1.1
69 +++ gcc-config-1.5 27 Dec 2009 16:03:52 -0000 1.2
70 @@ -1,7 +1,7 @@
71 #!/bin/bash
72 # Copyright 1999-2009 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.1 2009/12/20 19:55:21 vapier Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.2 2009/12/27 16:03:52 grobian Exp $
76
77 # Format of /etc/env.d/gcc/:
78 # config-TARGET: CURRENT=version for TARGET
79 @@ -457,7 +457,7 @@
80 source_var GCC_PATH "${GCC_ENV_D}/${CC_COMP}" "${PATH}"
81
82 case ${SHELL} in
83 - */csh|*/tsch)
84 + */csh|*/tcsh)
85 ENV_CMD="setenv"
86 SET_ELEMENT=" "
87 ;;
88 @@ -618,9 +618,9 @@
89 rcsfile="$RCSfile: gcc-config-1.5,v $"
90 rcsfile=${rcsfile#: }
91 rcsfile=${rcsfile%,v*}
92 - cvsrev="$Revision: 1.1 $"
93 + cvsrev="$Revision: 1.2 $"
94 cvsrev=${cvsrev#: }
95 - cvsdate="$Date: 2009/12/20 19:55:21 $"
96 + cvsdate="$Date: 2009/12/27 16:03:52 $"
97 cvsdate=${cvsdate#: }
98 echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
99 exit 0