Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.9.2.ebuild gcc-4.8.4.ebuild ChangeLog
Date: Tue, 10 Feb 2015 01:03:50
Message-Id: 20150210010345.3FC49116BC@oystercatcher.gentoo.org
1 blueness 15/02/10 01:03:45
2
3 Modified: gcc-4.9.2.ebuild gcc-4.8.4.ebuild ChangeLog
4 Log:
5 Forward port msgfmt link fix from 4.7.4 to 4.8.4 and 4.9.2, bug #372377
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.13 sys-devel/gcc/gcc-4.9.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?r1=1.12&r2=1.13
15
16 Index: gcc-4.9.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- gcc-4.9.2.ebuild 5 Feb 2015 17:52:13 -0000 1.12
23 +++ gcc-4.9.2.ebuild 10 Feb 2015 01:03:45 -0000 1.13
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2015 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.9.2.ebuild,v 1.12 2015/02/05 17:52:13 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.13 2015/02/10 01:03:45 blueness Exp $
29
30 EAPI="4"
31
32 -PATCH_VER="1.0"
33 +PATCH_VER="1.1"
34 UCLIBC_VER="1.0"
35
36 # Hardened gcc 4 stuff
37
38
39
40 1.2 sys-devel/gcc/gcc-4.8.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?r1=1.1&r2=1.2
45
46 Index: gcc-4.8.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- gcc-4.8.4.ebuild 26 Dec 2014 21:08:59 -0000 1.1
53 +++ gcc-4.8.4.ebuild 10 Feb 2015 01:03:45 -0000 1.2
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.1 2014/12/26 21:08:59 zorry Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.2 2015/02/10 01:03:45 blueness Exp $
60
61 EAPI="4"
62
63 -PATCH_VER="1.0"
64 +PATCH_VER="1.1"
65 UCLIBC_VER="1.0"
66
67 # Hardened gcc 4 stuff
68
69
70
71 1.1047 sys-devel/gcc/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1047&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1047&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1046&r2=1.1047
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
80 retrieving revision 1.1046
81 retrieving revision 1.1047
82 diff -u -r1.1046 -r1.1047
83 --- ChangeLog 5 Feb 2015 17:52:13 -0000 1.1046
84 +++ ChangeLog 10 Feb 2015 01:03:45 -0000 1.1047
85 @@ -1,6 +1,10 @@
86 # ChangeLog for sys-devel/gcc
87 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1046 2015/02/05 17:52:13 blueness Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1047 2015/02/10 01:03:45 blueness Exp $
90 +
91 + 10 Feb 2015; Anthony G. Basile <blueness@g.o> gcc-4.8.4.ebuild,
92 + gcc-4.9.2.ebuild:
93 + Forward port msgfmt link fix from 4.7.4 to 4.8.4 and 4.9.2, bug #372377
94
95 05 Feb 2015; Anthony G. Basile <blueness@g.o> gcc-4.9.2.ebuild:
96 Add ~mips, bug #536874