public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.1 gcc-config-1.5
@ 2009-12-27 16:03 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2009-12-27 16:03 UTC (permalink / raw
  To: gentoo-commits

grobian     09/12/27 16:03:53

  Modified:             gcc-config-1.4.1 gcc-config-1.5
  Log:
  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.
  (Portage version: 2.2.00.15134-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.10                 sys-devel/gcc-config/files/gcc-config-1.4.1

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.10&view=markup
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
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

Index: gcc-config-1.4.1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gcc-config-1.4.1	3 Aug 2009 00:40:07 -0000	1.9
+++ gcc-config-1.4.1	27 Dec 2009 16:03:52 -0000	1.10
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 trap ":" INT QUIT TSTP
 
@@ -482,7 +482,7 @@
 	GCC_PATH=$(source "${GCC_ENV_D}/${CC_COMP}"; echo ${GCC_PATH:-${PATH}})
 
 	case ${SHELL} in
-		*/csh|*/tsch)
+		*/csh|*/tcsh)
 			ENV_CMD="setenv"
 			SET_ELEMENT=" "
 			;;
@@ -694,9 +694,9 @@
 			rcsfile="$RCSfile: gcc-config-1.4.1,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.9 $"
+			cvsrev="$Revision: 1.10 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2009/08/03 00:40:07 $"
+			cvsdate="$Date: 2009/12/27 16:03:52 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0



1.2                  sys-devel/gcc-config/files/gcc-config-1.5

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?r1=1.1&r2=1.2

Index: gcc-config-1.5
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc-config-1.5	20 Dec 2009 19:55:21 -0000	1.1
+++ gcc-config-1.5	27 Dec 2009 16:03:52 -0000	1.2
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 # Format of /etc/env.d/gcc/:
 #  config-TARGET:	CURRENT=version for TARGET
@@ -457,7 +457,7 @@
 	source_var GCC_PATH "${GCC_ENV_D}/${CC_COMP}" "${PATH}"
 
 	case ${SHELL} in
-		*/csh|*/tsch)
+		*/csh|*/tcsh)
 			ENV_CMD="setenv"
 			SET_ELEMENT=" "
 			;;
@@ -618,9 +618,9 @@
 			rcsfile="$RCSfile: gcc-config-1.5,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.1 $"
+			cvsrev="$Revision: 1.2 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2009/12/20 19:55:21 $"
+			cvsdate="$Date: 2009/12/27 16:03:52 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.1 gcc-config-1.5
@ 2011-03-07 12:48 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-07 12:48 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/07 12:48:15

  Modified:             gcc-config-1.4.1 gcc-config-1.5
  Log:
  Change "source /etc/profile" to ". /etc/profile" for dumb shells #349522 by Ulrich Müller.
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-devel/gcc-config/files/gcc-config-1.4.1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?r1=1.10&r2=1.11

Index: gcc-config-1.4.1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gcc-config-1.4.1	27 Dec 2009 16:03:52 -0000	1.10
+++ gcc-config-1.4.1	7 Mar 2011 12:48:15 -0000	1.11
@@ -1,7 +1,7 @@
 #!/bin/bash
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.11 2011/03/07 12:48:15 vapier Exp $
 
 trap ":" INT QUIT TSTP
 
@@ -393,7 +393,7 @@
 		ewarn "If you intend to use the gcc from the new profile in an already"
 		ewarn "running shell, please remember to do:"
 		echo
-		ewarn "  # source /etc/profile"
+		ewarn "  . /etc/profile"
 		echo
 	fi
 
@@ -694,9 +694,9 @@
 			rcsfile="$RCSfile: gcc-config-1.4.1,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.10 $"
+			cvsrev="$Revision: 1.11 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2009/12/27 16:03:52 $"
+			cvsdate="$Date: 2011/03/07 12:48:15 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0



1.4                  sys-devel/gcc-config/files/gcc-config-1.5

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?r1=1.3&r2=1.4

