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/shiboken: shiboken-1.1.2.ebuild shiboken-1.1.2-r1.ebuild ChangeLog
Date: Sat, 02 Mar 2013 20:12:45
Message-Id: 20130302201241.578C52171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 20:12:41
2
3 Modified: shiboken-1.1.2.ebuild shiboken-1.1.2-r1.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.7 dev-python/shiboken/shiboken-1.1.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?r1=1.6&r2=1.7
16
17 Index: shiboken-1.1.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- shiboken-1.1.2.ebuild 21 Nov 2012 11:27:46 -0000 1.6
24 +++ shiboken-1.1.2.ebuild 2 Mar 2013 20:12:41 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.6 2012/11/21 11:27:46 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.7 2013/03/02 20:12:41 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -22,16 +22,16 @@
35 RDEPEND="
36 >=dev-libs/libxml2-2.6.32
37 >=dev-libs/libxslt-1.1.19
38 - >=x11-libs/qt-core-4.7.0:4
39 - >=x11-libs/qt-xmlpatterns-4.7.0:4
40 + >=dev-qt/qtcore-4.7.0:4
41 + >=dev-qt/qtxmlpatterns-4.7.0:4
42 !dev-python/apiextractor
43 !dev-python/generatorrunner
44 "
45 DEPEND="${RDEPEND}
46 test? (
47 dev-python/numpy
48 - >=x11-libs/qt-gui-4.7.0:4
49 - >=x11-libs/qt-test-4.7.0:4
50 + >=dev-qt/qtgui-4.7.0:4
51 + >=dev-qt/qttest-4.7.0:4
52 )"
53
54 DOCS=( AUTHORS ChangeLog )
55
56
57
58 1.2 dev-python/shiboken/shiboken-1.1.2-r1.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild?rev=1.2&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild?rev=1.2&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild?r1=1.1&r2=1.2
63
64 Index: shiboken-1.1.2-r1.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild,v
67 retrieving revision 1.1
68 retrieving revision 1.2
69 diff -u -r1.1 -r1.2
70 --- shiboken-1.1.2-r1.ebuild 4 Feb 2013 14:00:06 -0000 1.1
71 +++ shiboken-1.1.2-r1.ebuild 2 Mar 2013 20:12:41 -0000 1.2
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2013 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild,v 1.1 2013/02/04 14:00:06 mgorny Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2-r1.ebuild,v 1.2 2013/03/02 20:12:41 hwoarang Exp $
77
78 EAPI=5
79
80 @@ -20,16 +20,16 @@
81 RDEPEND="
82 >=dev-libs/libxml2-2.6.32
83 >=dev-libs/libxslt-1.1.19
84 - >=x11-libs/qt-core-4.7.0:4
85 - >=x11-libs/qt-xmlpatterns-4.7.0:4
86 + >=dev-qt/qtcore-4.7.0:4
87 + >=dev-qt/qtxmlpatterns-4.7.0:4
88 !dev-python/apiextractor
89 !dev-python/generatorrunner
90 "
91 DEPEND="${RDEPEND}
92 test? (
93 dev-python/numpy[${PYTHON_USEDEP}]
94 - >=x11-libs/qt-gui-4.7.0:4
95 - >=x11-libs/qt-test-4.7.0:4
96 + >=dev-qt/qtgui-4.7.0:4
97 + >=dev-qt/qttest-4.7.0:4
98 )"
99
100 DOCS=( AUTHORS ChangeLog )
101
102
103
104 1.40 dev-python/shiboken/ChangeLog
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.40&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.40&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.39&r2=1.40
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
113 retrieving revision 1.39
114 retrieving revision 1.40
115 diff -u -r1.39 -r1.40
116 --- ChangeLog 4 Feb 2013 14:00:06 -0000 1.39
117 +++ ChangeLog 2 Mar 2013 20:12:41 -0000 1.40
118 @@ -1,6 +1,10 @@
119 # ChangeLog for dev-python/shiboken
120 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.39 2013/02/04 14:00:06 mgorny Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.40 2013/03/02 20:12:41 hwoarang Exp $
123 +
124 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> shiboken-1.1.2-r1.ebuild,
125 + shiboken-1.1.2.ebuild:
126 + Move Qt dependencies to the new category
127
128 *shiboken-1.1.2-r1 (04 Feb 2013)