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-libs/plplot: plplot-5.9.5.ebuild
Date: Mon, 01 Feb 2010 17:41:38
Message-Id: E1Nc0HH-0006lr-72@stork.gentoo.org
1 ssuominen 10/02/01 17:41:35
2
3 Modified: plplot-5.9.5.ebuild
4 Log:
5 Adjust Qt4 deps a bit
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sci-libs/plplot/plplot-5.9.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild?r1=1.4&r2=1.5
14
15 Index: plplot-5.9.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- plplot-5.9.5.ebuild 29 Jan 2010 18:11:49 -0000 1.4
22 +++ plplot-5.9.5.ebuild 1 Feb 2010 17:41:34 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.4 2010/01/29 18:11:49 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.5 2010/02/01 17:41:34 ssuominen Exp $
28
29 EAPI="2"
30 WX_GTK_VER="2.8"
31 @@ -29,7 +29,8 @@
32 pdf? ( media-libs/libharu )
33 perl? ( dev-perl/PDL dev-perl/XML-DOM )
34 python? ( dev-python/numpy )
35 - qt4? ( x11-libs/qt-svg )
36 + qt4? ( x11-libs/qt-gui:4
37 + x11-libs/qt-svg:4 )
38 svga? ( media-libs/svgalib )
39 tcl? ( dev-lang/tcl dev-tcltk/itcl )
40 tk? ( dev-lang/tk dev-tcltk/itk )