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-visualization/qtiplot: metadata.xml ChangeLog qtiplot-0.9.8.6.ebuild
Date: Tue, 05 Jul 2011 09:54:38
Message-Id: 20110705095428.5703120051@flycatcher.gentoo.org
1 jlec 11/07/05 09:54:28
2
3 Modified: metadata.xml ChangeLog qtiplot-0.9.8.6.ebuild
4 Log:
5 Fix for qt-*[kde] creating src/plot2D/Graph.cpp:5989:46: error: invalid use of incomplete type 'struct QPaintEngine', #367503; Gold resistance
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sci-visualization/qtiplot/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 18 Oct 2010 06:53:04 -0000 1.4
23 +++ metadata.xml 5 Jul 2011 09:54:28 -0000 1.5
24 @@ -1,21 +1,21 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>sci</herd>
29 - <maintainer>
30 - <email>cryos@g.o</email>
31 - </maintainer>
32 - <maintainer>
33 - <email>pva@g.o</email>
34 - <name>Peter Volkov</name>
35 -</maintainer>
36 + <herd>sci</herd>
37 + <maintainer>
38 + <email>cryos@g.o</email>
39 + </maintainer>
40 + <maintainer>
41 + <email>pva@g.o</email>
42 + <name>Peter Volkov</name>
43 + </maintainer>
44 <use>
45 <flag name="emf">Export support for Windows Enhanced Metafile</flag>
46 <flag name="ods">Import support for OpenOffice .ods sheets</flag>
47 <flag name="origin">Import support for Origin project files</flag>
48 <flag name="xls">Import support for Microsoft office excel sheets</flag>
49 - </use>
50 - <longdescription>
51 + </use>
52 + <longdescription>
53 Data analysis and scientific plotting package. This is a clone of the
54 popular Origin software available on another well known platform implemented
55 in Qt with powerful 2D and 3D data plotting, ASCII import and powerful
56
57
58
59 1.80 sci-visualization/qtiplot/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.80&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.80&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.79&r2=1.80
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
68 retrieving revision 1.79
69 retrieving revision 1.80
70 diff -u -r1.79 -r1.80
71 --- ChangeLog 11 May 2011 08:58:39 -0000 1.79
72 +++ ChangeLog 5 Jul 2011 09:54:28 -0000 1.80
73 @@ -1,6 +1,12 @@
74 # ChangeLog for sci-visualization/qtiplot
75 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.79 2011/05/11 08:58:39 jlec Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.80 2011/07/05 09:54:28 jlec Exp $
78 +
79 + 05 Jul 2011; Justin Lecher <jlec@g.o> qtiplot-0.9.8.6.ebuild,
80 + +files/qtiplot-0.9.8.6-gold.patch, +files/qtiplot-0.9.8.6-kde.patch,
81 + metadata.xml:
82 + Fix for qt-*[kde] creating src/plot2D/Graph.cpp:5989:46: error: invalid use
83 + of incomplete type 'struct QPaintEngine', #367503; Gold resistance
84
85 11 May 2011; Justin Lecher <jlec@g.o> qtiplot-0.9.8.6.ebuild:
86 Fixes for Prefixed installation
87
88
89
90 1.3 sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild?rev=1.3&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild?rev=1.3&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild?r1=1.2&r2=1.3
95
96 Index: qtiplot-0.9.8.6.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild,v
99 retrieving revision 1.2
100 retrieving revision 1.3
101 diff -u -r1.2 -r1.3
102 --- qtiplot-0.9.8.6.ebuild 11 May 2011 08:58:39 -0000 1.2
103 +++ qtiplot-0.9.8.6.ebuild 5 Jul 2011 09:54:28 -0000 1.3
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2011 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild,v 1.2 2011/05/11 08:58:39 jlec Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.6.ebuild,v 1.3 2011/07/05 09:54:28 jlec Exp $
109
110 EAPI=3
111
112 @@ -27,6 +27,8 @@
113 # qwtplot3d much modified from original upstream
114 # >=x11-libs/qwt-5.3 they are using trunk checkouts
115 CDEPEND="
116 + x11-libs/qt-assistant
117 + x11-libs/qt-gui
118 x11-libs/qt-opengl:4
119 x11-libs/qt-qt3support:4
120 || ( >=x11-libs/qt-assistant-4.7.0:4[compat] <x11-libs/qt-assistant-4.7.0:4 )
121 @@ -54,6 +56,8 @@
122 "${FILESDIR}/${PN}-0.9.7.12-system-gl2ps.patch"
123 "${FILESDIR}/${PN}-0.9.7.10-dont-install-qwt.patch"
124 "${FILESDIR}/${P}-tamuanova.patch"
125 + "${FILESDIR}/${P}-gold.patch"
126 + "${FILESDIR}/${P}-kde.patch"
127 )
128
129 pkg_setup() {