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-3.2.2.ebuild ChangeLog
Date: Sun, 22 Jun 2008 11:03:08
Message-Id: E1KANLa-0000us-Kp@stork.gentoo.org
1 vapier 08/06/22 11:03:02
2
3 Modified: gcc-3.2.2.ebuild ChangeLog
4 Log:
5 Move patches out of $FILESDIR and into patch tarball.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.30 sys-devel/gcc/gcc-3.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild?r1=1.29&r2=1.30
14
15 Index: gcc-3.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- gcc-3.2.2.ebuild 24 Jun 2007 18:14:41 -0000 1.29
22 +++ gcc-3.2.2.ebuild 22 Jun 2008 11:03:02 -0000 1.30
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.29 2007/06/24 18:14:41 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.30 2008/06/22 11:03:02 vapier Exp $
29
30 # This version is really meant JUST for the ps2
31
32 MAN_VER=""
33 -PATCH_VER="1.0"
34 +PATCH_VER="1.1"
35 UCLIBC_VER=""
36 PIE_VER=""
37 PP_VER=""
38 @@ -20,12 +20,3 @@
39 DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers"
40
41 KEYWORDS=""
42 -
43 -src_unpack() {
44 - gcc_src_unpack
45 -
46 - epatch "${FILESDIR}"/3.2.2/gcc32-pr7768.patch
47 - epatch "${FILESDIR}"/3.2.2/gcc32-pr8213.patch
48 - epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-cross-compile.patch
49 - epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-no-COPYING-cross-compile.patch
50 -}
51
52
53
54 1.655 sys-devel/gcc/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.655&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.655&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.654&r2=1.655
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
63 retrieving revision 1.654
64 retrieving revision 1.655
65 diff -u -r1.654 -r1.655
66 --- ChangeLog 22 Jun 2008 10:52:50 -0000 1.654
67 +++ ChangeLog 22 Jun 2008 11:03:02 -0000 1.655
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-devel/gcc
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.654 2008/06/22 10:52:50 vapier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.655 2008/06/22 11:03:02 vapier Exp $
73 +
74 + 22 Jun 2008; Mike Frysinger <vapier@g.o> gcc-3.2.2.ebuild:
75 + Move patches out of $FILESDIR and into patch tarball.
76
77 22 Jun 2008; Mike Frysinger <vapier@g.o>
78 +files/3.2.3/gcc-3.2.3-poisoned-malloc.patch, gcc-3.2.3-r4.ebuild:
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list