Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.3.4.ebuild ChangeLog
Date: Fri, 01 Jul 2011 06:02:40
Message-Id: 20110701060229.5CF6E20054@flycatcher.gentoo.org
1 dirtyepic 11/07/01 06:02:29
2
3 Modified: gcc-4.3.4.ebuild ChangeLog
4 Log:
5 4.3.4 p1.3 fixes a race condition in the build system (bug #305739).
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 sys-devel/gcc/gcc-4.3.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild?r1=1.16&r2=1.17
15
16 Index: gcc-4.3.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- gcc-4.3.4.ebuild 11 Mar 2011 07:06:37 -0000 1.16
23 +++ gcc-4.3.4.ebuild 1 Jul 2011 06:02:29 -0000 1.17
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild,v 1.16 2011/03/11 07:06:37 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild,v 1.17 2011/07/01 06:02:29 dirtyepic Exp $
29
30 GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch \
31 02_all_gcc-4.3-alpha-PR42113.patch" #262567 #309279
32
33 -PATCH_VER="1.2"
34 +PATCH_VER="1.3"
35 UCLIBC_VER="1.0"
36
37 ETYPE="gcc-compiler"
38 @@ -26,10 +26,11 @@
39
40 inherit toolchain
41
42 -DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
43 +DESCRIPTION="The GNU Compiler Collection"
44
45 LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2"
46 KEYWORDS="alpha amd64 arm -hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
47 +IUSE=""
48
49 RDEPEND=">=sys-libs/zlib-1.1.4
50 >=sys-devel/gcc-config-1.4
51
52
53
54 1.813 sys-devel/gcc/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.813&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.813&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.812&r2=1.813
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
63 retrieving revision 1.812
64 retrieving revision 1.813
65 diff -u -r1.812 -r1.813
66 --- ChangeLog 9 Jun 2011 16:47:30 -0000 1.812
67 +++ ChangeLog 1 Jul 2011 06:02:29 -0000 1.813
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-devel/gcc
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.812 2011/06/09 16:47:30 vapier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.813 2011/07/01 06:02:29 dirtyepic Exp $
73 +
74 + 01 Jul 2011; Ryan Hill <dirtyepic@g.o> gcc-4.3.4.ebuild:
75 + 4.3.4 p1.3 fixes a race condition in the build system (bug #305739).
76
77 09 Jun 2011; Mike Frysinger <vapier@g.o> gcc-3.3.6-r1.ebuild:
78 Fix from upstream for missing symbol versions in multilib builds #304239.