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.1.ebuild ChangeLog gcc-4.3.0.ebuild
Date: Sat, 21 Jun 2008 04:23:18
Message-Id: E1K9ud6-0001aY-4o@stork.gentoo.org
1 vapier 08/06/21 04:23:12
2
3 Modified: gcc-4.3.1.ebuild ChangeLog gcc-4.3.0.ebuild
4 Log:
5 Force newer glibc to keep things sane #228631 by Andrey Kislyuk.
6 (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.4 sys-devel/gcc/gcc-4.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild?r1=1.3&r2=1.4
14
15 Index: gcc-4.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gcc-4.3.1.ebuild 10 Jun 2008 22:31:27 -0000 1.3
22 +++ gcc-4.3.1.ebuild 21 Jun 2008 04:23:11 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.1.ebuild,v 1.3 2008/06/10 22:31:27 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.4 2008/06/21 04:23:11 vapier Exp $
28
29 PATCH_VER="1.0"
30 UCLIBC_VER="1.0"
31 @@ -51,7 +51,7 @@
32 >=${CATEGORY}/binutils-2.15.94"
33 PDEPEND=">=sys-devel/gcc-config-1.4"
34 if [[ ${CATEGORY} != cross-* ]] ; then
35 - PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
36 + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
37 fi
38
39 src_unpack() {
40
41
42
43 1.653 sys-devel/gcc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.653&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.653&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.652&r2=1.653
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
52 retrieving revision 1.652
53 retrieving revision 1.653
54 diff -u -r1.652 -r1.653
55 --- ChangeLog 10 Jun 2008 22:31:27 -0000 1.652
56 +++ ChangeLog 21 Jun 2008 04:23:11 -0000 1.653
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-devel/gcc
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.652 2008/06/10 22:31:27 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.653 2008/06/21 04:23:11 vapier Exp $
62 +
63 + 21 Jun 2008; Mike Frysinger <vapier@g.o> gcc-4.3.0.ebuild,
64 + gcc-4.3.1.ebuild:
65 + Force newer glibc to keep things sane #228631 by Andrey Kislyuk.
66
67 10 Jun 2008; Jeroen Roovers <jer@g.o> gcc-4.3.1.ebuild:
68 Marked ~hppa too.
69
70
71
72 1.8 sys-devel/gcc/gcc-4.3.0.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?rev=1.8&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?rev=1.8&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild?r1=1.7&r2=1.8
77
78 Index: gcc-4.3.0.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v
81 retrieving revision 1.7
82 retrieving revision 1.8
83 diff -u -r1.7 -r1.8
84 --- gcc-4.3.0.ebuild 10 May 2008 11:57:06 -0000 1.7
85 +++ gcc-4.3.0.ebuild 21 Jun 2008 04:23:11 -0000 1.8
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.7 2008/05/10 11:57:06 vapier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.8 2008/06/21 04:23:11 vapier Exp $
91
92 PATCH_VER="1.2"
93 UCLIBC_VER="1.0"
94 @@ -50,7 +50,7 @@
95 >=${CATEGORY}/binutils-2.15.94"
96 PDEPEND=">=sys-devel/gcc-config-1.4"
97 if [[ ${CATEGORY} != cross-* ]] ; then
98 - PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
99 + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
100 fi
101
102 src_unpack() {
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list