Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/italc: ChangeLog italc-1.0.9.ebuild
Date: Thu, 30 Jul 2009 08:05:35
Message-Id: E1MWQdm-0001lK-Iv@stork.gentoo.org
1 ssuominen 09/07/30 08:05:30
2
3 Modified: ChangeLog italc-1.0.9.ebuild
4 Log:
5 Fix building with GCC 4.4 wrt #278462.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 net-misc/italc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 8 Jun 2009 13:22:40 -0000 1.17
22 +++ ChangeLog 30 Jul 2009 08:05:30 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-misc/italc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.17 2009/06/08 13:22:40 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/ChangeLog,v 1.18 2009/07/30 08:05:30 ssuominen Exp $
28 +
29 + 30 Jul 2009; Samuli Suominen <ssuominen@g.o> italc-1.0.9.ebuild,
30 + +files/italc-1.0.9-gcc44.patch:
31 + Fix building with GCC 4.4 wrt #278462.
32
33 08 Jun 2009; RĂ©mi Cardona <remi@g.o> italc-1.0.3-r1.ebuild,
34 italc-1.0.9.ebuild:
35
36
37
38 1.5 net-misc/italc/italc-1.0.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild?r1=1.4&r2=1.5
43
44 Index: italc-1.0.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- italc-1.0.9.ebuild 8 Jun 2009 13:22:40 -0000 1.4
51 +++ italc-1.0.9.ebuild 30 Jul 2009 08:05:30 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild,v 1.4 2009/06/08 13:22:40 remi Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/italc/italc-1.0.9.ebuild,v 1.5 2009/07/30 08:05:30 ssuominen Exp $
57
58 EAPI=2
59
60 @@ -46,6 +46,7 @@
61 epatch "${FILESDIR}"/${P}-qt4-libpath.patch
62 epatch "${FILESDIR}"/${P}-strip.patch
63 use system-libvncserver && epatch "${FILESDIR}"/${P}-system-libvncserver.patch
64 + epatch "${FILESDIR}"/${P}-gcc44.patch
65 eautoreconf
66 }