Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyside: pyside-1.1.2-r1.ebuild pyside-1.1.2.ebuild ChangeLog
Date: Sat, 02 Mar 2013 20:57:54
Message-Id: 20130302205750.A6CDF2171E@flycatcher.gentoo.org
1 hwoarang 13/03/02 20:57:50
2
3 Modified: pyside-1.1.2-r1.ebuild pyside-1.1.2.ebuild
4 ChangeLog
5 Log:
6 Move Qt dependencies to the new category
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
9
10 Revision Changes Path
11 1.3 dev-python/pyside/pyside-1.1.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: pyside-1.1.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- pyside-1.1.2-r1.ebuild 2 Mar 2013 20:11:20 -0000 1.2
24 +++ pyside-1.1.2-r1.ebuild 2 Mar 2013 20:57:50 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild,v 1.2 2013/03/02 20:11:20 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2-r1.ebuild,v 1.3 2013/03/02 20:57:50 hwoarang Exp $
30
31 EAPI=5
32
33 @@ -37,27 +37,27 @@
34
35 RDEPEND="
36 >=dev-python/shiboken-${PV}[${PYTHON_USEDEP}]
37 - >=x11-libs/qt-core-${QT_PV}
38 + >=dev-qt/qtcore-${QT_PV}
39 X? (
40 - >=x11-libs/qt-gui-${QT_PV}[accessibility]
41 - >=x11-libs/qt-test-${QT_PV}
42 + >=dev-qt/qtgui-${QT_PV}[accessibility]
43 + >=dev-qt/qttest-${QT_PV}
44 )
45 - declarative? ( >=x11-libs/qt-declarative-${QT_PV} )
46 + declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
47 help? ( >=dev-qt/qthelp-${QT_PV} )
48 - multimedia? ( >=x11-libs/qt-multimedia-${QT_PV} )
49 - opengl? ( >=x11-libs/qt-opengl-${QT_PV} )
50 + multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
51 + opengl? ( >=dev-qt/qtopengl-${QT_PV} )
52 phonon? (
53 kde? ( media-libs/phonon )
54 - !kde? ( || ( >=x11-libs/qt-phonon-${QT_PV} media-libs/phonon ) )
55 + !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
56 )
57 - script? ( >=x11-libs/qt-script-${QT_PV} )
58 - sql? ( >=x11-libs/qt-sql-${QT_PV} )
59 - svg? ( >=x11-libs/qt-svg-${QT_PV}[accessibility] )
60 - webkit? ( >=x11-libs/qt-webkit-${QT_PV} )
61 - xmlpatterns? ( >=x11-libs/qt-xmlpatterns-${QT_PV} )
62 + script? ( >=dev-qt/qtscript-${QT_PV} )
63 + sql? ( >=dev-qt/qtsql-${QT_PV} )
64 + svg? ( >=dev-qt/qtsvg-${QT_PV}[accessibility] )
65 + webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
66 + xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
67 "
68 DEPEND="${RDEPEND}
69 - >=x11-libs/qt-gui-${QT_PV}
70 + >=dev-qt/qtgui-${QT_PV}
71 "
72
73 S=${WORKDIR}/${MY_P}
74
75
76
77 1.7 dev-python/pyside/pyside-1.1.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?rev=1.7&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?rev=1.7&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild?r1=1.6&r2=1.7
82
83 Index: pyside-1.1.2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v
86 retrieving revision 1.6
87 retrieving revision 1.7
88 diff -u -r1.6 -r1.7
89 --- pyside-1.1.2.ebuild 2 Mar 2013 20:11:20 -0000 1.6
90 +++ pyside-1.1.2.ebuild 2 Mar 2013 20:57:50 -0000 1.7
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.6 2013/03/02 20:11:20 hwoarang Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.7 2013/03/02 20:57:50 hwoarang Exp $
96
97 EAPI=4
98
99 @@ -41,27 +41,27 @@
100
101 RDEPEND="
102 >=dev-python/shiboken-${PV}
103 - >=x11-libs/qt-core-${QT_PV}
104 + >=dev-qt/qtcore-${QT_PV}
105 X? (
106 - >=x11-libs/qt-gui-${QT_PV}[accessibility]
107 - >=x11-libs/qt-test-${QT_PV}
108 + >=dev-qt/qtgui-${QT_PV}[accessibility]
109 + >=dev-qt/qttest-${QT_PV}
110 )
111 - declarative? ( >=x11-libs/qt-declarative-${QT_PV} )
112 + declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
113 help? ( >=dev-qt/qthelp-${QT_PV} )
114 - multimedia? ( >=x11-libs/qt-multimedia-${QT_PV} )
115 - opengl? ( >=x11-libs/qt-opengl-${QT_PV} )
116 + multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
117 + opengl? ( >=dev-qt/qtopengl-${QT_PV} )
118 phonon? (
119 kde? ( media-libs/phonon )
120 - !kde? ( || ( >=x11-libs/qt-phonon-${QT_PV} media-libs/phonon ) )
121 + !kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon ) )
122 )
123 - script? ( >=x11-libs/qt-script-${QT_PV} )
124 - sql? ( >=x11-libs/qt-sql-${QT_PV} )
125 - svg? ( >=x11-libs/qt-svg-${QT_PV}[accessibility] )
126 - webkit? ( >=x11-libs/qt-webkit-${QT_PV} )
127 - xmlpatterns? ( >=x11-libs/qt-xmlpatterns-${QT_PV} )
128 + script? ( >=dev-qt/qtscript-${QT_PV} )
129 + sql? ( >=dev-qt/qtsql-${QT_PV} )
130 + svg? ( >=dev-qt/qtsvg-${QT_PV}[accessibility] )
131 + webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
132 + xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
133 "
134 DEPEND="${RDEPEND}
135 - >=x11-libs/qt-gui-${QT_PV}
136 + >=dev-qt/qtgui-${QT_PV}
137 "
138
139 S=${WORKDIR}/${MY_P}
140
141
142
143 1.50 dev-python/pyside/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.50&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?rev=1.50&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyside/ChangeLog?r1=1.49&r2=1.50
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v
152 retrieving revision 1.49
153 retrieving revision 1.50
154 diff -u -r1.49 -r1.50
155 --- ChangeLog 2 Mar 2013 20:11:20 -0000 1.49
156 +++ ChangeLog 2 Mar 2013 20:57:50 -0000 1.50
157 @@ -1,6 +1,10 @@
158 # ChangeLog for dev-python/pyside
159 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.49 2013/03/02 20:11:20 hwoarang Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/ChangeLog,v 1.50 2013/03/02 20:57:50 hwoarang Exp $
162 +
163 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> pyside-1.1.2-r1.ebuild,
164 + pyside-1.1.2.ebuild:
165 + Move Qt dependencies to the new category
166
167 02 Mar 2013; Markos Chandras <hwoarang@g.o> pyside-1.1.2-r1.ebuild,
168 pyside-1.1.2.ebuild: