Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.7.2.ebuild
Date: Sun, 28 Sep 2008 10:40:37
Message-Id: E1KjthZ-0004P6-N6@stork.gentoo.org
1 markusle 08/09/28 10:40:33
2
3 Modified: ChangeLog qtiplot-0.9.7.2.ebuild
4 Log:
5 Changed boost dependency to >=1.35.0 since compile fails otherwise (see bug 238632).
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.34 sci-visualization/qtiplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 25 Sep 2008 14:29:36 -0000 1.33
22 +++ ChangeLog 28 Sep 2008 10:40:33 -0000 1.34
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/qtiplot
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.33 2008/09/25 14:29:36 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.34 2008/09/28 10:40:33 markusle Exp $
28 +
29 + 28 Sep 2008; Markus Dittrich <markusle@g.o> qtiplot-0.9.7.2.ebuild:
30 + Changed boost dependency to >=1.35.0 since compile fails otherwise
31 + (see bug 238632).
32
33 *qtiplot-0.9.7.2 (25 Sep 2008)
34
35
36
37
38 1.2 sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild?r1=1.1&r2=1.2
43
44 Index: qtiplot-0.9.7.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- qtiplot-0.9.7.2.ebuild 25 Sep 2008 14:29:36 -0000 1.1
51 +++ qtiplot-0.9.7.2.ebuild 28 Sep 2008 10:40:33 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 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.2.ebuild,v 1.1 2008/09/25 14:29:36 markusle Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.7.2.ebuild,v 1.2 2008/09/28 10:40:33 markusle Exp $
57
58 EAPI="1"
59 inherit eutils multilib qt4 fdo-mime python
60 @@ -26,7 +26,7 @@
61 x11-libs/qt-qt3support:4
62 x11-libs/qt-assistant:4
63 >=dev-cpp/muParser-1.28
64 - dev-libs/boost
65 + >=dev-libs/boost-1.35.0
66 !bindist? ( sci-libs/gsl )
67 bindist? ( <sci-libs/gsl-1.10 )"