Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.10.ebuild
Date: Tue, 05 Jan 2010 11:08:44
Message-Id: E1NS7HD-0007sv-R2@stork.gentoo.org
1 ssuominen 10/01/05 11:08:39
2
3 Modified: ChangeLog qtiplot-0.9.7.10.ebuild
4 Log:
5 Remove USE="python" since it doesn't compile without wrt #299696, thanks to Peter Volkov for reporting.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.48 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.48&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.48&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.47&r2=1.48
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.47
19 retrieving revision 1.48
20 diff -u -r1.47 -r1.48
21 --- ChangeLog 1 Jan 2010 10:46:53 -0000 1.47
22 +++ ChangeLog 5 Jan 2010 11:08:39 -0000 1.48
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.47 2010/01/01 10:46:53 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.48 2010/01/05 11:08:39 ssuominen Exp $
28 +
29 + 05 Jan 2010; Samuli Suominen <ssuominen@g.o>
30 + qtiplot-0.9.7.10.ebuild:
31 + Remove USE="python" since it doesn't compile without wrt #299696, thanks
32 + to Peter Volkov for reporting.
33
34 *qtiplot-0.9.7.10 (01 Jan 2010)
35
36
37
38
39 1.2 sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild?r1=1.1&r2=1.2
44
45 Index: qtiplot-0.9.7.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- qtiplot-0.9.7.10.ebuild 1 Jan 2010 10:46:53 -0000 1.1
52 +++ qtiplot-0.9.7.10.ebuild 5 Jan 2010 11:08:39 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild,v 1.1 2010/01/01 10:46:53 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.10.ebuild,v 1.2 2010/01/05 11:08:39 ssuominen Exp $
58
59 EAPI=2
60 inherit eutils qt4 fdo-mime python
61 @@ -12,7 +12,7 @@
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 -IUSE="python doc bindist"
66 +IUSE="bindist doc"
67
68 LANGS="de es fr ja ru sv"
69 for l in ${LANGS}; do
70 @@ -40,15 +40,15 @@
71
72 DEPEND="${CDEPEND}
73 dev-util/pkgconfig
74 - python? ( dev-python/sip )
75 + dev-python/sip
76 doc? ( app-text/docbook-sgml-utils
77 app-text/docbook-xml-dtd:4.2 )"
78
79 RDEPEND="${CDEPEND}
80 - python? ( >=dev-lang/python-2.5
81 - dev-python/PyQt4[X]
82 - dev-python/pygsl
83 - sci-libs/scipy )"
84 + >=dev-lang/python-2.5
85 + dev-python/PyQt4[X]
86 + dev-python/pygsl
87 + sci-libs/scipy"
88
89 PATCHES=(
90 "${FILESDIR}/${P}-syslibs.patch"
91 @@ -73,12 +73,6 @@
92 -e "s:local/${PN}:$(get_libdir)/python${PYVER}/site-packages:" \
93 qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed"
94
95 - if ! use python; then
96 - sed -i \
97 - -e '/^SCRIPTING_LANGS += Python/d' \
98 - -e '/sipcmd/d' \
99 - qtiplot/qtiplot.pro || die "sed for python option failed"
100 - fi
101 sed -i \
102 -e '/INSTALLS.*.*documentation/d' \
103 -e '/manual/d' \