Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-desktop-applets/, net-im/ktp-contact-runner/, ...
Date: Tue, 29 Oct 2013 20:17:13
Message-Id: 1383081413.9adcf636deb8743e4e14df829af29784c6c2502c.johu@gentoo
1 commit: 9adcf636deb8743e4e14df829af29784c6c2502c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 21:16:53 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 21:16:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9adcf636
7
8 [net-im] Remove old, newer KDE Telepathy in tree.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 .../kde-telepathy-meta-0.6.80.ebuild | 43 ----------------------
14 .../ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch | 32 ----------------
15 .../ktp-accounts-kcm-0.6.80.ebuild | 38 -------------------
16 net-im/ktp-approver/ktp-approver-0.6.80.ebuild | 30 ---------------
17 .../ktp-auth-handler-0.6.80.ebuild | 30 ---------------
18 net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild | 38 -------------------
19 .../ktp-common-internals-0.6.80.ebuild | 33 -----------------
20 .../ktp-contact-list-0.6.80.ebuild | 31 ----------------
21 .../ktp-contact-runner-0.6.80.ebuild | 29 ---------------
22 .../ktp-desktop-applets-0.6.80.ebuild | 33 -----------------
23 .../ktp-filetransfer-handler-0.6.80.ebuild | 29 ---------------
24 .../ktp-kded-module/ktp-kded-module-0.6.80.ebuild | 32 ----------------
25 net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild | 33 -----------------
26 net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild | 31 ----------------
27 14 files changed, 462 deletions(-)
28
29 diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild
30 deleted file mode 100644
31 index 4cded86..0000000
32 --- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.80.ebuild
33 +++ /dev/null
34 @@ -1,43 +0,0 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Header: $
38 -
39 -EAPI=5
40 -
41 -DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
42 -kde packages"
43 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
44 -
45 -if [[ ${PV} != *9999* ]]; then
46 - KEYWORDS="~amd64 ~x86"
47 -else
48 - KEYWORDS=""
49 -fi
50 -
51 -LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
52 -SLOT="4"
53 -IUSE=""
54 -
55 -DEPEND=""
56 -RDEPEND="
57 - >=net-im/ktp-accounts-kcm-${PV}
58 - >=net-im/ktp-approver-${PV}
59 - >=net-im/ktp-auth-handler-${PV}
60 - >=net-im/ktp-call-ui-${PV}
61 - >=net-im/ktp-common-internals-${PV}
62 - >=net-im/ktp-contact-list-${PV}
63 - >=net-im/ktp-contact-runner-${PV}
64 - >=net-im/ktp-desktop-applets-${PV}
65 - >=net-im/ktp-filetransfer-handler-${PV}
66 - >=net-im/ktp-kded-module-${PV}
67 - >=net-im/ktp-send-file-${PV}
68 - >=net-im/ktp-text-ui-${PV}
69 - net-im/telepathy-connection-managers
70 -"
71 -
72 -pkg_postinst() {
73 - echo
74 - elog "You can configure the accounts in the KDE System Settings"
75 - elog "and then add the Instant Messaging plasma applet to access the contact list."
76 - echo
77 -}
78
79 diff --git a/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch b/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch
80 deleted file mode 100644
81 index 47e6adb..0000000
82 --- a/net-im/ktp-accounts-kcm/files/ktp-accounts-kcm-0.6.80-libmm-qt-api-fix.patch
83 +++ /dev/null
84 @@ -1,32 +0,0 @@
85 ---- a/plugins/pintxo/modem-combobox.cpp
86 -+++ b/plugins/pintxo/modem-combobox.cpp
87 -@@ -33,8 +33,8 @@
88 - Q_FOREACH(ModemManager::ModemInterface::Ptr modem, modems) {
89 - ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modem->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
90 - if(!simCard.isNull()) {
91 -- QString simIdent = simCard->getSimIdentifier();
92 -- QDBusReply<QString> spn = simCard->getSpn();
93 -+ QString simIdent = simCard->simIdentifier();
94 -+ QDBusReply<QString> spn = simCard->serviceProviderName();
95 - addItem(spn.isValid() ? spn.value() : QLatin1String("Unknown modem"));
96 - }
97 - }
98 -@@ -51,7 +51,7 @@
99 - if(!modem.isNull()){
100 - ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modems.at(currentIndex())->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
101 - if(!simCard.isNull()) {
102 -- return simCard->getSimIdentifier();
103 -+ return simCard->simIdentifier();
104 - }
105 - }
106 - return QString();
107 -@@ -64,7 +64,7 @@
108 - Q_FOREACH(ModemManager::ModemInterface::Ptr modem, modems) {
109 - ModemManager::ModemGsmCardInterface::Ptr simCard = ModemManager::findModemInterface(modem->udi(), ModemManager::ModemInterface::GsmCard).objectCast<ModemManager::ModemGsmCardInterface>();
110 - if(!simCard.isNull()) {
111 -- QString simIdent = simCard->getSimIdentifier();
112 -+ QString simIdent = simCard->simIdentifier();
113 - if (simIdent == selectedSimIdentifier) {
114 - setCurrentIndex(i);
115 - return;
116 -
117
118 diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild
119 deleted file mode 100644
120 index b5fd834..0000000
121 --- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.6.80.ebuild
122 +++ /dev/null
123 @@ -1,38 +0,0 @@
124 -# Copyright 1999-2013 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -# $Header: $
127 -
128 -EAPI=5
129 -
130 -KDE_MINIMAL="4.7"
131 -KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
132 -ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
133 -sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
134 -inherit kde4-base
135 -
136 -DESCRIPTION="KDE Telepathy account management kcm"
137 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
138 -if [[ ${PV} != *9999* ]]; then
139 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
140 - KEYWORDS="~amd64 ~x86"
141 -else
142 - KEYWORDS=""
143 -fi
144 -
145 -LICENSE="LGPL-2.1"
146 -SLOT="4"
147 -IUSE="debug"
148 -
149 -DEPEND="
150 - >=net-im/ktp-common-internals-${PV}
151 - net-im/telepathy-mission-control
152 - net-libs/telepathy-glib
153 - >=net-libs/telepathy-qt-0.9.3
154 -"
155 -RDEPEND="${DEPEND}
156 -"
157 -
158 -PATCHES=(
159 - "${FILESDIR}/${P}-libmm-qt-api-fix.patch"
160 -)
161 -
162
163 diff --git a/net-im/ktp-approver/ktp-approver-0.6.80.ebuild b/net-im/ktp-approver/ktp-approver-0.6.80.ebuild
164 deleted file mode 100644
165 index e4070ce..0000000
166 --- a/net-im/ktp-approver/ktp-approver-0.6.80.ebuild
167 +++ /dev/null
168 @@ -1,30 +0,0 @@
169 -# Copyright 1999-2013 Gentoo Foundation
170 -# Distributed under the terms of the GNU General Public License v2
171 -# $Header: $
172 -
173 -EAPI=5
174 -
175 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
176 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
177 -sr@latin sv tr uk zh_CN zh_TW"
178 -inherit kde4-base
179 -
180 -DESCRIPTION="KDE Telepathy notification handler"
181 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
182 -if [[ ${PV} != *9999* ]]; then
183 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
184 - KEYWORDS="~amd64 ~x86"
185 -else
186 - KEYWORDS=""
187 -fi
188 -
189 -LICENSE="LGPL-2.1"
190 -SLOT="4"
191 -IUSE="debug"
192 -
193 -DEPEND="
194 - >=net-libs/telepathy-qt-0.9.3
195 -"
196 -RDEPEND="${DEPEND}
197 - >=net-im/ktp-contact-list-${PV}
198 -"
199
200 diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild
201 deleted file mode 100644
202 index 36b1e59..0000000
203 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild
204 +++ /dev/null
205 @@ -1,30 +0,0 @@
206 -# Copyright 1999-2013 Gentoo Foundation
207 -# Distributed under the terms of the GNU General Public License v2
208 -# $Header: $
209 -
210 -EAPI=5
211 -
212 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
213 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
214 -sr@latin sv uk vi zh_CN zh_TW"
215 -inherit kde4-base
216 -
217 -DESCRIPTION="KDE Telepathy authentication handler"
218 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
219 -if [[ ${PV} != *9999* ]]; then
220 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
221 - KEYWORDS="~amd64 ~x86"
222 -else
223 - KEYWORDS=""
224 -fi
225 -
226 -LICENSE="LGPL-2.1"
227 -SLOT="4"
228 -IUSE="debug"
229 -
230 -DEPEND="
231 - >=dev-libs/qjson-0.8
232 - >=net-im/ktp-common-internals-${PV}
233 - >=net-libs/telepathy-qt-0.9.3
234 -"
235 -RDEPEND="${DEPEND}"
236
237 diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild
238 deleted file mode 100644
239 index a77531b..0000000
240 --- a/net-im/ktp-call-ui/ktp-call-ui-0.6.80.ebuild
241 +++ /dev/null
242 @@ -1,38 +0,0 @@
243 -# Copyright 1999-2013 Gentoo Foundation
244 -# Distributed under the terms of the GNU General Public License v2
245 -# $Header: $
246 -
247 -EAPI=5
248 -
249 -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
250 -it ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
251 -sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
252 -inherit kde4-base
253 -
254 -DESCRIPTION="KDE Telepathy audio/video conferencing ui"
255 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
256 -if [[ ${PV} != *9999* ]]; then
257 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
258 - KEYWORDS="~amd64 ~x86"
259 -else
260 - KEYWORDS=""
261 -fi
262 -
263 -LICENSE="GPL-2 LGPL-2.1"
264 -SLOT="4"
265 -IUSE="debug v4l"
266 -
267 -DEPEND="
268 - >=media-libs/qt-gstreamer-0.10.2
269 - >=net-im/ktp-common-internals-${PV}
270 - <net-libs/telepathy-farstream-0.6
271 - >=net-libs/telepathy-qt-0.9.3[farstream]
272 -"
273 -RDEPEND="${DEPEND}
274 - || (
275 - >=net-im/ktp-contact-list-${PV}
276 - >=net-im/ktp-desktop-applets-${PV}
277 - >=net-im/ktp-text-ui-${PV}
278 - )
279 - v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
280 -"
281
282 diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild
283 deleted file mode 100644
284 index a75bbc4..0000000
285 --- a/net-im/ktp-common-internals/ktp-common-internals-0.6.80.ebuild
286 +++ /dev/null
287 @@ -1,33 +0,0 @@
288 -# Copyright 1999-2013 Gentoo Foundation
289 -# Distributed under the terms of the GNU General Public License v2
290 -# $Header: $
291 -
292 -EAPI=5
293 -
294 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
295 -mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
296 -sv uk zh_CN zh_TW"
297 -inherit kde4-base
298 -
299 -DESCRIPTION="KDE Telepathy common library"
300 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
301 -if [[ ${PV} != *9999* ]]; then
302 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
303 - KEYWORDS="~amd64 ~x86"
304 -else
305 - KEYWORDS=""
306 -fi
307 -
308 -LICENSE="LGPL-2.1"
309 -SLOT="4"
310 -IUSE="debug"
311 -
312 -DEPEND="
313 - net-libs/libkpeople
314 - >=net-libs/telepathy-qt-0.9.3
315 - >=net-libs/telepathy-logger-qt-0.5.80
316 -"
317 -RDEPEND="${DEPEND}
318 - !!<net-im/ktp-contact-list-0.4.0
319 - !<net-im/ktp-text-ui-0.5.80
320 -"
321
322 diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild
323 deleted file mode 100644
324 index ed71a16..0000000
325 --- a/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild
326 +++ /dev/null
327 @@ -1,31 +0,0 @@
328 -# Copyright 1999-2013 Gentoo Foundation
329 -# Distributed under the terms of the GNU General Public License v2
330 -# $Header: $
331 -
332 -EAPI=5
333 -
334 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
335 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
336 -sr@latin sv tr ug uk vi zh_CN zh_TW"
337 -inherit kde4-base
338 -
339 -DESCRIPTION="KDE Telepathy contact list"
340 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
341 -if [[ ${PV} != *9999* ]]; then
342 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
343 - KEYWORDS="~amd64 ~x86"
344 -else
345 - KEYWORDS=""
346 -fi
347 -
348 -LICENSE="GPL-2"
349 -SLOT="4"
350 -IUSE="debug"
351 -
352 -DEPEND="
353 - >=net-im/ktp-accounts-kcm-${PV}
354 - >=net-im/ktp-common-internals-${PV}
355 - net-libs/libkpeople
356 - >=net-libs/telepathy-qt-0.9.3
357 -"
358 -RDEPEND="${DEPEND}"
359
360 diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild
361 deleted file mode 100644
362 index 91b3005..0000000
363 --- a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild
364 +++ /dev/null
365 @@ -1,29 +0,0 @@
366 -# Copyright 1999-2013 Gentoo Foundation
367 -# Distributed under the terms of the GNU General Public License v2
368 -# $Header: $
369 -
370 -EAPI=5
371 -
372 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km lt
373 -mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
374 -sv tr uk vi zh_CN zh_TW"
375 -inherit kde4-base
376 -
377 -DESCRIPTION="KDE Telepathy krunner plugin"
378 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
379 -if [[ ${PV} != *9999* ]]; then
380 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
381 - KEYWORDS="~amd64 ~x86"
382 -else
383 - KEYWORDS=""
384 -fi
385 -
386 -LICENSE="LGPL-2.1"
387 -SLOT="4"
388 -IUSE="debug"
389 -
390 -DEPEND="
391 - >=net-im/ktp-common-internals-${PV}
392 - >=net-libs/telepathy-qt-0.9.3
393 -"
394 -RDEPEND="${DEPEND}"
395
396 diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild
397 deleted file mode 100644
398 index 29a31a5..0000000
399 --- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.6.80.ebuild
400 +++ /dev/null
401 @@ -1,33 +0,0 @@
402 -# Copyright 1999-2013 Gentoo Foundation
403 -# Distributed under the terms of the GNU General Public License v2
404 -# $Header: $
405 -
406 -EAPI=5
407 -
408 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
409 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
410 -sr@latin sv tr uk vi wa zh_CN zh_TW"
411 -inherit kde4-base
412 -
413 -DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
414 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
415 -if [[ ${PV} != *9999* ]]; then
416 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
417 - KEYWORDS="~amd64 ~x86"
418 -else
419 - KEYWORDS=""
420 -fi
421 -
422 -LICENSE="GPL-2 LGPL-2.1"
423 -SLOT="4"
424 -IUSE="debug"
425 -
426 -DEPEND="
427 - >=net-im/ktp-common-internals-${PV}
428 - >=net-libs/telepathy-qt-0.9.3
429 -"
430 -RDEPEND="${DEPEND}
431 - !net-im/ktp-contact-applet
432 - !net-im/ktp-presence-applet
433 - >=net-im/ktp-contact-list-${PV}
434 -"
435
436 diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild
437 deleted file mode 100644
438 index c223080..0000000
439 --- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.6.80.ebuild
440 +++ /dev/null
441 @@ -1,29 +0,0 @@
442 -# Copyright 1999-2013 Gentoo Foundation
443 -# Distributed under the terms of the GNU General Public License v2
444 -# $Header: $
445 -
446 -EAPI=5
447 -
448 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk lt
449 -mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin
450 -sv uk zh_CN zh_TW"
451 -inherit kde4-base
452 -
453 -DESCRIPTION="KDE Telepathy file transfer handler"
454 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
455 -if [[ ${PV} != *9999* ]]; then
456 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
457 - KEYWORDS="~amd64 ~x86"
458 -else
459 - KEYWORDS=""
460 -fi
461 -
462 -LICENSE="GPL-2"
463 -SLOT="4"
464 -IUSE="debug"
465 -
466 -DEPEND="
467 - >=net-im/ktp-common-internals-${PV}
468 - >=net-libs/telepathy-qt-0.9.3
469 -"
470 -RDEPEND="${DEPEND}"
471
472 diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild
473 deleted file mode 100644
474 index d96bd90..0000000
475 --- a/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild
476 +++ /dev/null
477 @@ -1,32 +0,0 @@
478 -# Copyright 1999-2013 Gentoo Foundation
479 -# Distributed under the terms of the GNU General Public License v2
480 -# $Header: $
481 -
482 -EAPI=5
483 -
484 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
485 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
486 -sr@latin sv uk zh_CN zh_TW"
487 -MY_P=${PN/kded/kded-integration}-${PV}
488 -inherit kde4-base
489 -
490 -DESCRIPTION="KDE Telepathy workspace integration"
491 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
492 -if [[ ${PV} != *9999* ]]; then
493 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
494 - KEYWORDS="~amd64 ~x86"
495 -else
496 - KEYWORDS=""
497 -fi
498 -
499 -LICENSE="LGPL-2.1"
500 -SLOT="4"
501 -IUSE="debug"
502 -
503 -DEPEND="
504 - >=net-im/ktp-common-internals-${PV}
505 - >=net-libs/telepathy-qt-0.9.3
506 -"
507 -RDEPEND="${DEPEND}"
508 -
509 -S=${WORKDIR}/${MY_P}
510
511 diff --git a/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild b/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild
512 deleted file mode 100644
513 index 2731e7c..0000000
514 --- a/net-im/ktp-send-file/ktp-send-file-0.6.80.ebuild
515 +++ /dev/null
516 @@ -1,33 +0,0 @@
517 -# Copyright 1999-2013 Gentoo Foundation
518 -# Distributed under the terms of the GNU General Public License v2
519 -# $Header: $
520 -
521 -EAPI=5
522 -
523 -KDE_MINIMAL="4.7"
524 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
525 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
526 -sr@latin sv tr uk vi zh_CN zh_TW"
527 -inherit kde4-base
528 -
529 -DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
530 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
531 -if [[ ${PV} != *9999* ]]; then
532 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
533 - KEYWORDS="~amd64 ~x86"
534 -else
535 - KEYWORDS=""
536 -fi
537 -
538 -LICENSE="LGPL-2.1"
539 -SLOT="4"
540 -IUSE="debug"
541 -
542 -DEPEND="
543 - >=net-im/ktp-common-internals-${PV}
544 - >=net-libs/telepathy-qt-0.9.3
545 -"
546 -RDEPEND="${DEPEND}
547 - >=net-im/ktp-contact-list-${PV}
548 - >=net-im/ktp-filetransfer-handler-${PV}
549 -"
550
551 diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
552 deleted file mode 100644
553 index 80e7561..0000000
554 --- a/net-im/ktp-text-ui/ktp-text-ui-0.6.80.ebuild
555 +++ /dev/null
556 @@ -1,31 +0,0 @@
557 -# Copyright 1999-2013 Gentoo Foundation
558 -# Distributed under the terms of the GNU General Public License v2
559 -# $Header: $
560 -
561 -EAPI=5
562 -
563 -KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
564 -lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
565 -sr@latin sv tr ug uk vi wa zh_CN zh_TW"
566 -inherit kde4-base
567 -
568 -DESCRIPTION="KDE Telepathy text chat window"
569 -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
570 -if [[ ${PV} != *9999* ]]; then
571 - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
572 - KEYWORDS="~amd64 ~x86"
573 -else
574 - KEYWORDS=""
575 -fi
576 -
577 -LICENSE="GPL-2"
578 -SLOT="4"
579 -IUSE="debug"
580 -
581 -DEPEND="
582 - >=net-libs/telepathy-qt-0.9.3
583 - >=net-libs/telepathy-logger-qt-0.8
584 -"
585 -RDEPEND="${DEPEND}
586 - >=net-im/ktp-contact-list-${PV}
587 -"