Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt: ChangeLog gatt-0.6.4.ebuild
Date: Thu, 30 Jul 2009 11:46:59
Message-Id: E1MWU62-0007z8-SE@stork.gentoo.org
1 ssuominen 09/07/30 11:46:54
2
3 Modified: ChangeLog gatt-0.6.4.ebuild
4 Log:
5 Fix building with GCC 4.4 wrt #277659.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.40 app-portage/gatt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?r1=1.39&r2=1.40
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- ChangeLog 21 Jul 2009 07:04:53 -0000 1.39
22 +++ ChangeLog 30 Jul 2009 11:46:54 -0000 1.40
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-portage/gatt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.39 2009/07/21 07:04:53 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.40 2009/07/30 11:46:54 ssuominen Exp $
28 +
29 + 30 Jul 2009; Samuli Suominen <ssuominen@g.o> gatt-0.6.4.ebuild,
30 + +files/gatt-0.6.4-gcc44.patch:
31 + Fix building with GCC 4.4 wrt #277659.
32
33 21 Jul 2009; Christian Faulhammer <fauli@g.o>
34 -files/gatt-0.6.1-nonfataltests.patch, -files/gatt-0.6.1-tests.patch:
35
36
37
38 1.2 app-portage/gatt/gatt-0.6.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild?r1=1.1&r2=1.2
43
44 Index: gatt-0.6.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gatt-0.6.4.ebuild 21 Jul 2009 07:02:42 -0000 1.1
51 +++ gatt-0.6.4.ebuild 30 Jul 2009 11:46:54 -0000 1.2
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/app-portage/gatt/gatt-0.6.4.ebuild,v 1.1 2009/07/21 07:02:42 fauli Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.4.ebuild,v 1.2 2009/07/30 11:46:54 ssuominen Exp $
57
58 inherit eutils
59
60 @@ -35,6 +35,12 @@
61 fi
62 }
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 + epatch "${FILESDIR}"/${P}-gcc44.patch
68 +}
69 +
70 src_compile() {
71 econf $(use_enable libpaludis) || die
72 emake || die