Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.7.ebuild
Date: Wed, 29 Jul 2009 04:14:01
Message-Id: E1MW0YB-0003i1-7e@stork.gentoo.org
1 dirtyepic 09/07/29 04:13:59
2
3 Modified: ChangeLog qtiplot-0.9.7.7.ebuild
4 Log:
5 Fix building w/ GCC 4.4. (bug #272375)
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.45 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 5 Jun 2009 17:29:44 -0000 1.44
22 +++ ChangeLog 29 Jul 2009 04:13:59 -0000 1.45
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.44 2009/06/05 17:29:44 grozin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.45 2009/07/29 04:13:59 dirtyepic Exp $
28 +
29 + 29 Jul 2009; Ryan Hill <dirtyepic@g.o> qtiplot-0.9.7.7.ebuild,
30 + +files/qtiplot-0.9.7.7-gcc44.patch:
31 + Fix building w/ GCC 4.4. (bug #272375)
32
33 05 Jun 2009; Andrey Grozin <grozin@g.o> qtiplot-0.9.7.7.ebuild:
34 USE-deps on PyQt4 fixed (bug #272182)
35
36
37
38 1.5 sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild?r1=1.4&r2=1.5
43
44 Index: qtiplot-0.9.7.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- qtiplot-0.9.7.7.ebuild 5 Jun 2009 17:29:44 -0000 1.4
51 +++ qtiplot-0.9.7.7.ebuild 29 Jul 2009 04:13:59 -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/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.4 2009/06/05 17:29:44 grozin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.7.ebuild,v 1.5 2009/07/29 04:13:59 dirtyepic Exp $
57
58 EAPI=2
59 inherit eutils qt4 fdo-mime python
60 @@ -47,6 +47,7 @@
61 src_prepare() {
62 epatch "${FILESDIR}"/${P}-syslibs.patch
63 epatch "${FILESDIR}"/${P}-docbuild.patch
64 + epatch "${FILESDIR}"/${P}-gcc44.patch
65
66 python_version
67 sed -i \