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.2.1.ebuild
Date: Sun, 07 Oct 2007 02:21:59
Message-Id: E1IeLd6-0004jb-JD@stork.gentoo.org
1 vapier 07/10/07 02:12:28
2
3 Modified: ChangeLog
4 Added: gcc-4.2.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.633 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.633&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.633&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.632&r2=1.633
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.632
20 retrieving revision 1.633
21 diff -u -r1.632 -r1.633
22 --- ChangeLog 7 Oct 2007 02:09:39 -0000 1.632
23 +++ ChangeLog 7 Oct 2007 02:12:28 -0000 1.633
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.632 2007/10/07 02:09:39 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.633 2007/10/07 02:12:28 vapier Exp $
29 +
30 +*gcc-4.2.1 (07 Oct 2007)
31 +
32 + 07 Oct 2007; Mike Frysinger <vapier@g.o> +gcc-4.2.1.ebuild:
33 + Version bump.
34
35 07 Oct 2007; Mike Frysinger <vapier@g.o> gcc-4.1.2.ebuild:
36 Define __sparc64__ for sparc/fbsd targets #192404 by Roy Marples.
37
38
39
40 1.1 sys-devel/gcc/gcc-4.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.2.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.2.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gcc-4.2.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.2.1.ebuild,v 1.1 2007/10/07 02:12:28 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="~alpha ~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" #ppc64: 179218
66
67 RDEPEND=">=sys-libs/zlib-1.1.4
68 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler )
69 virtual/libiconv
70 fortran? (
71 >=dev-libs/gmp-4.2.1
72 >=dev-libs/mpfr-2.2.0_p10
73 )
74 !build? (
75 gcj? (
76 gtk? (
77 x11-libs/libXt
78 x11-libs/libX11
79 x11-libs/libXtst
80 x11-proto/xproto
81 x11-proto/xextproto
82 >=x11-libs/gtk+-2.2
83 x11-libs/pango
84 )
85 >=media-libs/libart_lgpl-2.1
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 app-admin/eselect-compiler )"
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@g.o mailing list