Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyside: pyside-1.1.2.ebuild ChangeLog
Date: Wed, 26 Dec 2012 06:29:44
Message-Id: 20121226062930.30E242171D@flycatcher.gentoo.org
1 pesa 12/12/26 06:29:30
2
3 Modified: pyside-1.1.2.ebuild ChangeLog
4 Log:
5 Cosmetics.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.5 dev-python/pyside/pyside-1.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?r1=1.4&r2=1.5
15
16 Index: pyside-1.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pyside-1.1.2.ebuild 21 Nov 2012 11:27:57 -0000 1.4
23 +++ pyside-1.1.2.ebuild 26 Dec 2012 06:29:30 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.4 2012/11/21 11:27:57 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.5 2012/12/26 06:29:30 pesa Exp $
29
30 EAPI=4
31
32 @@ -21,7 +21,7 @@
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
36 -IUSE="X declarative help multimedia kde opengl phonon script scripttools sql svg test webkit xmlpatterns"
37 +IUSE="X declarative help kde multimedia opengl phonon script scripttools sql svg test webkit xmlpatterns"
38
39 REQUIRED_USE="
40 declarative? ( X )
41 @@ -36,6 +36,7 @@
42 webkit? ( X )
43 "
44
45 +# Minimal supported version of Qt.
46 QT_PV="4.7.0:4"
47
48 RDEPEND="
49 @@ -51,10 +52,7 @@
50 opengl? ( >=x11-libs/qt-opengl-${QT_PV} )
51 phonon? (
52 kde? ( media-libs/phonon )
53 - !kde? ( || (
54 - >=x11-libs/qt-phonon-${QT_PV}
55 - media-libs/phonon
56 - ) )
57 + !kde? ( || ( >=x11-libs/qt-phonon-${QT_PV} media-libs/phonon ) )
58 )
59 script? ( >=x11-libs/qt-script-${QT_PV} )
60 sql? ( >=x11-libs/qt-sql-${QT_PV} )
61
62
63
64 1.47 dev-python/pyside/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.47&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.47&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?r1=1.46&r2=1.47
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v
73 retrieving revision 1.46
74 retrieving revision 1.47
75 diff -u -r1.46 -r1.47
76 --- ChangeLog 12 Dec 2012 17:42:38 -0000 1.46
77 +++ ChangeLog 26 Dec 2012 06:29:30 -0000 1.47
78 @@ -1,6 +1,9 @@
79 # ChangeLog for dev-python/pyside
80 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.46 2012/12/12 17:42:38 pesa Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.47 2012/12/26 06:29:30 pesa Exp $
83 +
84 + 26 Dec 2012; Davide Pesavento <pesa@g.o> pyside-1.1.2.ebuild:
85 + Cosmetics.
86
87 12 Dec 2012; Davide Pesavento <pesa@g.o> -pyside-1.1.1.ebuild:
88 Remove old.