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: ChangeLog gcc-4.3.1.ebuild
Date: Mon, 09 Jun 2008 02:37:38
Message-Id: E1K5XGE-0003IX-TF@stork.gentoo.org
1 vapier 08/06/09 02:37:30
2
3 Modified: ChangeLog
4 Added: gcc-4.3.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
8
9 Revision Changes Path
10 1.650 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.650&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.650&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.649&r2=1.650
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.649
20 retrieving revision 1.650
21 diff -u -r1.649 -r1.650
22 --- ChangeLog 23 May 2008 02:57:35 -0000 1.649
23 +++ ChangeLog 9 Jun 2008 02:37:30 -0000 1.650
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.649 2008/05/23 02:57:35 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.650 2008/06/09 02:37:30 vapier Exp $
29 +
30 +*gcc-4.3.1 (09 Jun 2008)
31 +
32 + 09 Jun 2008; Mike Frysinger <vapier@g.o> +gcc-4.3.1.ebuild:
33 + Version bump.
34
35 *gcc-4.2.4 (23 May 2008)
36
37
38
39
40 1.1 sys-devel/gcc/gcc-4.3.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gcc-4.3.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.1.ebuild,v 1.1 2008/06/09 02:37:30 vapier Exp $
50
51 PATCH_VER="1.0"
52 UCLIBC_VER="1.0"
53
54 ETYPE="gcc-compiler"
55
56 # whether we should split out specs files for multiple {PIE,SSP}-by-default
57 # and vanilla configurations.
58 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed
59
60 inherit toolchain
61
62 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
63
64 LICENSE="GPL-2 LGPL-2.1"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ia64"
66
67 RDEPEND=">=sys-libs/zlib-1.1.4
68 >=sys-devel/gcc-config-1.4
69 virtual/libiconv
70 >=dev-libs/gmp-4.2.1
71 >=dev-libs/mpfr-2.3
72 !build? (
73 gcj? (
74 gtk? (
75 x11-libs/libXt
76 x11-libs/libX11
77 x11-libs/libXtst
78 x11-proto/xproto
79 x11-proto/xextproto
80 >=x11-libs/gtk+-2.2
81 x11-libs/pango
82 )
83 >=media-libs/libart_lgpl-2.1
84 app-arch/zip
85 app-arch/unzip
86 )
87 >=sys-libs/ncurses-5.2-r2
88 nls? ( sys-devel/gettext )
89 )"
90 DEPEND="${RDEPEND}
91 test? ( sys-devel/autogen dev-util/dejagnu )
92 >=sys-apps/texinfo-4.2-r4
93 >=sys-devel/bison-1.875
94 ppc? ( >=${CATEGORY}/binutils-2.17 )
95 ppc64? ( >=${CATEGORY}/binutils-2.17 )
96 >=${CATEGORY}/binutils-2.15.94"
97 PDEPEND=">=sys-devel/gcc-config-1.4"
98 if [[ ${CATEGORY} != cross-* ]] ; then
99 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
100 fi
101
102 src_unpack() {
103 gcc_src_unpack
104
105 use vanilla && return 0
106
107 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
108
109 [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch
110 }
111
112
113
114 --
115 gentoo-commits@l.g.o mailing list