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-apple: gcc-apple-4.2.1_p5666-r2.ebuild ChangeLog
Date: Sat, 31 Jan 2015 16:15:28
Message-Id: 20150131161523.A09C010C47@oystercatcher.gentoo.org
1 grobian 15/01/31 16:15:23
2
3 Modified: gcc-apple-4.2.1_p5666-r2.ebuild ChangeLog
4 Log:
5 Update darwin14 patch with much better approach by Michael Weisner, not revbumping because darwin14 bootstrapping should be broken anyway
6
7 (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.3 sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: gcc-apple-4.2.1_p5666-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gcc-apple-4.2.1_p5666-r2.ebuild 23 Nov 2014 15:37:36 -0000 1.2
23 +++ gcc-apple-4.2.1_p5666-r2.ebuild 31 Jan 2015 16:15:23 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v 1.2 2014/11/23 15:37:36 redlizard Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v 1.3 2015/01/31 16:15:23 grobian Exp $
30
31 EAPI="3"
32
33 @@ -119,9 +119,8 @@
34 [[ ${CHOST} == *86*-apple-darwin8 ]] && \
35 epatch "${FILESDIR}"/${PN}-${GCC_VERS}-dsymutil.patch
36
37 - # Pseudo-support OS X 10.10
38 - [[ ${CHOST} == *-darwin14 ]] && \
39 - epatch "${FILESDIR}"/${P}-darwin14.patch
40 + # support OS X 10.10
41 + epatch "${FILESDIR}"/${P}-darwin14.patch
42
43 # bootstrapping might fail with host provided gcc on 10.4/x86
44 if ! is_crosscompile && ! echo "int main(){return 0;}" | gcc -o "${T}"/foo \
45
46
47
48 1.31 sys-devel/gcc-apple/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.31&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.31&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?r1=1.30&r2=1.31
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v
57 retrieving revision 1.30
58 retrieving revision 1.31
59 diff -u -r1.30 -r1.31
60 --- ChangeLog 23 Nov 2014 15:37:36 -0000 1.30
61 +++ ChangeLog 31 Jan 2015 16:15:23 -0000 1.31
62 @@ -1,6 +1,11 @@
63 # ChangeLog for sys-devel/gcc-apple
64 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.30 2014/11/23 15:37:36 redlizard Exp $
66 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.31 2015/01/31 16:15:23 grobian Exp $
68 +
69 + 31 Jan 2015; Fabian Groffen <grobian@g.o>
70 + files/gcc-apple-4.2.1_p5666-darwin14.patch, gcc-apple-4.2.1_p5666-r2.ebuild:
71 + Update darwin14 patch with much better approach by Michael Weisner, not
72 + revbumping because darwin14 bootstrapping should be broken anyway
73
74 23 Nov 2014; redlizard <redlizard@g.o> gcc-apple-4.2.1_p5666-r2.ebuild:
75 Change the portage-2.2.14 dependency to a blocker, as the upgrade needs to