Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt: telepathy-qt-0.8.0.ebuild telepathy-qt-0.9.2.ebuild telepathy-qt-0.9.3.ebuild ChangeLog
Date: Sat, 02 Mar 2013 22:58:35
Message-Id: 20130302225831.083F82171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 22:58:30
2
3 Modified: telepathy-qt-0.8.0.ebuild telepathy-qt-0.9.2.ebuild
4 telepathy-qt-0.9.3.ebuild 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.9 net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild?r1=1.8&r2=1.9
16
17 Index: telepathy-qt-0.8.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- telepathy-qt-0.8.0.ebuild 31 Jul 2012 08:38:50 -0000 1.8
24 +++ telepathy-qt-0.8.0.ebuild 2 Mar 2013 22:58:30 -0000 1.9
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/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild,v 1.8 2012/07/31 08:38:50 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.8.0.ebuild,v 1.9 2013/03/02 22:58:30 hwoarang Exp $
31
32 EAPI=4
33
34 @@ -21,8 +21,8 @@
35
36 RDEPEND="
37 dev-python/dbus-python
38 - x11-libs/qt-core:4[glib?]
39 - x11-libs/qt-dbus:4
40 + dev-qt/qtcore:4[glib?]
41 + dev-qt/qtdbus:4
42 farsight? (
43 dev-libs/dbus-glib
44 dev-libs/libxml2
45 @@ -36,7 +36,7 @@
46 DEPEND="${RDEPEND}
47 dev-libs/libxslt
48 virtual/pkgconfig
49 - test? ( x11-libs/qt-test:4 )
50 + test? ( dev-qt/qttest:4 )
51 "
52
53 PATCHES=( "${FILESDIR}/${P}-automagicness.patch" )
54
55
56
57 1.3 net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild?r1=1.2&r2=1.3
62
63 Index: telepathy-qt-0.9.2.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- telepathy-qt-0.9.2.ebuild 31 Jul 2012 07:08:47 -0000 1.2
70 +++ telepathy-qt-0.9.2.ebuild 2 Mar 2013 22:58:30 -0000 1.3
71 @@ -1,6 +1,6 @@
72 -# Copyright 1999-2012 Gentoo Foundation
73 +# Copyright 1999-2013 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild,v 1.2 2012/07/31 07:08:47 scarabeus Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.2.ebuild,v 1.3 2013/03/02 22:58:30 hwoarang Exp $
77
78 EAPI=4
79
80 @@ -17,8 +17,8 @@
81 IUSE="debug farsight farstream test"
82
83 RDEPEND="
84 - x11-libs/qt-core:4
85 - x11-libs/qt-dbus:4
86 + dev-qt/qtcore:4
87 + dev-qt/qtdbus:4
88 farsight? (
89 net-libs/telepathy-farsight
90 )
91 @@ -34,7 +34,7 @@
92 dev-libs/dbus-glib
93 dev-libs/glib
94 dev-python/dbus-python
95 - x11-libs/qt-test:4
96 + dev-qt/qttest:4
97 )
98 "
99
100
101
102
103 1.6 net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild?rev=1.6&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild?rev=1.6&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild?r1=1.5&r2=1.6
108
109 Index: telepathy-qt-0.9.3.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild,v
112 retrieving revision 1.5
113 retrieving revision 1.6
114 diff -u -r1.5 -r1.6
115 --- telepathy-qt-0.9.3.ebuild 23 Dec 2012 18:09:10 -0000 1.5
116 +++ telepathy-qt-0.9.3.ebuild 2 Mar 2013 22:58:30 -0000 1.6
117 @@ -1,6 +1,6 @@
118 -# Copyright 1999-2012 Gentoo Foundation
119 +# Copyright 1999-2013 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild,v 1.5 2012/12/23 18:09:10 maekke Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3.ebuild,v 1.6 2013/03/02 22:58:30 hwoarang Exp $
123
124 EAPI=4
125
126 @@ -17,8 +17,8 @@
127 IUSE="debug farsight farstream test"
128
129 RDEPEND="
130 - x11-libs/qt-core:4
131 - x11-libs/qt-dbus:4
132 + dev-qt/qtcore:4
133 + dev-qt/qtdbus:4
134 farsight? (
135 net-libs/telepathy-farsight
136 )
137 @@ -34,7 +34,7 @@
138 dev-libs/dbus-glib
139 dev-libs/glib
140 dev-python/dbus-python
141 - x11-libs/qt-test:4
142 + dev-qt/qttest:4
143 )
144 "
145
146
147
148
149 1.20 net-libs/telepathy-qt/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.20&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.20&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.19&r2=1.20
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v
158 retrieving revision 1.19
159 retrieving revision 1.20
160 diff -u -r1.19 -r1.20
161 --- ChangeLog 23 Dec 2012 18:09:10 -0000 1.19
162 +++ ChangeLog 2 Mar 2013 22:58:30 -0000 1.20
163 @@ -1,6 +1,10 @@
164 # ChangeLog for net-libs/telepathy-qt
165 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.19 2012/12/23 18:09:10 maekke Exp $
167 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
168 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.20 2013/03/02 22:58:30 hwoarang Exp $
169 +
170 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> telepathy-qt-0.8.0.ebuild,
171 + telepathy-qt-0.9.2.ebuild, telepathy-qt-0.9.3.ebuild:
172 + Move Qt dependencies to the new category
173
174 23 Dec 2012; Markus Meier <maekke@g.o> telepathy-qt-0.9.3.ebuild:
175 add ~arm