Index: gcc-config-1.5
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-config-1.5	18 Jan 2011 07:04:36 -0000	1.3
+++ gcc-config-1.5	7 Mar 2011 12:48:15 -0000	1.4
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.3 2011/01/18 07:04:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.4 2011/03/07 12:48:15 vapier Exp $
 
 # Format of /etc/env.d/gcc/:
 #  config-TARGET:	CURRENT=version for TARGET
@@ -366,7 +366,7 @@
 		ewarn "If you intend to use the gcc from the new profile in an already"
 		ewarn "running shell, please remember to do:"
 		echo
-		ewarn "  # source /etc/profile"
+		ewarn "  . /etc/profile"
 		echo
 	fi
 
@@ -618,9 +618,9 @@
 			rcsfile="$RCSfile: gcc-config-1.5,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.3 $"
+			cvsrev="$Revision: 1.4 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2011/01/18 07:04:36 $"
+			cvsdate="$Date: 2011/03/07 12:48:15 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.1 gcc-config-1.5
@ 2011-12-07  5:42 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-07  5:42 UTC (permalink / raw
  To: gentoo-commits

vapier      11/12/07 05:42:19

  Modified:             gcc-config-1.4.1 gcc-config-1.5
  Log:
  Fix multilib support with @GENTOO_LIBDIR@.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/gcc-config/files/gcc-config-1.4.1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1?r1=1.11&r2=1.12

Index: gcc-config-1.4.1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gcc-config-1.4.1	7 Mar 2011 12:48:15 -0000	1.11
+++ gcc-config-1.4.1	7 Dec 2011 05:42:19 -0000	1.12
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.11 2011/03/07 12:48:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.4.1,v 1.12 2011/12/07 05:42:19 vapier Exp $
 
 trap ":" INT QUIT TSTP
 
@@ -19,7 +19,7 @@
 SED=$(type -P gsed)
 SED=${SED:-$(type -P sed)}
 
-GENTOO_LIBDIR="lib"
+GENTOO_LIBDIR="@GENTOO_LIBDIR@"
 [[ ${GENTOO_LIBDIR} == @*@ ]] && GENTOO_LIBDIR="lib"
 
 usage() {
@@ -694,9 +694,9 @@
 			rcsfile="$RCSfile: gcc-config-1.4.1,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.11 $"
+			cvsrev="$Revision: 1.12 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2011/03/07 12:48:15 $"
+			cvsdate="$Date: 2011/12/07 05:42:19 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0



1.7                  sys-devel/gcc-config/files/gcc-config-1.5

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5?r1=1.6&r2=1.7

Index: gcc-config-1.5
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gcc-config-1.5	11 Nov 2011 16:12:49 -0000	1.6
+++ gcc-config-1.5	7 Dec 2011 05:42:19 -0000	1.7
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.6 2011/11/11 16:12:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.5,v 1.7 2011/12/07 05:42:19 vapier Exp $
 
 # Format of /etc/env.d/gcc/:
 #  config-TARGET:	CURRENT=version for TARGET
@@ -39,7 +39,7 @@
 	tac() { ${SED} -e '1!G;h;$!d' "$@" ; }
 fi
 
-GENTOO_LIBDIR="lib"
+GENTOO_LIBDIR="@GENTOO_LIBDIR@"
 [[ ${GENTOO_LIBDIR} == @*@ ]] && GENTOO_LIBDIR="lib"
 
 usage() {
@@ -633,9 +633,9 @@
 			rcsfile="$RCSfile: gcc-config-1.5,v $"
 			rcsfile=${rcsfile#: }
 			rcsfile=${rcsfile%,v*}
-			cvsrev="$Revision: 1.6 $"
+			cvsrev="$Revision: 1.7 $"
 			cvsrev=${cvsrev#: }
-			cvsdate="$Date: 2011/11/11 16:12:49 $"
+			cvsdate="$Date: 2011/12/07 05:42:19 $"
 			cvsdate=${cvsdate#: }
 			echo "${rcsfile} (r${cvsrev% *} @ ${cvsdate% *})"
 			exit 0






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-07  5:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 16:03 [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config/files: gcc-config-1.4.1 gcc-config-1.5 Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 12:48 Mike Frysinger (vapier)
2011-12-07  5:42 Mike Frysinger (vapier)

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