Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.3.2-r3.ebuild gcc-4.3.3.ebuild ChangeLog
Date: Tue, 24 Feb 2009 23:20:57
Message-Id: E1Lc6a7-00051j-Gv@stork.gentoo.org
1 kumba 09/02/24 23:20:55
2
3 Modified: gcc-4.3.2-r3.ebuild gcc-4.3.3.ebuild ChangeLog
4 Log:
5 Add ~mips to gcc-4.3.2-r3 and 4.3.3
6 (Portage version: 2.1.6.7/cvs/Linux mips64)
7
8 Revision Changes Path
9 1.2 sys-devel/gcc/gcc-4.3.2-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: gcc-4.3.2-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gcc-4.3.2-r3.ebuild 27 Jan 2009 18:43:38 -0000 1.1
22 +++ gcc-4.3.2-r3.ebuild 24 Feb 2009 23:20:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.1 2009/01/27 18:43:38 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.2 2009/02/24 23:20:55 kumba Exp $
28
29 PATCH_VER="1.6"
30 UCLIBC_VER="1.0"
31 @@ -28,7 +28,7 @@
32 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
33
34 LICENSE="GPL-2 LGPL-2.1"
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
37
38 RDEPEND=">=sys-libs/zlib-1.1.4
39 >=sys-devel/gcc-config-1.4
40
41
42
43 1.3 sys-devel/gcc/gcc-4.3.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?r1=1.2&r2=1.3
48
49 Index: gcc-4.3.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- gcc-4.3.3.ebuild 1 Feb 2009 18:14:08 -0000 1.2
56 +++ gcc-4.3.3.ebuild 24 Feb 2009 23:20:55 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.2 2009/02/01 18:14:08 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.3 2009/02/24 23:20:55 kumba Exp $
62
63 PATCH_VER="1.0"
64 UCLIBC_VER="1.0"
65 @@ -26,7 +26,7 @@
66 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
67
68 LICENSE="GPL-2 LGPL-2.1"
69 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
70 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
71
72 RDEPEND=">=sys-libs/zlib-1.1.4
73 >=sys-devel/gcc-config-1.4
74
75
76
77 1.686 sys-devel/gcc/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.686&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.686&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.685&r2=1.686
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
86 retrieving revision 1.685
87 retrieving revision 1.686
88 diff -u -r1.685 -r1.686
89 --- ChangeLog 15 Feb 2009 23:03:11 -0000 1.685
90 +++ ChangeLog 24 Feb 2009 23:20:55 -0000 1.686
91 @@ -1,6 +1,10 @@
92 # ChangeLog for sys-devel/gcc
93 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.685 2009/02/15 23:03:11 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.686 2009/02/24 23:20:55 kumba Exp $
96 +
97 + 24 Feb 2009; Joshua Kinard <kumba@g.o> gcc-4.3.2-r3.ebuild,
98 + gcc-4.3.3.ebuild:
99 + Add ~mips to gcc-4.3.2-r3 and 4.3.3
100
101 15 Feb 2009; Mike Frysinger <vapier@g.o> gcc-3.3.6-r1.ebuild:
102 Use the replace-cpu-flags logic in the eclass #252698 by Le retraité.