Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.3.3.ebuild ChangeLog
Date: Tue, 27 Jan 2009 21:32:03
Message-Id: E1LRvXN-0000Gc-5t@stork.gentoo.org
1 vapier 09/01/27 21:32:01
2
3 Modified: ChangeLog
4 Added: gcc-4.3.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.679 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.679&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.679&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.678&r2=1.679
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.678
20 retrieving revision 1.679
21 diff -u -r1.678 -r1.679
22 --- ChangeLog 27 Jan 2009 18:43:38 -0000 1.678
23 +++ ChangeLog 27 Jan 2009 21:32:01 -0000 1.679
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.678 2009/01/27 18:43:38 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.679 2009/01/27 21:32:01 vapier Exp $
29 +
30 +*gcc-4.3.3 (27 Jan 2009)
31 +
32 + 27 Jan 2009; Mike Frysinger <vapier@g.o> +gcc-4.3.3.ebuild:
33 + Version bump.
34
35 *gcc-4.3.2-r3 (27 Jan 2009)
36
37
38
39
40 1.1 sys-devel/gcc/gcc-4.3.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gcc-4.3.3.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.1 2009/01/27 21:32:01 vapier Exp $
50
51 PATCH_VER="1.0"
52 UCLIBC_VER="1.0"
53
54 ETYPE="gcc-compiler"
55
56 # Hardened gcc 4 stuff
57 PIE_VER="10.1.5"
58 SPECS_VER="0.9.4"
59
60 # arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
61 PIE_GLIBC_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
62 PIE_UCLIBC_STABLE="x86 arm"
63 #SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
64 #SSP_UCLIBC_STABLE=""
65
66 # whether we should split out specs files for multiple {PIE,SSP}-by-default
67 # and vanilla configurations.
68 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
69
70 inherit toolchain
71
72 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
73
74 LICENSE="GPL-2 LGPL-2.1"
75 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
76
77 RDEPEND=">=sys-libs/zlib-1.1.4
78 >=sys-devel/gcc-config-1.4
79 virtual/libiconv
80 >=dev-libs/gmp-4.2.1
81 >=dev-libs/mpfr-2.3
82 !build? (
83 gcj? (
84 gtk? (
85 x11-libs/libXt
86 x11-libs/libX11
87 x11-libs/libXtst
88 x11-proto/xproto
89 x11-proto/xextproto
90 >=x11-libs/gtk+-2.2
91 x11-libs/pango
92 )
93 >=media-libs/libart_lgpl-2.1
94 app-arch/zip
95 app-arch/unzip
96 )
97 >=sys-libs/ncurses-5.2-r2
98 nls? ( sys-devel/gettext )
99 )"
100 DEPEND="${RDEPEND}
101 test? ( sys-devel/autogen dev-util/dejagnu )
102 >=sys-apps/texinfo-4.2-r4
103 >=sys-devel/bison-1.875
104 amd64? (
105 >=sys-libs/glibc-2.7-r2
106 multilib? (
107 gcj? ( app-emulation/emul-linux-x86-xlibs )
108 )
109 )
110 ppc? ( >=${CATEGORY}/binutils-2.17 )
111 ppc64? ( >=${CATEGORY}/binutils-2.17 )
112 >=${CATEGORY}/binutils-2.15.94"
113 PDEPEND=">=sys-devel/gcc-config-1.4"
114 if [[ ${CATEGORY} != cross-* ]] ; then
115 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
116 fi
117
118 src_unpack() {
119 gcc_src_unpack
120
121 use vanilla && return 0
122
123 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
124
125 [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-softfloat.patch
126 }