public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass ChangeLog
@ 2013-04-08  3:37 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-04-08  3:37 UTC (permalink / raw
  To: gentoo-commits

patrick     13/04/08 03:37:07

  Modified:             toolchain.eclass ChangeLog
  Log:
  Fix for gcc info page installation #464008

Revision  Changes    Path
1.579                eclass/toolchain.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.579&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.579&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.578&r2=1.579

Index: toolchain.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
retrieving revision 1.578
retrieving revision 1.579
diff -u -r1.578 -r1.579
--- toolchain.eclass	7 Apr 2013 18:27:18 -0000	1.578
+++ toolchain.eclass	8 Apr 2013 03:37:07 -0000	1.579
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.578 2013/04/07 18:27:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.579 2013/04/08 03:37:07 patrick Exp $
 #
 # Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
 
@@ -1499,7 +1499,7 @@
 	# Copy over the info pages.  We disabled their generation earlier, but the
 	# build system only expects to install out of the build dir, not the source.  #464008
 	mkdir -p gcc/doc
-	cp "${S}"/gcc/doc/*.info* gcc/doc/ || die
+	cp "${WORKDIR}/${P}"/gcc/doc/*.info* gcc/doc/ || die
 	# Remove generated headers, as they can cause things to break
 	# (ncurses, openssl, etc).
 	while read x ; do



1.776                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.776&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.776&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.775&r2=1.776

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -r1.775 -r1.776
--- ChangeLog	7 Apr 2013 21:14:46 -0000	1.775
+++ ChangeLog	8 Apr 2013 03:37:07 -0000	1.776
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.775 2013/04/07 21:14:46 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.776 2013/04/08 03:37:07 patrick Exp $
+
+  08 Apr 2013; Patrick Lauer <patrick@gentoo.org> toolchain.eclass:
+  Fix for gcc info page installation #464008
 
   07 Apr 2013; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
   Remove wrong sed on QT_INSTALL_{LIBS,PLUGINS}. See bug 304971 comments 16-18.





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

* [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass ChangeLog
@ 2014-10-26 17:39 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-10-26 17:39 UTC (permalink / raw
  To: gentoo-commits

ulm         14/10/26 17:39:52

  Modified:             toolchain.eclass ChangeLog
  Log:
  [QA] Code from revisions 1.636 and 1.640 commented out. This causes several file collisions, see bug 526144 and related bugs.

Revision  Changes    Path
1.644                eclass/toolchain.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.644&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.644&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.643&r2=1.644

Index: toolchain.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
retrieving revision 1.643
retrieving revision 1.644
diff -u -r1.643 -r1.644
--- toolchain.eclass	24 Oct 2014 05:32:14 -0000	1.643
+++ toolchain.eclass	26 Oct 2014 17:39:52 -0000	1.644
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.643 2014/10/24 05:32:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.644 2014/10/26 17:39:52 ulm Exp $
 
 # Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
 
@@ -910,15 +910,15 @@
 		confgcc+=( --enable-libstdcxx-time )
 	fi
 
-	# Turn on the -Wl,--build-id flag by default for ELF targets. #525942
-	# This helps with locating debug files.
-	case ${CTARGET} in
-	*-linux-*|*-elf|*-eabi)
-		tc_version_is_at_least 4.5 && confgcc+=(
-			--enable-linker-build-id
-		)
-		;;
-	esac
+	# # Turn on the -Wl,--build-id flag by default for ELF targets. #525942
+	# # This helps with locating debug files.
+	# case ${CTARGET} in
+	# *-linux-*|*-elf|*-eabi)
+	# 	tc_version_is_at_least 4.5 && confgcc+=(
+	# 		--enable-linker-build-id
+	# 	)
+	# 	;;
+	# esac
 
 	# newer gcc versions like to bootstrap themselves with C++,
 	# so we need to manually disable it ourselves



1.1392               eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1392&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1392&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1391&r2=1.1392

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1391
retrieving revision 1.1392
diff -u -r1.1391 -r1.1392
--- ChangeLog	25 Oct 2014 19:01:53 -0000	1.1391
+++ ChangeLog	26 Oct 2014 17:39:52 -0000	1.1392
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1391 2014/10/25 19:01:53 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1392 2014/10/26 17:39:52 ulm Exp $
+
+  26 Oct 2014; Ulrich Müller <ulm@gentoo.org> toolchain.eclass:
+  [QA] Code from revisions 1.636 and 1.640 commented out. This causes several
+  file collisions, see bug 526144 and related bugs.
 
   25 Oct 2014; Michael Palimaka <kensington@gentoo.org> kde4-base.eclass:
   Add kde-workspace 4.11.13 SRC_URI.





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

end of thread, other threads:[~2014-10-26 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  3:37 [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-26 17:39 Ulrich Mueller (ulm)

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