Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.5.ebuild
Date: Fri, 29 Jan 2010 18:11:53
Message-Id: E1NavJu-0002cq-Hd@stork.gentoo.org
1 bicatali 10/01/29 18:11:50
2
3 Modified: ChangeLog plplot-5.9.5.ebuild
4 Log:
5 Fixed qt4 automagic dependencies, thanks Kacper Kowalik closing bug #302720
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.28 sci-libs/plplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 26 Dec 2009 17:45:27 -0000 1.27
22 +++ ChangeLog 29 Jan 2010 18:11:49 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-libs/plplot
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.27 2009/12/26 17:45:27 pva Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.28 2010/01/29 18:11:49 bicatali Exp $
29 +
30 + 29 Jan 2010; Sébastien Fabbro <bicatali@g.o> plplot-5.9.5.ebuild:
31 + Fixed qt4 automagic dependencies, thanks Kacper Kowalik closing bug
32 + #302720
33
34 26 Dec 2009; Peter Volkov <pva@g.o> plplot-5.9.5.ebuild:
35 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
36
37
38
39 1.4 sci-libs/plplot/plplot-5.9.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?r1=1.3&r2=1.4
44
45 Index: plplot-5.9.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- plplot-5.9.5.ebuild 26 Dec 2009 17:45:27 -0000 1.3
52 +++ plplot-5.9.5.ebuild 29 Jan 2010 18:11:49 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.3 2009/12/26 17:45:27 pva Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.4 2010/01/29 18:11:49 bicatali Exp $
59
60 EAPI="2"
61 WX_GTK_VER="2.8"
62 @@ -15,7 +15,7 @@
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="ada cairo doc examples fortran gd gnome java jpeg latex octave
66 - pdf perl png python qhull svg svga tcl threads tk truetype wxwidgets X"
67 + pdf perl png python qhull qt4 svg svga tcl threads tk truetype wxwidgets X"
68
69 RDEPEND="ada? ( virtual/gnat )
70 cairo? ( x11-libs/cairo[svg?,X?] )
71 @@ -29,6 +29,7 @@
72 pdf? ( media-libs/libharu )
73 perl? ( dev-perl/PDL dev-perl/XML-DOM )
74 python? ( dev-python/numpy )
75 + qt4? ( x11-libs/qt-svg )
76 svga? ( media-libs/svgalib )
77 tcl? ( dev-lang/tcl dev-tcltk/itcl )
78 tk? ( dev-lang/tk dev-tcltk/itk )
79 @@ -110,10 +111,12 @@
80 $(cmake-utils_use_enable octave octave)
81 $(cmake-utils_use_enable perl pdl)
82 $(cmake-utils_use_enable python python)
83 + $(cmake-utils_use_enable qt4 qt)
84 $(cmake-utils_use_enable tcl tcl)
85 $(cmake-utils_use_enable tcl itcl)
86 $(cmake-utils_use_enable tk tk)
87 $(cmake-utils_use_enable tk itk)
88 + $(cmake-utils_pld qt4 _svgqt)
89 $(cmake-utils_pld wxwidgets _wxwidgets)
90 $(cmake-utils_pld wxwidgets _wxpng)
91 $(cmake-utils_pld pdf pdf)