Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kstars/files/, kde-apps/kbruch/, kde-apps/kaccounts-providers/, ...
Date: Thu, 18 Feb 2016 14:45:07
Message-Id: 1455806134.40537663b709e5c7a1ff68f69517f80eacfdf92e.kensington@gentoo
1 commit: 40537663b709e5c7a1ff68f69517f80eacfdf92e
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 18 00:23:45 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 14:35:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=40537663
7
8 kde-apps: Drop last 15.08.3 Applications
9
10 Package-Manager: portage-2.2.27
11
12 kde-apps/analitza/analitza-15.08.3.ebuild | 51 ------------
13 kde-apps/artikulate/artikulate-15.08.3.ebuild | 22 ------
14 kde-apps/blinken/blinken-15.08.3.ebuild | 34 --------
15 kde-apps/cantor/cantor-15.08.3.ebuild | 91 ----------------------
16 .../kaccounts-providers-15.08.3.ebuild | 26 -------
17 kde-apps/kalgebra/kalgebra-15.08.3.ebuild | 47 -----------
18 kde-apps/kalzium/kalzium-15.08.3.ebuild | 48 ------------
19 kde-apps/kanagram/kanagram-15.08.3.ebuild | 37 ---------
20 kde-apps/kbruch/kbruch-15.08.3.ebuild | 25 ------
21 kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild | 15 ----
22 kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild | 41 ----------
23 kde-apps/kgeography/kgeography-15.08.3-r1.ebuild | 35 ---------
24 kde-apps/khangman/khangman-15.08.3.ebuild | 36 ---------
25 kde-apps/kig/kig-15.08.3.ebuild | 59 --------------
26 kde-apps/kiten/kiten-15.08.3.ebuild | 31 --------
27 kde-apps/klettres/klettres-15.08.3.ebuild | 31 --------
28 kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild | 37 ---------
29 kde-apps/kmplot/kmplot-15.08.3.ebuild | 35 ---------
30 .../kqtquickcharts/kqtquickcharts-15.08.3.ebuild | 14 ----
31 .../kross-interpreters-15.08.3.ebuild | 26 -------
32 .../kstars-15.04.0-use-python2-explicitly.patch | 11 ---
33 .../files/kstars-15.08.3-qtopengl-optional.patch | 20 -----
34 kde-apps/kstars/kstars-15.08.3-r1.ebuild | 72 -----------------
35 kde-apps/ktouch/ktouch-15.08.3.ebuild | 19 -----
36 kde-apps/kturtle/kturtle-15.08.3.ebuild | 31 --------
37 kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild | 36 ---------
38 kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild | 15 ----
39 .../libkeduvocdocument-15.08.3.ebuild | 21 -----
40 kde-apps/marble/marble-15.08.3.ebuild | 74 ------------------
41 kde-apps/parley/parley-15.08.3.ebuild | 47 -----------
42 kde-apps/rocs/rocs-15.08.3.ebuild | 52 -------------
43 .../signon-kwallet-extension-15.08.3.ebuild | 18 -----
44 kde-apps/step/step-15.08.3.ebuild | 66 ----------------
45 .../files/umbrello-15.12.0-fix-compile.patch | 24 ------
46 profiles/package.mask/kde-apps-15.08.3 | 68 ----------------
47 35 files changed, 1315 deletions(-)
48
49 diff --git a/kde-apps/analitza/analitza-15.08.3.ebuild b/kde-apps/analitza/analitza-15.08.3.ebuild
50 deleted file mode 100644
51 index aaed74f..0000000
52 --- a/kde-apps/analitza/analitza-15.08.3.ebuild
53 +++ /dev/null
54 @@ -1,51 +0,0 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Id$
58 -
59 -EAPI=5
60 -
61 -KDE_TEST="forceoptional"
62 -VIRTUALX_REQUIRED="test"
63 -inherit kde5
64 -
65 -DESCRIPTION="KDE library for mathematical features"
66 -KEYWORDS=" ~amd64 ~x86"
67 -IUSE="eigen opengl"
68 -
69 -DEPEND="
70 - $(add_qt_dep qtdeclarative)
71 - $(add_qt_dep qtgui)
72 - $(add_qt_dep qtsvg)
73 - $(add_qt_dep qtwidgets)
74 - $(add_qt_dep qtxml)
75 - eigen? ( dev-cpp/eigen:3 )
76 - opengl? (
77 - $(add_qt_dep qtopengl)
78 - virtual/opengl
79 - )
80 -"
81 -RDEPEND="${DEPEND}"
82 -
83 -src_prepare() {
84 - # Nothing is installed
85 - sed -i \
86 - -e "/add_subdirectory(examples)/ s/^/#DONT/" \
87 - analitzaplot/CMakeLists.txt || die
88 -
89 - if ! use test ; then
90 - sed -i \
91 - -e "/add_subdirectory(tests)/ s/^/#DONT/" \
92 - analitza{,gui,plot}/CMakeLists.txt || die
93 - fi
94 -
95 - kde5_src_prepare
96 -}
97 -
98 -src_configure() {
99 - local mycmakeargs=(
100 - $(cmake-utils_use_find_package eigen Eigen3)
101 - $(cmake-utils_use_find_package opengl OpenGL)
102 - )
103 -
104 - kde5_src_configure
105 -}
106
107 diff --git a/kde-apps/artikulate/artikulate-15.08.3.ebuild b/kde-apps/artikulate/artikulate-15.08.3.ebuild
108 deleted file mode 100644
109 index e746d71..0000000
110 --- a/kde-apps/artikulate/artikulate-15.08.3.ebuild
111 +++ /dev/null
112 @@ -1,22 +0,0 @@
113 -# Copyright 1999-2016 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Id$
116 -
117 -EAPI=5
118 -
119 -DECLARATIVE_REQUIRED="always"
120 -KDE_HANDBOOK="optional"
121 -inherit kde4-base
122 -
123 -DESCRIPTION="Language learning application that helps improving pronunciation skills"
124 -HOMEPAGE="https://edu.kde.org/applications/language/artikulate"
125 -KEYWORDS=" ~amd64 ~x86"
126 -IUSE="debug"
127 -
128 -DEPEND="
129 - dev-qt/qtxmlpatterns:4
130 - >=media-libs/qt-gstreamer-1.2.0[qt4(+)]
131 -"
132 -RDEPEND="${DEPEND}
133 - $(add_kdeapps_dep kqtquickcharts)
134 -"
135
136 diff --git a/kde-apps/blinken/blinken-15.08.3.ebuild b/kde-apps/blinken/blinken-15.08.3.ebuild
137 deleted file mode 100644
138 index c0bdefb..0000000
139 --- a/kde-apps/blinken/blinken-15.08.3.ebuild
140 +++ /dev/null
141 @@ -1,34 +0,0 @@
142 -# Copyright 1999-2016 Gentoo Foundation
143 -# Distributed under the terms of the GNU General Public License v2
144 -# $Id$
145 -
146 -EAPI=5
147 -
148 -KDE_HANDBOOK="forceoptional"
149 -inherit kde5
150 -
151 -DESCRIPTION="KDE version of the Simon Says game"
152 -HOMEPAGE="https://www.kde.org/applications/education/blinken
153 -https://edu.kde.org/blinken"
154 -KEYWORDS=" ~amd64 ~x86"
155 -IUSE=""
156 -
157 -DEPEND="
158 - $(add_frameworks_dep kconfig)
159 - $(add_frameworks_dep kcoreaddons)
160 - $(add_frameworks_dep kdbusaddons)
161 - $(add_frameworks_dep kguiaddons)
162 - $(add_frameworks_dep ki18n)
163 - $(add_frameworks_dep kxmlgui)
164 - $(add_qt_dep qtgui)
165 - $(add_qt_dep qtsvg)
166 - $(add_qt_dep qtwidgets)
167 - media-libs/phonon[qt5]
168 -"
169 -RDEPEND="${DEPEND}"
170 -
171 -src_install() {
172 - kde5_src_install
173 -
174 - rm "${D}"/usr/share/${PN}/README.packagers
175 -}
176
177 diff --git a/kde-apps/cantor/cantor-15.08.3.ebuild b/kde-apps/cantor/cantor-15.08.3.ebuild
178 deleted file mode 100644
179 index 6f6db5c..0000000
180 --- a/kde-apps/cantor/cantor-15.08.3.ebuild
181 +++ /dev/null
182 @@ -1,91 +0,0 @@
183 -# Copyright 1999-2016 Gentoo Foundation
184 -# Distributed under the terms of the GNU General Public License v2
185 -# $Id$
186 -
187 -EAPI=5
188 -
189 -KDE_HANDBOOK="true"
190 -KDE_TEST="true"
191 -PYTHON_COMPAT=( python2_7 )
192 -# FIXME: PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
193 -inherit kde5 python-r1
194 -
195 -DESCRIPTION="Interface for doing mathematics and scientific computing"
196 -HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
197 -KEYWORDS=" ~amd64 ~x86"
198 -IUSE="analitza lua postscript python qalculate +R"
199 -
200 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
201 -
202 -# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
203 -# FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*')
204 -RDEPEND="
205 - $(add_frameworks_dep karchive)
206 - $(add_frameworks_dep kcompletion)
207 - $(add_frameworks_dep kconfig)
208 - $(add_frameworks_dep kconfigwidgets)
209 - $(add_frameworks_dep kcoreaddons)
210 - $(add_frameworks_dep kdelibs4support)
211 - $(add_frameworks_dep ki18n)
212 - $(add_frameworks_dep knewstuff)
213 - $(add_frameworks_dep kparts)
214 - $(add_frameworks_dep kpty)
215 - $(add_frameworks_dep ktexteditor)
216 - $(add_frameworks_dep kwidgetsaddons)
217 - $(add_frameworks_dep kxmlgui)
218 - $(add_qt_dep qtgui)
219 - $(add_qt_dep qtsvg)
220 - $(add_qt_dep qtwidgets)
221 - $(add_qt_dep qtxml)
222 - $(add_qt_dep qtxmlpatterns)
223 - analitza? ( $(add_kdeapps_dep analitza) )
224 - lua? ( dev-lang/luajit:2 )
225 - qalculate? (
226 - sci-libs/cln
227 - sci-libs/libqalculate
228 - )
229 - postscript? ( app-text/libspectre )
230 - python? ( ${PYTHON_DEPS} )
231 - R? ( dev-lang/R )
232 -"
233 -DEPEND="${RDEPEND}
234 - >=dev-cpp/eigen-2.0.3:2
235 -"
236 -
237 -RESTRICT="test"
238 -
239 -pkg_setup() {
240 - use python && python_setup
241 - kde5_pkg_setup
242 -}
243 -
244 -src_prepare() {
245 - # FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo
246 - sed -e '/^find_package(PythonLibs3)/ s/^/#/' \
247 - -i src/backends/CMakeLists.txt || die
248 -}
249 -
250 -src_configure() {
251 - local mycmakeargs=(
252 - $(cmake-utils_use_find_package analitza Analitza5)
253 - $(cmake-utils_use_find_package lua LuaJIT)
254 - $(cmake-utils_use_find_package postscript LibSpectre)
255 - $(cmake-utils_use_find_package python PythonLibs)
256 - $(cmake-utils_use_find_package qalculate)
257 - $(cmake-utils_use_find_package R)
258 - )
259 - kde5_src_configure
260 -}
261 -
262 -pkg_postinst() {
263 - kde5_pkg_postinst
264 -
265 - if ! use analitza && ! use lua && ! use python && ! use qalculate && ! use R; then
266 - echo
267 - ewarn "You have decided to build ${PN} with no backend."
268 - ewarn "To have this application functional, please do one of below:"
269 - ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'lua', 'python', 'qalculate' or 'R' USE flag enabled"
270 - ewarn " # emerge -vaDu sci-mathematics/maxima"
271 - echo
272 - fi
273 -}
274
275 diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild
276 deleted file mode 100644
277 index eb97c9b..0000000
278 --- a/kde-apps/kaccounts-providers/kaccounts-providers-15.08.3.ebuild
279 +++ /dev/null
280 @@ -1,26 +0,0 @@
281 -# Copyright 1999-2016 Gentoo Foundation
282 -# Distributed under the terms of the GNU General Public License v2
283 -# $Id$
284 -
285 -EAPI=5
286 -
287 -KDE_AUTODEPS="false"
288 -inherit kde5
289 -
290 -DESCRIPTION="KDE accounts providers"
291 -HOMEPAGE="https://community.kde.org/KTp"
292 -LICENSE="LGPL-2.1"
293 -
294 -KEYWORDS=" ~amd64 ~x86"
295 -IUSE=""
296 -
297 -DEPEND="
298 - $(add_frameworks_dep extra-cmake-modules)
299 - $(add_kdeapps_dep kaccounts-integration)
300 - dev-util/intltool
301 -"
302 -RDEPEND="
303 - net-im/telepathy-connection-managers[xmpp]
304 - net-libs/signon-ui
305 - net-libs/signon-oauth2
306 -"
307
308 diff --git a/kde-apps/kalgebra/kalgebra-15.08.3.ebuild b/kde-apps/kalgebra/kalgebra-15.08.3.ebuild
309 deleted file mode 100644
310 index 415be3f..0000000
311 --- a/kde-apps/kalgebra/kalgebra-15.08.3.ebuild
312 +++ /dev/null
313 @@ -1,47 +0,0 @@
314 -# Copyright 1999-2016 Gentoo Foundation
315 -# Distributed under the terms of the GNU General Public License v2
316 -# $Id$
317 -
318 -EAPI=5
319 -
320 -KDE_HANDBOOK="true"
321 -inherit kde5
322 -
323 -DESCRIPTION="MathML-based graph calculator for KDE"
324 -HOMEPAGE="https://www.kde.org/applications/education/kalgebra
325 -https://edu.kde.org/kalgebra"
326 -KEYWORDS=" ~amd64 ~x86"
327 -IUSE="opengl readline"
328 -
329 -DEPEND="
330 - $(add_frameworks_dep kconfig)
331 - $(add_frameworks_dep kconfigwidgets)
332 - $(add_frameworks_dep kcoreaddons)
333 - $(add_frameworks_dep ki18n)
334 - $(add_frameworks_dep kio)
335 - $(add_frameworks_dep kwidgetsaddons)
336 - $(add_frameworks_dep kxmlgui)
337 - $(add_kdeapps_dep analitza opengl?)
338 - $(add_qt_dep qtdeclarative)
339 - $(add_qt_dep qtgui)
340 - $(add_qt_dep qtwebkit)
341 - $(add_qt_dep qtwidgets)
342 - opengl? (
343 - $(add_qt_dep qtopengl)
344 - $(add_qt_dep qtprintsupport)
345 - virtual/glu
346 - )
347 - readline? ( sys-libs/readline:0= )
348 -"
349 -RDEPEND="${DEPEND}
350 - !kde-apps/analitza:4
351 -"
352 -
353 -src_configure() {
354 - local mycmakeargs=(
355 - $(cmake-utils_use_find_package opengl OpenGL)
356 - $(cmake-utils_use_find_package readline Readline)
357 - )
358 -
359 - kde5_src_configure
360 -}
361
362 diff --git a/kde-apps/kalzium/kalzium-15.08.3.ebuild b/kde-apps/kalzium/kalzium-15.08.3.ebuild
363 deleted file mode 100644
364 index 9e5d23f..0000000
365 --- a/kde-apps/kalzium/kalzium-15.08.3.ebuild
366 +++ /dev/null
367 @@ -1,48 +0,0 @@
368 -# Copyright 1999-2016 Gentoo Foundation
369 -# Distributed under the terms of the GNU General Public License v2
370 -# $Id$
371 -
372 -EAPI=5
373 -
374 -KDE_HANDBOOK="optional"
375 -CPPUNIT_REQUIRED="optional"
376 -OPENGL_REQUIRED="always"
377 -inherit kde4-base flag-o-matic
378 -
379 -DESCRIPTION="KDE: periodic table of the elements"
380 -HOMEPAGE="https://www.kde.org/applications/education/kalzium
381 -https://edu.kde.org/kalzium"
382 -KEYWORDS=" ~amd64 ~x86"
383 -IUSE="editor debug solver"
384 -
385 -DEPEND="
386 - $(add_kdeapps_dep libkdeedu)
387 - editor? (
388 - >=dev-cpp/eigen-2.0.3:2
389 - sci-chemistry/avogadro
390 - >=sci-chemistry/openbabel-2.2
391 - )
392 - solver? ( dev-ml/facile[ocamlopt] )
393 -"
394 -RDEPEND=${DEPEND}
395 -
396 -KMEXTRACTONLY="
397 - libkdeedu/kdeeduui/
398 - libkdeedu/libscience/
399 -"
400 -
401 -src_configure(){
402 - # Fix missing finite()
403 - [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H
404 -
405 - local mycmakeargs=(
406 - $(cmake-utils_use_with editor Eigen2)
407 - $(cmake-utils_use_with editor Avogadro)
408 - $(cmake-utils_use_with editor OpenBabel2)
409 - $(cmake-utils_use_with editor OpenGL)
410 - $(cmake-utils_use_with solver OCaml)
411 - $(cmake-utils_use_with solver Libfacile)
412 - )
413 -
414 - kde4-base_src_configure
415 -}
416
417 diff --git a/kde-apps/kanagram/kanagram-15.08.3.ebuild b/kde-apps/kanagram/kanagram-15.08.3.ebuild
418 deleted file mode 100644
419 index cc7f325..0000000
420 --- a/kde-apps/kanagram/kanagram-15.08.3.ebuild
421 +++ /dev/null
422 @@ -1,37 +0,0 @@
423 -# Copyright 1999-2016 Gentoo Foundation
424 -# Distributed under the terms of the GNU General Public License v2
425 -# $Id$
426 -
427 -EAPI=5
428 -
429 -KDE_HANDBOOK="true"
430 -inherit kde5
431 -
432 -DESCRIPTION="Game based on anagrams of works"
433 -HOMEPAGE="https://www.kde.org/applications/education/kanagram
434 -https://edu.kde.org/kanagram"
435 -KEYWORDS=" ~amd64 ~x86"
436 -IUSE=""
437 -
438 -DEPEND="
439 - $(add_frameworks_dep kconfig)
440 - $(add_frameworks_dep kconfigwidgets)
441 - $(add_frameworks_dep kcoreaddons)
442 - $(add_frameworks_dep kcrash)
443 - $(add_frameworks_dep kdeclarative)
444 - $(add_frameworks_dep ki18n)
445 - $(add_frameworks_dep knewstuff)
446 - $(add_frameworks_dep kwidgetsaddons)
447 - $(add_frameworks_dep kxmlgui)
448 - $(add_frameworks_dep sonnet)
449 - $(add_kdeapps_dep libkeduvocdocument)
450 - $(add_qt_dep qtdeclarative)
451 - $(add_qt_dep qtgui)
452 - $(add_qt_dep qtwidgets)
453 - media-libs/phonon[qt5]
454 -"
455 -RDEPEND="${DEPEND}
456 - $(add_kdeapps_dep kdeedu-data)
457 - $(add_qt_dep qtquickcontrols)
458 - $(add_qt_dep qtwebkit 'qml')
459 -"
460
461 diff --git a/kde-apps/kbruch/kbruch-15.08.3.ebuild b/kde-apps/kbruch/kbruch-15.08.3.ebuild
462 deleted file mode 100644
463 index 4e6738c..0000000
464 --- a/kde-apps/kbruch/kbruch-15.08.3.ebuild
465 +++ /dev/null
466 @@ -1,25 +0,0 @@
467 -# Copyright 1999-2016 Gentoo Foundation
468 -# Distributed under the terms of the GNU General Public License v2
469 -# $Id$
470 -
471 -EAPI=5
472 -
473 -KDE_HANDBOOK=true
474 -inherit kde5
475 -
476 -DESCRIPTION="Educational application to learn calculating with fractions"
477 -HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch"
478 -KEYWORDS=" ~amd64 ~x86"
479 -IUSE=""
480 -
481 -DEPEND="
482 - $(add_frameworks_dep kconfig)
483 - $(add_frameworks_dep kconfigwidgets)
484 - $(add_frameworks_dep kcoreaddons)
485 - $(add_frameworks_dep ki18n)
486 - $(add_frameworks_dep kwidgetsaddons)
487 - $(add_frameworks_dep kxmlgui)
488 - $(add_qt_dep qtgui)
489 - $(add_qt_dep qtwidgets)
490 -"
491 -RDEPEND="${DEPEND}"
492
493 diff --git a/kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild b/kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild
494 deleted file mode 100644
495 index c582819..0000000
496 --- a/kde-apps/kdeedu-data/kdeedu-data-15.08.3.ebuild
497 +++ /dev/null
498 @@ -1,15 +0,0 @@
499 -# Copyright 1999-2016 Gentoo Foundation
500 -# Distributed under the terms of the GNU General Public License v2
501 -# $Id$
502 -
503 -EAPI=5
504 -
505 -KDE_AUTODEPS="false"
506 -inherit kde5
507 -
508 -DESCRIPTION="Shared icons, artwork and data files for educational applications"
509 -KEYWORDS=" ~amd64 ~x86"
510 -IUSE=""
511 -
512 -DEPEND="$(add_frameworks_dep extra-cmake-modules)"
513 -RDEPEND=""
514
515 diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild
516 deleted file mode 100644
517 index ade0357..0000000
518 --- a/kde-apps/kdeedu-meta/kdeedu-meta-15.08.3.ebuild
519 +++ /dev/null
520 @@ -1,41 +0,0 @@
521 -# Copyright 1999-2016 Gentoo Foundation
522 -# Distributed under the terms of the GNU General Public License v2
523 -# $Id$
524 -
525 -EAPI=5
526 -
527 -inherit kde5-meta-pkg
528 -
529 -DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
530 -HOMEPAGE="https://edu.kde.org"
531 -KEYWORDS=" ~amd64 ~x86"
532 -IUSE=""
533 -
534 -RDEPEND="
535 - $(add_kdeapps_dep analitza)
536 - $(add_kdeapps_dep artikulate)
537 - $(add_kdeapps_dep blinken)
538 - $(add_kdeapps_dep cantor)
539 - $(add_kdeapps_dep kalgebra)
540 - $(add_kdeapps_dep kalzium)
541 - $(add_kdeapps_dep kanagram)
542 - $(add_kdeapps_dep kbruch)
543 - $(add_kdeapps_dep kdeedu-data)
544 - $(add_kdeapps_dep kgeography)
545 - $(add_kdeapps_dep khangman)
546 - $(add_kdeapps_dep kig)
547 - $(add_kdeapps_dep kiten)
548 - $(add_kdeapps_dep klettres)
549 - $(add_kdeapps_dep kmplot)
550 - $(add_kdeapps_dep kqtquickcharts)
551 - $(add_kdeapps_dep kstars)
552 - $(add_kdeapps_dep ktouch)
553 - $(add_kdeapps_dep kturtle)
554 - $(add_kdeapps_dep kwordquiz)
555 - $(add_kdeapps_dep libkdeedu)
556 - $(add_kdeapps_dep libkeduvocdocument)
557 - $(add_kdeapps_dep marble '' '4.14.3')
558 - $(add_kdeapps_dep parley)
559 - $(add_kdeapps_dep rocs)
560 - $(add_kdeapps_dep step)
561 -"
562
563 diff --git a/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild b/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild
564 deleted file mode 100644
565 index d022a8e..0000000
566 --- a/kde-apps/kgeography/kgeography-15.08.3-r1.ebuild
567 +++ /dev/null
568 @@ -1,35 +0,0 @@
569 -# Copyright 1999-2016 Gentoo Foundation
570 -# Distributed under the terms of the GNU General Public License v2
571 -# $Id$
572 -
573 -EAPI=5
574 -
575 -KDE_HANDBOOK="forceoptional"
576 -inherit kde5
577 -
578 -DESCRIPTION="Geography learning tool"
579 -HOMEPAGE="https://edu.kde.org/applications/miscellaneous/kgeography
580 -https://edu.kde.org/applications/all/kgeography"
581 -KEYWORDS=" ~amd64 ~x86"
582 -IUSE=""
583 -
584 -DEPEND="
585 - $(add_frameworks_dep kconfig)
586 - $(add_frameworks_dep kconfigwidgets)
587 - $(add_frameworks_dep kcoreaddons)
588 - $(add_frameworks_dep kcrash)
589 - $(add_frameworks_dep ki18n)
590 - $(add_frameworks_dep kiconthemes)
591 - $(add_frameworks_dep kitemviews)
592 - $(add_frameworks_dep kwidgetsaddons)
593 - $(add_frameworks_dep kxmlgui)
594 - $(add_qt_dep qtgui)
595 - $(add_qt_dep qtwidgets)
596 - $(add_qt_dep qtxml)
597 -"
598 -RDEPEND="${DEPEND}"
599 -
600 -PATCHES=(
601 - "${FILESDIR}/${PN}-15.12.0-kcrash.patch"
602 - "${FILESDIR}/${PN}-15.12.0-kservice.patch"
603 -)
604
605 diff --git a/kde-apps/khangman/khangman-15.08.3.ebuild b/kde-apps/khangman/khangman-15.08.3.ebuild
606 deleted file mode 100644
607 index dfbca4e..0000000
608 --- a/kde-apps/khangman/khangman-15.08.3.ebuild
609 +++ /dev/null
610 @@ -1,36 +0,0 @@
611 -# Copyright 1999-2016 Gentoo Foundation
612 -# Distributed under the terms of the GNU General Public License v2
613 -# $Id$
614 -
615 -EAPI=5
616 -
617 -KDE_HANDBOOK="true"
618 -inherit kde5
619 -
620 -DESCRIPTION="Classical hangman game for KDE"
621 -HOMEPAGE="https://www.kde.org/applications/education/khangman
622 -https://edu.kde.org/khangman"
623 -KEYWORDS=" ~amd64 ~x86"
624 -IUSE=""
625 -
626 -DEPEND="
627 - $(add_frameworks_dep kcompletion)
628 - $(add_frameworks_dep kconfig)
629 - $(add_frameworks_dep kconfigwidgets)
630 - $(add_frameworks_dep kcoreaddons)
631 - $(add_frameworks_dep kcrash)
632 - $(add_frameworks_dep ki18n)
633 - $(add_frameworks_dep knewstuff)
634 - $(add_frameworks_dep knotifications)
635 - $(add_frameworks_dep kwidgetsaddons)
636 - $(add_frameworks_dep kxmlgui)
637 - $(add_kdeapps_dep libkeduvocdocument)
638 - $(add_qt_dep qtgui)
639 - $(add_qt_dep qtsvg)
640 - $(add_qt_dep qtwidgets)
641 - $(add_qt_dep qtxml)
642 - media-libs/phonon[qt5]
643 -"
644 -RDEPEND="${DEPEND}
645 - $(add_kdeapps_dep kdeedu-data)
646 -"
647
648 diff --git a/kde-apps/kig/kig-15.08.3.ebuild b/kde-apps/kig/kig-15.08.3.ebuild
649 deleted file mode 100644
650 index 12dab24..0000000
651 --- a/kde-apps/kig/kig-15.08.3.ebuild
652 +++ /dev/null
653 @@ -1,59 +0,0 @@
654 -# Copyright 1999-2016 Gentoo Foundation
655 -# Distributed under the terms of the GNU General Public License v2
656 -# $Id$
657 -
658 -EAPI=5
659 -
660 -KDE_HANDBOOK=true
661 -PYTHON_COMPAT=( python2_7 )
662 -inherit python-single-r1 kde5
663 -
664 -DESCRIPTION="KDE Interactive Geometry tool"
665 -HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
666 -KEYWORDS=" ~amd64 ~x86"
667 -IUSE="scripting"
668 -
669 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
670 -
671 -DEPEND="
672 - ${PYTHON_DEPS}
673 - $(add_frameworks_dep karchive)
674 - $(add_frameworks_dep kcompletion)
675 - $(add_frameworks_dep kconfig)
676 - $(add_frameworks_dep kconfigwidgets)
677 - $(add_frameworks_dep kcoreaddons)
678 - $(add_frameworks_dep ki18n)
679 - $(add_frameworks_dep kiconthemes)
680 - $(add_frameworks_dep kparts)
681 - $(add_frameworks_dep kservice)
682 - $(add_frameworks_dep kwidgetsaddons)
683 - $(add_frameworks_dep kxmlgui)
684 - $(add_qt_dep qtgui)
685 - $(add_qt_dep qtprintsupport)
686 - $(add_qt_dep qtsvg)
687 - $(add_qt_dep qtwidgets)
688 - $(add_qt_dep qtxml)
689 - scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] )
690 -"
691 -RDEPEND="${DEPEND}"
692 -
693 -PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
694 -
695 -pkg_setup() {
696 - python-single-r1_pkg_setup
697 - kde5_pkg_setup
698 -}
699 -
700 -src_prepare() {
701 - kde5_src_prepare
702 -
703 - python_fix_shebang .
704 -}
705 -
706 -src_configure() {
707 - local mycmakeargs=(
708 - $(cmake-utils_use_find_package scripting BoostPython)
709 - )
710 -
711 - kde5_src_configure
712 -}
713
714 diff --git a/kde-apps/kiten/kiten-15.08.3.ebuild b/kde-apps/kiten/kiten-15.08.3.ebuild
715 deleted file mode 100644
716 index 0703e5c..0000000
717 --- a/kde-apps/kiten/kiten-15.08.3.ebuild
718 +++ /dev/null
719 @@ -1,31 +0,0 @@
720 -# Copyright 1999-2016 Gentoo Foundation
721 -# Distributed under the terms of the GNU General Public License v2
722 -# $Id$
723 -
724 -EAPI=5
725 -
726 -KDE_HANDBOOK=true
727 -inherit kde5
728 -
729 -DESCRIPTION="KDE Japanese dictionary and reference"
730 -HOMEPAGE="https://www.kde.org/applications/education/kiten https://edu.kde.org/kiten"
731 -KEYWORDS=" ~amd64 ~x86"
732 -IUSE=""
733 -
734 -DEPEND="
735 - $(add_frameworks_dep karchive)
736 - $(add_frameworks_dep kcompletion)
737 - $(add_frameworks_dep kconfig)
738 - $(add_frameworks_dep kconfigwidgets)
739 - $(add_frameworks_dep kcoreaddons)
740 - $(add_frameworks_dep khtml)
741 - $(add_frameworks_dep ki18n)
742 - $(add_frameworks_dep kio)
743 - $(add_frameworks_dep kparts)
744 - $(add_frameworks_dep kwidgetsaddons)
745 - $(add_frameworks_dep kxmlgui)
746 - $(add_qt_dep qtdbus)
747 - $(add_qt_dep qtgui)
748 - $(add_qt_dep qtwidgets)
749 -"
750 -RDEPEND="${DEPEND}"
751
752 diff --git a/kde-apps/klettres/klettres-15.08.3.ebuild b/kde-apps/klettres/klettres-15.08.3.ebuild
753 deleted file mode 100644
754 index e6750fc..0000000
755 --- a/kde-apps/klettres/klettres-15.08.3.ebuild
756 +++ /dev/null
757 @@ -1,31 +0,0 @@
758 -# Copyright 1999-2016 Gentoo Foundation
759 -# Distributed under the terms of the GNU General Public License v2
760 -# $Id$
761 -
762 -EAPI=5
763 -
764 -KDE_HANDBOOK=true
765 -inherit kde5
766 -
767 -DESCRIPTION="Alphabet learning application"
768 -HOMEPAGE="https://www.kde.org/applications/education/klettres
769 -https://edu.kde.org/klettres"
770 -KEYWORDS=" ~amd64 ~x86"
771 -IUSE=""
772 -
773 -DEPEND="
774 - $(add_frameworks_dep kcompletion)
775 - $(add_frameworks_dep kconfig)
776 - $(add_frameworks_dep kconfigwidgets)
777 - $(add_frameworks_dep kcoreaddons)
778 - $(add_frameworks_dep ki18n)
779 - $(add_frameworks_dep knewstuff)
780 - $(add_frameworks_dep kwidgetsaddons)
781 - $(add_frameworks_dep kxmlgui)
782 - $(add_qt_dep qtgui)
783 - $(add_qt_dep qtsvg)
784 - $(add_qt_dep qtwidgets)
785 - $(add_qt_dep qtxml)
786 - media-libs/phonon[qt5]
787 -"
788 -RDEPEND="${DEPEND}"
789
790 diff --git a/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild b/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild
791 deleted file mode 100644
792 index acd0adc..0000000
793 --- a/kde-apps/klinkstatus/klinkstatus-15.08.3.ebuild
794 +++ /dev/null
795 @@ -1,37 +0,0 @@
796 -# Copyright 1999-2016 Gentoo Foundation
797 -# Distributed under the terms of the GNU General Public License v2
798 -# $Id$
799 -
800 -EAPI=5
801 -
802 -KDE_HANDBOOK="optional"
803 -KMNAME="kdewebdev"
804 -KDE_SCM="svn"
805 -inherit kde4-meta
806 -
807 -DESCRIPTION="KDE web development - link validity checker"
808 -HOMEPAGE="https://www.kde.org/applications/development/klinkstatus/"
809 -KEYWORDS=" ~amd64 ~x86"
810 -IUSE="debug tidy"
811 -
812 -DEPEND="
813 - $(add_kdeapps_dep kdepimlibs)
814 - tidy? ( app-text/htmltidy )
815 -"
816 -RDEPEND="${DEPEND}"
817 -
818 -src_configure() {
819 - local mycmakeargs=(
820 - $(cmake-utils_use_with tidy LibTidy)
821 - )
822 -
823 - kde4-meta_src_configure
824 -}
825 -
826 -pkg_postinst() {
827 - kde4-meta_pkg_postinst
828 -
829 - if ! has_version dev-lang/ruby ; then
830 - elog "To use scripting in ${PN}, install dev-lang/ruby."
831 - fi
832 -}
833
834 diff --git a/kde-apps/kmplot/kmplot-15.08.3.ebuild b/kde-apps/kmplot/kmplot-15.08.3.ebuild
835 deleted file mode 100644
836 index abf8986..0000000
837 --- a/kde-apps/kmplot/kmplot-15.08.3.ebuild
838 +++ /dev/null
839 @@ -1,35 +0,0 @@
840 -# Copyright 1999-2016 Gentoo Foundation
841 -# Distributed under the terms of the GNU General Public License v2
842 -# $Id$
843 -
844 -EAPI=5
845 -
846 -KDE_HANDBOOK="true"
847 -inherit kde5
848 -
849 -DESCRIPTION="Mathematical function plotter"
850 -HOMEPAGE="https://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot"
851 -KEYWORDS=" ~amd64 ~x86"
852 -IUSE=""
853 -
854 -RDEPEND="
855 - $(add_frameworks_dep kcompletion)
856 - $(add_frameworks_dep kconfig)
857 - $(add_frameworks_dep kconfigwidgets)
858 - $(add_frameworks_dep kcoreaddons)
859 - $(add_frameworks_dep kdelibs4support)
860 - $(add_frameworks_dep kguiaddons)
861 - $(add_frameworks_dep ki18n)
862 - $(add_frameworks_dep kparts)
863 - $(add_frameworks_dep kservice)
864 - $(add_frameworks_dep ktextwidgets)
865 - $(add_frameworks_dep kwidgetsaddons)
866 - $(add_frameworks_dep kxmlgui)
867 - $(add_qt_dep qtdbus)
868 - $(add_qt_dep qtgui)
869 - $(add_qt_dep qtprintsupport)
870 - $(add_qt_dep qtsvg)
871 - $(add_qt_dep qtwidgets)
872 - $(add_qt_dep qtxml)
873 -"
874 -DEPEND="${RDEPEND}"
875
876 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.ebuild
877 deleted file mode 100644
878 index 356bd24..0000000
879 --- a/kde-apps/kqtquickcharts/kqtquickcharts-15.08.3.ebuild
880 +++ /dev/null
881 @@ -1,14 +0,0 @@
882 -# Copyright 1999-2016 Gentoo Foundation
883 -# Distributed under the terms of the GNU General Public License v2
884 -# $Id$
885 -
886 -EAPI=5
887 -
888 -DECLARATIVE_REQUIRED="always"
889 -inherit kde4-base
890 -
891 -DESCRIPTION="Qt Quick 1 plugin for beautiful and interactive charts"
892 -KEYWORDS=" ~amd64 ~x86"
893 -IUSE="debug"
894 -
895 -RDEPEND="$(add_kdeapps_dep plasma-runtime)"
896
897 diff --git a/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild b/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild
898 deleted file mode 100644
899 index 67e2f00..0000000
900 --- a/kde-apps/kross-interpreters/kross-interpreters-15.08.3.ebuild
901 +++ /dev/null
902 @@ -1,26 +0,0 @@
903 -# Copyright 1999-2016 Gentoo Foundation
904 -# Distributed under the terms of the GNU General Public License v2
905 -# $Id$
906 -
907 -EAPI=5
908 -
909 -PYTHON_COMPAT=( python2_7 )
910 -inherit python-single-r1 kde5
911 -
912 -DESCRIPTION="Kross interpreter plugins for programming languages"
913 -KEYWORDS=" ~amd64 ~x86"
914 -IUSE=""
915 -
916 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
917 -
918 -DEPEND="${PYTHON_DEPS}
919 - $(add_frameworks_dep kross)
920 - $(add_qt_dep qtgui)
921 - $(add_qt_dep qtwidgets)
922 -"
923 -RDEPEND="${DEPEND}"
924 -
925 -pkg_setup() {
926 - python-single-r1_pkg_setup
927 - kde5_pkg_setup
928 -}
929
930 diff --git a/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch b/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch
931 deleted file mode 100644
932 index 5dce23c..0000000
933 --- a/kde-apps/kstars/files/kstars-15.04.0-use-python2-explicitly.patch
934 +++ /dev/null
935 @@ -1,11 +0,0 @@
936 ---- kstars/skycomponents/supernovaecomponent.cpp 2015-04-23 15:10:15.927651208 +0200
937 -+++ kstars/skycomponents/supernovaecomponent.cpp.new 2015-04-23 15:11:03.107647326 +0200
938 -@@ -233,7 +233,7 @@
939 - //qDebug()<<filename;
940 - m_Parser = new QProcess;
941 - connect( m_Parser, SIGNAL( finished( int, QProcess::ExitStatus ) ), this, SLOT( slotDataFileUpdateFinished( int, QProcess::ExitStatus ) ) );
942 -- m_Parser->start("python", args);
943 -+ m_Parser->start("python2", args);
944 - }
945 -
946 - void SupernovaeComponent::slotDataFileUpdateFinished( int exitCode, QProcess::ExitStatus exitStatus )
947
948 diff --git a/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch b/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch
949 deleted file mode 100644
950 index f006950..0000000
951 --- a/kde-apps/kstars/files/kstars-15.08.3-qtopengl-optional.patch
952 +++ /dev/null
953 @@ -1,20 +0,0 @@
954 -commit 3f34fb893070a66995b407b4c6cf71c3598eefd8
955 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
956 -Date: Tue Dec 1 21:51:00 2015 +0100
957 -
958 - Make Qt5OpenGL optional, currently it isn't even in use
959 -
960 -diff --git a/CMakeLists.txt b/CMakeLists.txt
961 -index e0187bb..3a241df 100644
962 ---- a/CMakeLists.txt
963 -+++ b/CMakeLists.txt
964 -@@ -16,7 +16,8 @@
965 - set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
966 - set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH})
967 -
968 --find_package(Qt5 5.2 REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg OpenGL PrintSupport Multimedia Test)
969 -+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg PrintSupport Multimedia)
970 -+find_package(Qt5OpenGL ${QT_MIN_VERSION} COMPONENTS)
971 - include(KDEInstallDirs)
972 - include(KDECompilerSettings)
973 - include(KDECMakeSettings)
974
975 diff --git a/kde-apps/kstars/kstars-15.08.3-r1.ebuild b/kde-apps/kstars/kstars-15.08.3-r1.ebuild
976 deleted file mode 100644
977 index cfa84b8..0000000
978 --- a/kde-apps/kstars/kstars-15.08.3-r1.ebuild
979 +++ /dev/null
980 @@ -1,72 +0,0 @@
981 -# Copyright 1999-2016 Gentoo Foundation
982 -# Distributed under the terms of the GNU General Public License v2
983 -# $Id$
984 -
985 -EAPI=5
986 -
987 -KDE_HANDBOOK="forceoptional"
988 -KDE_PUNT_BOGUS_DEPS="true"
989 -PYTHON_COMPAT=( python2_7 )
990 -inherit kde5 python-single-r1
991 -
992 -DESCRIPTION="Desktop Planetarium"
993 -HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
994 -KEYWORDS=" ~amd64 ~x86"
995 -IUSE="indi wcs xplanet"
996 -
997 -# TODO: AstrometryNet requires new package
998 -# FIXME: doesn't build without sci-libs/cfitsio as of 15.04.0
999 -COMMON_DEPEND="
1000 - $(add_frameworks_dep kconfig)
1001 - $(add_frameworks_dep kconfigwidgets)
1002 - $(add_frameworks_dep kcoreaddons)
1003 - $(add_frameworks_dep kdbusaddons)
1004 - $(add_frameworks_dep kguiaddons)
1005 - $(add_frameworks_dep ki18n)
1006 - $(add_frameworks_dep kiconthemes)
1007 - $(add_frameworks_dep kinit)
1008 - $(add_frameworks_dep kjobwidgets)
1009 - $(add_frameworks_dep kio)
1010 - $(add_frameworks_dep knewstuff)
1011 - $(add_frameworks_dep kplotting)
1012 - $(add_frameworks_dep ktexteditor)
1013 - $(add_frameworks_dep kwidgetsaddons)
1014 - $(add_frameworks_dep kxmlgui)
1015 - $(add_qt_dep qtdbus)
1016 - $(add_qt_dep qtdeclarative)
1017 - $(add_qt_dep qtgui)
1018 - $(add_qt_dep qtmultimedia)
1019 - $(add_qt_dep qtprintsupport)
1020 - $(add_qt_dep qtsql)
1021 - $(add_qt_dep qtsvg)
1022 - $(add_qt_dep qtwidgets)
1023 - $(add_qt_dep qtxml)
1024 - >=sci-libs/cfitsio-0.390
1025 - sys-libs/zlib
1026 - indi? ( >=sci-libs/indilib-1.0.0 )
1027 - wcs? ( sci-astronomy/wcslib )
1028 - xplanet? ( x11-misc/xplanet )
1029 -"
1030 -DEPEND="${COMMON_DEPEND}
1031 - dev-cpp/eigen:3
1032 -"
1033 -RDEPEND="${COMMON_DEPEND}
1034 - ${PYTHON_DEPS}
1035 -"
1036 -
1037 -PATCHES=(
1038 - # Regression from commit e9f1b544eda238c068fbbbbf612f291c734ea5aa
1039 - # Inspiration from https://git.reviewboard.kde.org/r/110787/
1040 - "${FILESDIR}/${PN}-15.04.0-use-python2-explicitly.patch"
1041 - "${FILESDIR}/${PN}-15.08.3-qtopengl-optional.patch"
1042 -)
1043 -
1044 -src_configure() {
1045 - local mycmakeargs=(
1046 - $(cmake-utils_use_find_package indi)
1047 - $(cmake-utils_use_find_package wcs WCSLIB)
1048 - $(cmake-utils_use_find_package xplanet Xplanet)
1049 - )
1050 -
1051 - kde5_src_configure
1052 -}
1053
1054 diff --git a/kde-apps/ktouch/ktouch-15.08.3.ebuild b/kde-apps/ktouch/ktouch-15.08.3.ebuild
1055 deleted file mode 100644
1056 index 119f995..0000000
1057 --- a/kde-apps/ktouch/ktouch-15.08.3.ebuild
1058 +++ /dev/null
1059 @@ -1,19 +0,0 @@
1060 -# Copyright 1999-2016 Gentoo Foundation
1061 -# Distributed under the terms of the GNU General Public License v2
1062 -# $Id$
1063 -
1064 -EAPI=5
1065 -
1066 -KDE_HANDBOOK="optional"
1067 -inherit kde4-base
1068 -
1069 -DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
1070 -HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch"
1071 -KEYWORDS=" ~amd64 ~x86"
1072 -IUSE="debug"
1073 -
1074 -RDEPEND="
1075 - $(add_kdeapps_dep knotify)
1076 - $(add_kdeapps_dep kqtquickcharts)
1077 - $(add_kdeapps_dep plasma-runtime)
1078 -"
1079
1080 diff --git a/kde-apps/kturtle/kturtle-15.08.3.ebuild b/kde-apps/kturtle/kturtle-15.08.3.ebuild
1081 deleted file mode 100644
1082 index 442420c..0000000
1083 --- a/kde-apps/kturtle/kturtle-15.08.3.ebuild
1084 +++ /dev/null
1085 @@ -1,31 +0,0 @@
1086 -# Copyright 1999-2016 Gentoo Foundation
1087 -# Distributed under the terms of the GNU General Public License v2
1088 -# $Id$
1089 -
1090 -EAPI=5
1091 -
1092 -KDE_HANDBOOK=true
1093 -inherit kde5
1094 -
1095 -DESCRIPTION="Educational programming environment using the Logo programming language"
1096 -HOMEPAGE="https://www.kde.org/applications/education/kturtle https://edu.kde.org/kturtle"
1097 -KEYWORDS=" ~amd64 ~x86"
1098 -IUSE=""
1099 -
1100 -DEPEND="
1101 - $(add_frameworks_dep kconfig)
1102 - $(add_frameworks_dep kconfigwidgets)
1103 - $(add_frameworks_dep kcoreaddons)
1104 - $(add_frameworks_dep kdelibs4support)
1105 - $(add_frameworks_dep ki18n)
1106 - $(add_frameworks_dep knewstuff)
1107 - $(add_frameworks_dep ktextwidgets)
1108 - $(add_frameworks_dep kwidgetsaddons)
1109 - $(add_frameworks_dep kxmlgui)
1110 - $(add_qt_dep qtdbus)
1111 - $(add_qt_dep qtgui)
1112 - $(add_qt_dep qtprintsupport)
1113 - $(add_qt_dep qtsvg)
1114 - $(add_qt_dep qtwidgets)
1115 -"
1116 -RDEPEND="${DEPEND}"
1117
1118 diff --git a/kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild b/kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild
1119 deleted file mode 100644
1120 index 872d997..0000000
1121 --- a/kde-apps/kwordquiz/kwordquiz-15.08.3.ebuild
1122 +++ /dev/null
1123 @@ -1,36 +0,0 @@
1124 -# Copyright 1999-2016 Gentoo Foundation
1125 -# Distributed under the terms of the GNU General Public License v2
1126 -# $Id$
1127 -
1128 -EAPI=5
1129 -
1130 -KDE_HANDBOOK="true"
1131 -inherit kde5
1132 -
1133 -DESCRIPTION="A powerful flashcard and vocabulary learning program"
1134 -HOMEPAGE="https://www.kde.org/applications/education/kwordquiz https://edu.kde.org/kwordquiz"
1135 -KEYWORDS=" ~amd64 ~x86"
1136 -IUSE=""
1137 -
1138 -DEPEND="
1139 - $(add_frameworks_dep kconfig)
1140 - $(add_frameworks_dep kconfigwidgets)
1141 - $(add_frameworks_dep kcrash)
1142 - $(add_frameworks_dep kdeclarative)
1143 - $(add_frameworks_dep kdelibs4support)
1144 - $(add_frameworks_dep kguiaddons)
1145 - $(add_frameworks_dep ki18n)
1146 - $(add_frameworks_dep kiconthemes)
1147 - $(add_frameworks_dep kio)
1148 - $(add_frameworks_dep kitemviews)
1149 - $(add_frameworks_dep knewstuff)
1150 - $(add_frameworks_dep knotifications)
1151 - $(add_frameworks_dep knotifyconfig)
1152 - $(add_frameworks_dep sonnet)
1153 - $(add_frameworks_dep kxmlgui)
1154 - $(add_kdeapps_dep libkeduvocdocument)
1155 - $(add_qt_dep qtprintsupport)
1156 - $(add_qt_dep qtwidgets)
1157 - media-libs/phonon[qt5]
1158 -"
1159 -RDEPEND=${DEPEND}
1160
1161 diff --git a/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild b/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild
1162 deleted file mode 100644
1163 index 80b1d38..0000000
1164 --- a/kde-apps/libkdeedu/libkdeedu-15.08.3.ebuild
1165 +++ /dev/null
1166 @@ -1,15 +0,0 @@
1167 -# Copyright 1999-2016 Gentoo Foundation
1168 -# Distributed under the terms of the GNU General Public License v2
1169 -# $Id$
1170 -
1171 -EAPI=5
1172 -
1173 -inherit kde4-base
1174 -
1175 -DESCRIPTION="Common library for KDE educational apps"
1176 -KEYWORDS=" ~amd64 ~x86"
1177 -IUSE="debug"
1178 -
1179 -# 4 of 4 tests fail. Last checked for 4.6.1. Tests are fundamentally broken,
1180 -# see bug 258857 for details.
1181 -RESTRICT=test
1182
1183 diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild
1184 deleted file mode 100644
1185 index 8c663d8..0000000
1186 --- a/kde-apps/libkeduvocdocument/libkeduvocdocument-15.08.3.ebuild
1187 +++ /dev/null
1188 @@ -1,21 +0,0 @@
1189 -# Copyright 1999-2016 Gentoo Foundation
1190 -# Distributed under the terms of the GNU General Public License v2
1191 -# $Id$
1192 -
1193 -EAPI=5
1194 -
1195 -KDE_TEST="true"
1196 -inherit kde5
1197 -
1198 -DESCRIPTION="Library for reading/writing KVTML"
1199 -KEYWORDS=" ~amd64 ~x86"
1200 -IUSE=""
1201 -
1202 -DEPEND="
1203 - $(add_frameworks_dep karchive)
1204 - $(add_frameworks_dep kcoreaddons)
1205 - $(add_frameworks_dep ki18n)
1206 - $(add_frameworks_dep kio)
1207 - $(add_qt_dep qtxml)
1208 -"
1209 -RDEPEND="${DEPEND}"
1210
1211 diff --git a/kde-apps/marble/marble-15.08.3.ebuild b/kde-apps/marble/marble-15.08.3.ebuild
1212 deleted file mode 100644
1213 index a7e3c2c..0000000
1214 --- a/kde-apps/marble/marble-15.08.3.ebuild
1215 +++ /dev/null
1216 @@ -1,74 +0,0 @@
1217 -# Copyright 1999-2016 Gentoo Foundation
1218 -# Distributed under the terms of the GNU General Public License v2
1219 -# $Id$
1220 -
1221 -EAPI=5
1222 -
1223 -KDE_HANDBOOK="true"
1224 -KDE_TEST="true"
1225 -inherit kde5
1226 -
1227 -DESCRIPTION="Generic geographical map widget"
1228 -HOMEPAGE="https://marble.kde.org/"
1229 -KEYWORDS=" ~amd64 ~x86"
1230 -
1231 -IUSE="aprs designer-plugin gps +kde phonon shapefile zip"
1232 -
1233 -# FIXME (new packages):
1234 -# libwlocate, WLAN-based geolocation
1235 -# qextserialport, interface to old fashioned serial ports
1236 -RDEPEND="
1237 - $(add_qt_dep qtconcurrent)
1238 - $(add_qt_dep qtdbus)
1239 - $(add_qt_dep qtdeclarative)
1240 - $(add_qt_dep qtgui)
1241 - $(add_qt_dep qtnetwork)
1242 - $(add_qt_dep qtopengl)
1243 - $(add_qt_dep qtprintsupport)
1244 - $(add_qt_dep qtscript)
1245 - $(add_qt_dep qtsql)
1246 - $(add_qt_dep qtsvg)
1247 - $(add_qt_dep qtwebkit)
1248 - $(add_qt_dep qtwidgets)
1249 - $(add_qt_dep qtxml)
1250 - gps? ( >=sci-geosciences/gpsd-2.95 )
1251 - kde? (
1252 - $(add_frameworks_dep kconfig)
1253 - $(add_frameworks_dep kcoreaddons)
1254 - $(add_frameworks_dep kdoctools)
1255 - $(add_frameworks_dep ki18n)
1256 - $(add_frameworks_dep kio)
1257 - $(add_frameworks_dep knewstuff)
1258 - $(add_frameworks_dep kparts)
1259 - $(add_frameworks_dep krunner)
1260 - $(add_frameworks_dep kservice)
1261 - $(add_frameworks_dep kwallet)
1262 - )
1263 - phonon? ( media-libs/phonon[qt5] )
1264 - shapefile? ( sci-libs/shapelib )
1265 - zip? ( dev-libs/quazip[qt5] )
1266 -"
1267 -DEPEND="${RDEPEND}
1268 - aprs? ( dev-lang/perl )
1269 -"
1270 -
1271 -src_prepare() {
1272 - use handbook || comment_add_subdirectory doc
1273 - kde5_src_prepare
1274 -}
1275 -
1276 -src_configure() {
1277 - local mycmakeargs=(
1278 - $(cmake-utils_use_build test MARBLE_TESTS)
1279 - $(cmake-utils_use_find_package aprs Perl)
1280 - $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN)
1281 - $(cmake-utils_use_with gps libgps)
1282 - $(cmake-utils_use_with kde KF5)
1283 - $(cmake-utils_use_with phonon)
1284 - $(cmake-utils_use_with shapefile libshp)
1285 - $(cmake-utils_use_with zip quazip)
1286 - -DWITH_QextSerialPort=OFF
1287 - -DWITH_liblocation=0
1288 - )
1289 - kde5_src_configure
1290 -}
1291
1292 diff --git a/kde-apps/parley/parley-15.08.3.ebuild b/kde-apps/parley/parley-15.08.3.ebuild
1293 deleted file mode 100644
1294 index 46a4063..0000000
1295 --- a/kde-apps/parley/parley-15.08.3.ebuild
1296 +++ /dev/null
1297 @@ -1,47 +0,0 @@
1298 -# Copyright 1999-2016 Gentoo Foundation
1299 -# Distributed under the terms of the GNU General Public License v2
1300 -# $Id$
1301 -
1302 -EAPI=5
1303 -
1304 -KDE_HANDBOOK="true"
1305 -KDE_DOC_DIR="docs"
1306 -inherit kde5
1307 -
1308 -DESCRIPTION="KDE Educational: vocabulary trainer"
1309 -HOMEPAGE="https://www.kde.org/applications/education/parley
1310 -https://edu.kde.org/applications/school/parley"
1311 -KEYWORDS=" ~amd64 ~x86"
1312 -IUSE=""
1313 -
1314 -DEPEND="
1315 - $(add_kdeapps_dep libkeduvocdocument)
1316 - $(add_frameworks_dep kcmutils)
1317 - $(add_frameworks_dep kcompletion)
1318 - $(add_frameworks_dep kconfig)
1319 - $(add_frameworks_dep kconfigwidgets)
1320 - $(add_frameworks_dep kcoreaddons)
1321 - $(add_frameworks_dep kcrash)
1322 - $(add_frameworks_dep khtml)
1323 - $(add_frameworks_dep ki18n)
1324 - $(add_frameworks_dep kio)
1325 - $(add_frameworks_dep knewstuff)
1326 - $(add_frameworks_dep knotifications)
1327 - $(add_frameworks_dep kross)
1328 - $(add_frameworks_dep kservice)
1329 - $(add_frameworks_dep ktextwidgets)
1330 - $(add_frameworks_dep kwidgetsaddons)
1331 - $(add_frameworks_dep kxmlgui)
1332 - $(add_frameworks_dep sonnet)
1333 - dev-libs/libxml2:2
1334 - dev-libs/libxslt
1335 - $(add_qt_dep qtdbus)
1336 - $(add_qt_dep qtconcurrent)
1337 - $(add_qt_dep qtgui)
1338 - $(add_qt_dep qtmultimedia)
1339 - $(add_qt_dep qtsvg)
1340 - $(add_qt_dep qtwidgets)
1341 -"
1342 -RDEPEND="${DEPEND}
1343 - $(add_kdeapps_dep kdeedu-data)
1344 -"
1345
1346 diff --git a/kde-apps/rocs/rocs-15.08.3.ebuild b/kde-apps/rocs/rocs-15.08.3.ebuild
1347 deleted file mode 100644
1348 index 94c219f..0000000
1349 --- a/kde-apps/rocs/rocs-15.08.3.ebuild
1350 +++ /dev/null
1351 @@ -1,52 +0,0 @@
1352 -# Copyright 1999-2016 Gentoo Foundation
1353 -# Distributed under the terms of the GNU General Public License v2
1354 -# $Id$
1355 -
1356 -EAPI=5
1357 -
1358 -KDE_HANDBOOK="true"
1359 -KDE_TEST="true"
1360 -inherit kde5
1361 -
1362 -DESCRIPTION="Interface to work with Graph Theory"
1363 -HOMEPAGE="https://www.kde.org/applications/education/rocs
1364 -https://edu.kde.org/applications/mathematics/rocs"
1365 -KEYWORDS=" ~amd64 ~x86"
1366 -IUSE=""
1367 -
1368 -RDEPEND="
1369 - $(add_frameworks_dep karchive)
1370 - $(add_frameworks_dep kconfig)
1371 - $(add_frameworks_dep kconfigwidgets)
1372 - $(add_frameworks_dep kcoreaddons)
1373 - $(add_frameworks_dep kdeclarative)
1374 - $(add_frameworks_dep ki18n)
1375 - $(add_frameworks_dep kitemviews)
1376 - $(add_frameworks_dep kparts)
1377 - $(add_frameworks_dep kservice)
1378 - $(add_frameworks_dep ktexteditor)
1379 - $(add_frameworks_dep ktextwidgets)
1380 - $(add_frameworks_dep kxmlgui)
1381 - dev-libs/grantlee:5
1382 - $(add_qt_dep qtconcurrent)
1383 - $(add_qt_dep qtdeclarative 'widgets')
1384 - $(add_qt_dep qtgui)
1385 - $(add_qt_dep qtscript 'scripttools')
1386 - $(add_qt_dep qtsvg)
1387 - $(add_qt_dep qtwebkit)
1388 - $(add_qt_dep qtwidgets)
1389 - $(add_qt_dep qtxml)
1390 - $(add_qt_dep qtxmlpatterns)
1391 -"
1392 -DEPEND="${RDEPEND}
1393 - >=dev-libs/boost-1.49
1394 -"
1395 -
1396 -RESTRICT=test # 1/10 tests currently fails
1397 -
1398 -src_prepare() {
1399 - # Duplicate
1400 - sed -e '/^find_package.*KF5DocTools/ s/^/#/' -i CMakeLists.txt || die
1401 -
1402 - kde5_src_prepare
1403 -}
1404
1405 diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.ebuild
1406 deleted file mode 100644
1407 index ee914e4..0000000
1408 --- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-15.08.3.ebuild
1409 +++ /dev/null
1410 @@ -1,18 +0,0 @@
1411 -# Copyright 1999-2016 Gentoo Foundation
1412 -# Distributed under the terms of the GNU General Public License v2
1413 -# $Id$
1414 -
1415 -EAPI=5
1416 -
1417 -inherit kde5
1418 -
1419 -DESCRIPTION="KWallet extension for signond"
1420 -HOMEPAGE="https://01.org/gsso/"
1421 -KEYWORDS=" ~amd64 ~x86"
1422 -LICENSE="LGPL-2.1"
1423 -
1424 -DEPEND="
1425 - $(add_frameworks_dep kwallet)
1426 - net-libs/signond
1427 -"
1428 -RDEPEND="${DEPEND}"
1429
1430 diff --git a/kde-apps/step/step-15.08.3.ebuild b/kde-apps/step/step-15.08.3.ebuild
1431 deleted file mode 100644
1432 index 248d2e3..0000000
1433 --- a/kde-apps/step/step-15.08.3.ebuild
1434 +++ /dev/null
1435 @@ -1,66 +0,0 @@
1436 -# Copyright 1999-2016 Gentoo Foundation
1437 -# Distributed under the terms of the GNU General Public License v2
1438 -# $Id$
1439 -
1440 -EAPI=5
1441 -
1442 -KDE_HANDBOOK="true"
1443 -KDE_TEST="true"
1444 -inherit kde5
1445 -
1446 -DESCRIPTION="Interactive physics simulator"
1447 -HOMEPAGE="https://edu.kde.org/step"
1448 -KEYWORDS=" ~amd64 ~x86"
1449 -IUSE="+gsl +qalculate"
1450 -
1451 -DEPEND="
1452 - $(add_frameworks_dep kcompletion)
1453 - $(add_frameworks_dep kconfig)
1454 - $(add_frameworks_dep kconfigwidgets)
1455 - $(add_frameworks_dep kcoreaddons)
1456 - $(add_frameworks_dep kdelibs4support)
1457 - $(add_frameworks_dep khtml)
1458 - $(add_frameworks_dep ki18n)
1459 - $(add_frameworks_dep kiconthemes)
1460 - $(add_frameworks_dep kio)
1461 - $(add_frameworks_dep knewstuff)
1462 - $(add_frameworks_dep kparts)
1463 - $(add_frameworks_dep kplotting)
1464 - $(add_frameworks_dep kservice)
1465 - $(add_frameworks_dep ktextwidgets)
1466 - $(add_frameworks_dep kwidgetsaddons)
1467 - $(add_frameworks_dep kxmlgui)
1468 - =dev-cpp/eigen-3.2*:3
1469 - $(add_qt_dep qtdeclarative)
1470 - $(add_qt_dep qtgui)
1471 - $(add_qt_dep qtopengl)
1472 - $(add_qt_dep qtprintsupport)
1473 - $(add_qt_dep qtsvg)
1474 - $(add_qt_dep qtwidgets)
1475 - $(add_qt_dep qtxml)
1476 - sci-libs/cln
1477 - gsl? ( >=sci-libs/gsl-1.9-r1 )
1478 - qalculate? ( >=sci-libs/libqalculate-0.9.5 )
1479 -"
1480 -RDEPEND="${DEPEND}"
1481 -
1482 -src_prepare() {
1483 - use handbook || sed -e '/^find_package.*KF5DocTools/ s/^/#/' \
1484 - -i CMakeLists.txt || die
1485 -
1486 - # Duplicate
1487 - sed -e '/^find_package.*Qt5Test/ s/^/#/' \
1488 - -i autotests/CMakeLists.txt || die
1489 - sed -e '/find_package.*Xml Test/ s/^/#/' \
1490 - -i stepcore/CMakeLists.txt || die
1491 -
1492 - kde5_src_prepare
1493 -}
1494 -
1495 -src_configure() {
1496 - local mycmakeargs=(
1497 - $(cmake-utils_use_find_package gsl)
1498 - $(cmake-utils_use_find_package qalculate)
1499 - )
1500 - kde5_src_configure
1501 -}
1502
1503 diff --git a/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch b/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch
1504 deleted file mode 100644
1505 index fd0e888..0000000
1506 --- a/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch
1507 +++ /dev/null
1508 @@ -1,24 +0,0 @@
1509 -commit 1948e771e0e54ef0dd8290ef31cb5b09ee59f1aa
1510 -Author: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
1511 -Date: Mon Dec 28 16:50:07 2015 +0100
1512 -
1513 - Remove unused header from frameworks build
1514 -
1515 -diff --git a/umbrello/main.cpp b/umbrello/main.cpp
1516 -index 80a9337..1a68163 100644
1517 ---- a/umbrello/main.cpp
1518 -+++ b/umbrello/main.cpp
1519 -@@ -26,11 +26,12 @@
1520 - #include <kconfig.h>
1521 - #include <KLocalizedString>
1522 - #include <ktip.h>
1523 --#include <kwindowsystem.h>
1524 -
1525 - #if QT_VERSION >= 0x050000
1526 - #include <QApplication>
1527 - #include <QCommandLineParser>
1528 -+#else
1529 -+#include <kwindowsystem.h>
1530 - #endif
1531 -
1532 - #include <unistd.h>
1533
1534 diff --git a/profiles/package.mask/kde-apps-15.08.3 b/profiles/package.mask/kde-apps-15.08.3
1535 deleted file mode 100644
1536 index 21f59fe..0000000
1537 --- a/profiles/package.mask/kde-apps-15.08.3
1538 +++ /dev/null
1539 @@ -1,68 +0,0 @@
1540 -# Unmasking not decided yet.
1541 -~kde-apps/akonadi-15.08.3
1542 -~kde-apps/akonadi-calendar-15.08.3
1543 -~kde-apps/akonadi-search-15.08.3
1544 -~kde-apps/analitza-15.08.3
1545 -~kde-apps/artikulate-15.08.3
1546 -~kde-apps/blinken-15.08.3
1547 -~kde-apps/cantor-15.08.3
1548 -~kde-apps/kaccounts-providers-15.08.3
1549 -~kde-apps/kalarmcal-15.08.3
1550 -~kde-apps/kalgebra-15.08.3
1551 -~kde-apps/kalzium-15.08.3
1552 -~kde-apps/kanagram-15.08.3
1553 -~kde-apps/kblog-15.08.3
1554 -~kde-apps/kbruch-15.08.3
1555 -~kde-apps/kcalcore-15.08.3
1556 -~kde-apps/kcalutils-15.08.3
1557 -~kde-apps/kcontacts-15.08.3
1558 -~kde-apps/kdeedu-data-15.08.3
1559 -~kde-apps/kdeedu-meta-15.08.3
1560 -~kde-apps/kdepim-15.08.3
1561 -~kde-apps/kdepimlibs-15.08.3
1562 -~kde-apps/kdepim-meta-15.08.3
1563 -~kde-apps/kdepim-runtime-15.08.3
1564 -~kde-apps/kgeography-15.08.3
1565 -~kde-apps/khangman-15.08.3
1566 -~kde-apps/kholidays-15.08.3
1567 -~kde-apps/kidentitymanagement-15.08.3
1568 -~kde-apps/kig-15.08.3
1569 -~kde-apps/kimap-15.08.3
1570 -~kde-apps/kiten-15.08.3
1571 -~kde-apps/kldap-15.08.3
1572 -~kde-apps/klettres-15.08.3
1573 -~kde-apps/klinkstatus-15.08.3
1574 -~kde-apps/kmailtransport-15.08.3
1575 -~kde-apps/kmbox-15.08.3
1576 -~kde-apps/kmime-15.08.3
1577 -~kde-apps/kmplot-15.08.3
1578 -~kde-apps/kolourpaint-15.08.3
1579 -~kde-apps/kontactinterface-15.08.3
1580 -~kde-apps/kpimtextedit-15.08.3
1581 -~kde-apps/kqtquickcharts-15.08.3
1582 -~kde-apps/kross-interpreters-15.08.3
1583 -~kde-apps/kstars-15.08.3
1584 -~kde-apps/ktnef-15.08.3
1585 -~kde-apps/ktouch-15.08.3
1586 -~kde-apps/ktp-accounts-kcm-15.08.3
1587 -~kde-apps/ktp-approver-15.08.3
1588 -~kde-apps/ktp-auth-handler-15.08.3
1589 -~kde-apps/ktp-common-internals-15.08.3
1590 -~kde-apps/ktp-contact-list-15.08.3
1591 -~kde-apps/ktp-contact-runner-15.08.3
1592 -~kde-apps/ktp-desktop-applets-15.08.3
1593 -~kde-apps/ktp-filetransfer-handler-15.08.3
1594 -~kde-apps/ktp-kded-module-15.08.3
1595 -~kde-apps/ktp-send-file-15.08.3
1596 -~kde-apps/ktp-text-ui-15.08.3
1597 -~kde-apps/kturtle-15.08.3
1598 -~kde-apps/kwordquiz-15.08.3
1599 -~kde-apps/libkdeedu-15.08.3
1600 -~kde-apps/libkeduvocdocument-15.08.3
1601 -~kde-apps/marble-15.08.3
1602 -~kde-apps/parley-15.08.3
1603 -~kde-apps/plasma-telepathy-meta-15.08.3
1604 -~kde-apps/rocs-15.08.3
1605 -~kde-apps/signon-kwallet-extension-15.08.3
1606 -~kde-apps/step-15.08.3
1607 -~kde-apps/syndication-15.08.3