Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cifparse-obj: ChangeLog cifparse-obj-7.025.ebuild
Date: Sat, 02 Jun 2012 12:57:24
Message-Id: 20120602125709.70A802004B@flycatcher.gentoo.org
1 jlec 12/06/02 12:57:09
2
3 Modified: ChangeLog cifparse-obj-7.025.ebuild
4 Log:
5 sci-libs/cifparse-obj: Fix for gcc-4.7
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sci-libs/cifparse-obj/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 21 Nov 2011 15:23:05 -0000 1.14
23 +++ ChangeLog 2 Jun 2012 12:57:09 -0000 1.15
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-libs/cifparse-obj
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.14 2011/11/21 15:23:05 jlec Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/ChangeLog,v 1.15 2012/06/02 12:57:09 jlec Exp $
30 +
31 + 02 Jun 2012; Justin Lecher <jlec@g.o> cifparse-obj-7.025.ebuild,
32 + +files/cifparse-obj-7.025-gcc4.7.patch:
33 + Fix for gcc-4.7
34
35 21 Nov 2011; Justin Lecher <jlec@g.o> cifparse-obj-7.025.ebuild:
36 keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
37
38
39
40 1.8 sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild?r1=1.7&r2=1.8
45
46 Index: cifparse-obj-7.025.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- cifparse-obj-7.025.ebuild 21 Nov 2011 15:23:05 -0000 1.7
53 +++ cifparse-obj-7.025.ebuild 2 Jun 2012 12:57:09 -0000 1.8
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.7 2011/11/21 15:23:05 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.8 2012/06/02 12:57:09 jlec Exp $
60
61 inherit eutils toolchain-funcs
62
63 @@ -28,7 +28,8 @@
64
65 epatch \
66 "${FILESDIR}"/${P}-makefile.patch \
67 - "${FILESDIR}"/${P}-gcc4.3.patch
68 + "${FILESDIR}"/${P}-gcc4.3.patch \
69 + "${FILESDIR}"/${P}-gcc4.7.patch
70
71 sed -i \
72 -e "s:^\(CC=\).*:\1$(tc-getCC):g" \