Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdesdk-meta/, kde-base/kapptemplate/, kde-base/kcachegrind/, ...
Date: Mon, 30 May 2011 19:51:39
Message-Id: e76534c80b951dfbd90da653eaff4d62a4fd4d6f.alexxy@gentoo
1 commit: e76534c80b951dfbd90da653eaff4d62a4fd4d6f
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 19:50:43 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 19:50:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e76534c8
7
8 [kde-base] Uptdae kdesdk
9
10 ---
11 .../cervisia-4.6.80.ebuild} | 14 ++----
12 .../dolphin-plugins/dolphin-plugins-4.6.80.ebuild | 42 +++++++++++++++++++
13 kde-base/kapptemplate/kapptemplate-4.6.80.ebuild | 13 ++++++
14 kde-base/kate/kate-4.6.80.ebuild | 2 +-
15 .../kcachegrind-4.6.80.ebuild} | 14 ++----
16 .../kdeaccounts-plugin-4.6.80.ebuild} | 12 ++----
17 .../kdesdk-kioslaves-4.6.80.ebuild | 34 +++++++++++++++
18 kde-base/kdesdk-meta/kdesdk-meta-4.6.80.ebuild | 2 +-
19 kde-base/kdesdk-misc/kdesdk-misc-4.6.80.ebuild | 38 +++++++++++++++++
20 .../kdesdk-scripts/kdesdk-scripts-4.6.80.ebuild | 26 ++++++++++++
21 .../kdesdk-strigi-analyzer-4.6.80.ebuild} | 13 ++----
22 kde-base/kompare/kompare-4.6.80.ebuild | 13 ++++++
23 kde-base/kstartperf/kstartperf-4.6.80.ebuild | 12 +++++
24 kde-base/kuiviewer/kuiviewer-4.6.80.ebuild | 13 ++++++
25 kde-base/lokalize/lokalize-4.6.80.ebuild | 43 ++++++++++++++++++++
26 kde-base/okteta/okteta-4.6.80.ebuild | 2 +-
27 .../umbrello-4.6.80.ebuild} | 14 +++---
28 17 files changed, 263 insertions(+), 44 deletions(-)
29
30 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/cervisia/cervisia-4.6.80.ebuild
31 similarity index 50%
32 copy from kde-base/okteta/okteta-4.6.80.ebuild
33 copy to kde-base/cervisia/cervisia-4.6.80.ebuild
34 index b143a36..6cf9ad0 100644
35 --- a/kde-base/okteta/okteta-4.6.80.ebuild
36 +++ b/kde-base/cervisia/cervisia-4.6.80.ebuild
37 @@ -2,20 +2,16 @@
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: $
40
41 -EAPI="4"
42 +EAPI=4
43
44 KDE_HANDBOOK="optional"
45 KMNAME="kdesdk"
46 inherit kde4-meta
47
48 -DESCRIPTION="KDE hexeditor"
49 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
50 +DESCRIPTION="Cervisia - A KDE CVS frontend"
51 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 IUSE="debug"
53
54 -DEPEND="
55 - app-crypt/qca:2
56 +RDEPEND="
57 + dev-vcs/cvs
58 "
59 -RDEPEND="${DEPEND}"
60 -
61 -# Tests hang, last checked in 4.3.3
62 -RESTRICT="test"
63
64 diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.6.80.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.6.80.ebuild
65 new file mode 100644
66 index 0000000..bce7570
67 --- /dev/null
68 +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.6.80.ebuild
69 @@ -0,0 +1,42 @@
70 +# Copyright 1999-2011 Gentoo Foundation
71 +# Distributed under the terms of the GNU General Public License v2
72 +# $Header: $
73 +
74 +EAPI=4
75 +
76 +KMNAME="kdesdk"
77 +inherit kde4-meta
78 +
79 +DESCRIPTION="Extra Dolphin plugins"
80 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
81 +IUSE="debug +git +subversion"
82 +
83 +DEPEND="
84 + $(add_kdebase_dep libkonq)
85 +"
86 +RDEPEND="${DEPEND}
87 + $(add_kdebase_dep kompare)
88 + git? ( dev-vcs/git )
89 + subversion? ( dev-vcs/subversion )
90 +"
91 +
92 +# SCM plugins moved from dolphin somewhere before 4.4.75
93 +add_blocker dolphin '<4.4.75'
94 +
95 +KMLOADLIBS="libkonq"
96 +
97 +#
98 +# See bug 351147 for why this is necessary
99 +#
100 +src_prepare() {
101 + echo 'macro_optional_add_subdirectory ( dolphin-plugins )' >> CMakeLists.txt || die
102 + echo > dolphin-plugins/CMakeLists.txt || die
103 + use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
104 + use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt
105 +
106 + kde4-meta_src_prepare
107 +}
108 +
109 +src_install() {
110 + { use git || use subversion; } && kde4-meta_src_install
111 +}
112
113 diff --git a/kde-base/kapptemplate/kapptemplate-4.6.80.ebuild b/kde-base/kapptemplate/kapptemplate-4.6.80.ebuild
114 new file mode 100644
115 index 0000000..6ac9563
116 --- /dev/null
117 +++ b/kde-base/kapptemplate/kapptemplate-4.6.80.ebuild
118 @@ -0,0 +1,13 @@
119 +# Copyright 1999-2011 Gentoo Foundation
120 +# Distributed under the terms of the GNU General Public License v2
121 +# $Header: $
122 +
123 +EAPI=4
124 +
125 +KDE_HANDBOOK="optional"
126 +KMNAME="kdesdk"
127 +inherit kde4-meta
128 +
129 +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
130 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
131 +IUSE="debug"
132
133 diff --git a/kde-base/kate/kate-4.6.80.ebuild b/kde-base/kate/kate-4.6.80.ebuild
134 index d6dd7df..4b34d26 100644
135 --- a/kde-base/kate/kate-4.6.80.ebuild
136 +++ b/kde-base/kate/kate-4.6.80.ebuild
137 @@ -10,7 +10,7 @@ KDE_SCM="git"
138 inherit kde4-meta
139
140 DESCRIPTION="Kate is an MDI texteditor."
141 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
142 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
143 IUSE="debug +plasma"
144
145 DEPEND="
146
147 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/kcachegrind/kcachegrind-4.6.80.ebuild
148 similarity index 50%
149 copy from kde-base/okteta/okteta-4.6.80.ebuild
150 copy to kde-base/kcachegrind/kcachegrind-4.6.80.ebuild
151 index b143a36..7645528 100644
152 --- a/kde-base/okteta/okteta-4.6.80.ebuild
153 +++ b/kde-base/kcachegrind/kcachegrind-4.6.80.ebuild
154 @@ -2,20 +2,16 @@
155 # Distributed under the terms of the GNU General Public License v2
156 # $Header: $
157
158 -EAPI="4"
159 +EAPI=4
160
161 KDE_HANDBOOK="optional"
162 KMNAME="kdesdk"
163 inherit kde4-meta
164
165 -DESCRIPTION="KDE hexeditor"
166 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
167 +DESCRIPTION="KDE Frontend for Cachegrind"
168 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
169 IUSE="debug"
170
171 -DEPEND="
172 - app-crypt/qca:2
173 +RDEPEND="
174 + media-gfx/graphviz
175 "
176 -RDEPEND="${DEPEND}"
177 -
178 -# Tests hang, last checked in 4.3.3
179 -RESTRICT="test"
180
181 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.6.80.ebuild
182 similarity index 51%
183 copy from kde-base/okteta/okteta-4.6.80.ebuild
184 copy to kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.6.80.ebuild
185 index b143a36..0c26f54 100644
186 --- a/kde-base/okteta/okteta-4.6.80.ebuild
187 +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.6.80.ebuild
188 @@ -2,20 +2,16 @@
189 # Distributed under the terms of the GNU General Public License v2
190 # $Header: $
191
192 -EAPI="4"
193 +EAPI=4
194
195 -KDE_HANDBOOK="optional"
196 KMNAME="kdesdk"
197 inherit kde4-meta
198
199 -DESCRIPTION="KDE hexeditor"
200 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
201 +DESCRIPTION="Addressbook Plugin that puts names/email addresses of all KDE SVN accounts into an addressbook"
202 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
203 IUSE="debug"
204
205 DEPEND="
206 - app-crypt/qca:2
207 + $(add_kdebase_dep kdepimlibs)
208 "
209 RDEPEND="${DEPEND}"
210 -
211 -# Tests hang, last checked in 4.3.3
212 -RESTRICT="test"
213
214 diff --git a/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.6.80.ebuild b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.6.80.ebuild
215 new file mode 100644
216 index 0000000..efaeba6
217 --- /dev/null
218 +++ b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.6.80.ebuild
219 @@ -0,0 +1,34 @@
220 +# Copyright 1999-2011 Gentoo Foundation
221 +# Distributed under the terms of the GNU General Public License v2
222 +# $Header: $
223 +
224 +EAPI=4
225 +
226 +KMNAME="kdesdk"
227 +KMMODULE="kioslave"
228 +inherit kde4-meta
229 +
230 +DESCRIPTION="kioslaves from kdesdk package"
231 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
232 +IUSE="debug subversion"
233 +
234 +DEPEND="
235 + subversion? (
236 + dev-libs/apr
237 + dev-vcs/subversion
238 + )
239 +"
240 +RDEPEND="${DEPEND}
241 + !kdeprefix? (
242 + subversion? ( !>=dev-vcs/kdesvn-1.5.2:4 )
243 + )
244 +"
245 +
246 +src_configure() {
247 + mycmakeargs=(
248 + -DAPRCONFIG_EXECUTABLE="${EPREFIX}"/usr/bin/apr-1-config
249 + $(cmake-utils_use_with subversion SVN)
250 + )
251 +
252 + kde4-meta_src_configure
253 +}
254
255 diff --git a/kde-base/kdesdk-meta/kdesdk-meta-4.6.80.ebuild b/kde-base/kdesdk-meta/kdesdk-meta-4.6.80.ebuild
256 index 265207d..121c726 100644
257 --- a/kde-base/kdesdk-meta/kdesdk-meta-4.6.80.ebuild
258 +++ b/kde-base/kdesdk-meta/kdesdk-meta-4.6.80.ebuild
259 @@ -6,7 +6,7 @@ EAPI=4
260 inherit kde4-meta-pkg
261
262 DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
263 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
264 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
265 IUSE="cvs"
266
267 RDEPEND="
268
269 diff --git a/kde-base/kdesdk-misc/kdesdk-misc-4.6.80.ebuild b/kde-base/kdesdk-misc/kdesdk-misc-4.6.80.ebuild
270 new file mode 100644
271 index 0000000..3659551
272 --- /dev/null
273 +++ b/kde-base/kdesdk-misc/kdesdk-misc-4.6.80.ebuild
274 @@ -0,0 +1,38 @@
275 +# Copyright 1999-2011 Gentoo Foundation
276 +# Distributed under the terms of the GNU General Public License v2
277 +# $Header: $
278 +
279 +EAPI=4
280 +
281 +KMNAME="kdesdk"
282 +KMNOMODULE="true"
283 +inherit kde4-meta
284 +
285 +DESCRIPTION="KDE miscellaneous SDK tools"
286 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
287 +IUSE="debug extras"
288 +
289 +DEPEND="
290 + extras? ( >=dev-java/antlr-2.7.7:0[cxx,script] )
291 +"
292 +RDEPEND="${DEPEND}"
293 +
294 +KMEXTRA="
295 + doc/kmtrace/
296 + doc/poxml/
297 + kmtrace/
298 + kpartloader/
299 + kprofilemethod/
300 + kspy/
301 + kunittest/
302 + poxml/
303 + scheck/
304 +"
305 +
306 +src_configure() {
307 + mycmakeargs=(
308 + $(cmake-utils_use_with extras Antlr2)
309 + )
310 +
311 + kde4-meta_src_configure
312 +}
313
314 diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-4.6.80.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-4.6.80.ebuild
315 new file mode 100644
316 index 0000000..66d1576
317 --- /dev/null
318 +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-4.6.80.ebuild
319 @@ -0,0 +1,26 @@
320 +# Copyright 1999-2011 Gentoo Foundation
321 +# Distributed under the terms of the GNU General Public License v2
322 +# $Header: $
323 +
324 +EAPI=4
325 +
326 +KDE_HANDBOOK="optional"
327 +KMNAME="kdesdk"
328 +KMMODULE="scripts"
329 +inherit kde4-meta
330 +
331 +DESCRIPTION="KDE SDK Scripts"
332 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
333 +IUSE="debug"
334 +
335 +RDEPEND="
336 + app-arch/advancecomp
337 + media-gfx/optipng
338 +"
339 +
340 +src_prepare() {
341 + # bug 275069
342 + sed -ie 's:colorsvn::' scripts/CMakeLists.txt || die
343 +
344 + kde4-meta_src_prepare
345 +}
346
347 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.6.80.ebuild
348 similarity index 51%
349 copy from kde-base/okteta/okteta-4.6.80.ebuild
350 copy to kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.6.80.ebuild
351 index b143a36..7d255dc 100644
352 --- a/kde-base/okteta/okteta-4.6.80.ebuild
353 +++ b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.6.80.ebuild
354 @@ -2,20 +2,17 @@
355 # Distributed under the terms of the GNU General Public License v2
356 # $Header: $
357
358 -EAPI="4"
359 +EAPI=4
360
361 -KDE_HANDBOOK="optional"
362 KMNAME="kdesdk"
363 +KMMODULE="strigi-analyzer"
364 inherit kde4-meta
365
366 -DESCRIPTION="KDE hexeditor"
367 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
368 +DESCRIPTION="kdesdk: strigi plugins"
369 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
370 IUSE="debug"
371
372 DEPEND="
373 - app-crypt/qca:2
374 + app-misc/strigi
375 "
376 RDEPEND="${DEPEND}"
377 -
378 -# Tests hang, last checked in 4.3.3
379 -RESTRICT="test"
380
381 diff --git a/kde-base/kompare/kompare-4.6.80.ebuild b/kde-base/kompare/kompare-4.6.80.ebuild
382 new file mode 100644
383 index 0000000..eb3da67
384 --- /dev/null
385 +++ b/kde-base/kompare/kompare-4.6.80.ebuild
386 @@ -0,0 +1,13 @@
387 +# Copyright 1999-2011 Gentoo Foundation
388 +# Distributed under the terms of the GNU General Public License v2
389 +# $Header: $
390 +
391 +EAPI=4
392 +
393 +KDE_HANDBOOK="optional"
394 +KMNAME="kdesdk"
395 +inherit kde4-meta
396 +
397 +DESCRIPTION="Kompare is a program to view the differences between files."
398 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
399 +IUSE="debug"
400
401 diff --git a/kde-base/kstartperf/kstartperf-4.6.80.ebuild b/kde-base/kstartperf/kstartperf-4.6.80.ebuild
402 new file mode 100644
403 index 0000000..35bd63a
404 --- /dev/null
405 +++ b/kde-base/kstartperf/kstartperf-4.6.80.ebuild
406 @@ -0,0 +1,12 @@
407 +# Copyright 1999-2011 Gentoo Foundation
408 +# Distributed under the terms of the GNU General Public License v2
409 +# $Header: $
410 +
411 +EAPI=4
412 +
413 +KMNAME="kdesdk"
414 +inherit kde4-meta
415 +
416 +DESCRIPTION="Measures starting performance of applications"
417 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
418 +IUSE="debug"
419
420 diff --git a/kde-base/kuiviewer/kuiviewer-4.6.80.ebuild b/kde-base/kuiviewer/kuiviewer-4.6.80.ebuild
421 new file mode 100644
422 index 0000000..b2b0346
423 --- /dev/null
424 +++ b/kde-base/kuiviewer/kuiviewer-4.6.80.ebuild
425 @@ -0,0 +1,13 @@
426 +# Copyright 1999-2011 Gentoo Foundation
427 +# Distributed under the terms of the GNU General Public License v2
428 +# $Header: $
429 +
430 +EAPI=4
431 +
432 +KMNAME="kdesdk"
433 +
434 +inherit kde4-meta
435 +
436 +DESCRIPTION="KDE utility that displays and tests UI files generated by Qt Designer."
437 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
438 +IUSE="debug"
439
440 diff --git a/kde-base/lokalize/lokalize-4.6.80.ebuild b/kde-base/lokalize/lokalize-4.6.80.ebuild
441 new file mode 100644
442 index 0000000..9c22aad
443 --- /dev/null
444 +++ b/kde-base/lokalize/lokalize-4.6.80.ebuild
445 @@ -0,0 +1,43 @@
446 +# Copyright 1999-2011 Gentoo Foundation
447 +# Distributed under the terms of the GNU General Public License v2
448 +# $Header: $
449 +
450 +EAPI=3
451 +
452 +KDE_HANDBOOK="optional"
453 +KMNAME="kdesdk"
454 +PYTHON_DEPEND="2"
455 +inherit python kde4-meta
456 +
457 +DESCRIPTION="KDE4 translation tool"
458 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
459 +IUSE="debug"
460 +
461 +# Althrought they are purely runtime, its too useless without them
462 +DEPEND="
463 + >=app-text/hunspell-1.2.8
464 + >=x11-libs/qt-sql-4.5.0:4[sqlite]
465 +"
466 +RDEPEND="${DEPEND}
467 + $(add_kdebase_dep kdesdk-strigi-analyzer)
468 + $(add_kdebase_dep krosspython)
469 + $(add_kdebase_dep pykde4)
470 +"
471 +
472 +pkg_setup() {
473 + kde4-meta_pkg_setup
474 + python_set_active_version 2
475 +}
476 +
477 +src_install() {
478 + kde4-meta_src_install
479 + python_convert_shebangs -q -r $(python_get_version) "${ED}${PREFIX}/share/apps/${PN}"
480 +}
481 +
482 +pkg_postinst() {
483 + kde4-meta_pkg_postinst
484 + echo
485 + elog "To be able to autofetch KDE translations in new project wizard, install subversion client:"
486 + elog " emerge -vau subversion"
487 + echo
488 +}
489
490 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/okteta/okteta-4.6.80.ebuild
491 index b143a36..81391a0 100644
492 --- a/kde-base/okteta/okteta-4.6.80.ebuild
493 +++ b/kde-base/okteta/okteta-4.6.80.ebuild
494 @@ -9,7 +9,7 @@ KMNAME="kdesdk"
495 inherit kde4-meta
496
497 DESCRIPTION="KDE hexeditor"
498 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
499 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
500 IUSE="debug"
501
502 DEPEND="
503
504 diff --git a/kde-base/okteta/okteta-4.6.80.ebuild b/kde-base/umbrello/umbrello-4.6.80.ebuild
505 similarity index 57%
506 copy from kde-base/okteta/okteta-4.6.80.ebuild
507 copy to kde-base/umbrello/umbrello-4.6.80.ebuild
508 index b143a36..058a40e 100644
509 --- a/kde-base/okteta/okteta-4.6.80.ebuild
510 +++ b/kde-base/umbrello/umbrello-4.6.80.ebuild
511 @@ -2,20 +2,20 @@
512 # Distributed under the terms of the GNU General Public License v2
513 # $Header: $
514
515 -EAPI="4"
516 +EAPI=4
517
518 KDE_HANDBOOK="optional"
519 KMNAME="kdesdk"
520 +
521 inherit kde4-meta
522
523 -DESCRIPTION="KDE hexeditor"
524 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
525 +DESCRIPTION="KDE UML Modeller"
526 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
527 IUSE="debug"
528
529 DEPEND="
530 - app-crypt/qca:2
531 + dev-libs/boost
532 + dev-libs/libxml2
533 + dev-libs/libxslt
534 "
535 RDEPEND="${DEPEND}"
536 -
537 -# Tests hang, last checked in 4.3.3
538 -RESTRICT="test"