Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/
Date: Thu, 19 Oct 2017 22:54:44
Message-Id: 1508453642.e31507dbca1d78f3308bc89fdd86d9a9609897c6.asturm@gentoo
1 commit: e31507dbca1d78f3308bc89fdd86d9a9609897c6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 22:29:38 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 22:54:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31507db
7
8 kde-apps/kdepim-runtime: Drop 17.08.2 (r0)
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 .../kdepim-runtime/kdepim-runtime-17.08.2.ebuild | 72 ----------------------
13 1 file changed, 72 deletions(-)
14
15 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.08.2.ebuild
16 deleted file mode 100644
17 index 4bc1495fd79..00000000000
18 --- a/kde-apps/kdepim-runtime/kdepim-runtime-17.08.2.ebuild
19 +++ /dev/null
20 @@ -1,72 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_HANDBOOK="forceoptional"
27 -KDE_TEST="forceoptional"
28 -VIRTUALX_REQUIRED="test"
29 -inherit kde5
30 -
31 -DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
32 -LICENSE="GPL-2+ LGPL-2.1+"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -# TODO kolab, Qt5TextToSpeech
37 -CDEPEND="
38 - $(add_frameworks_dep kcodecs)
39 - $(add_frameworks_dep kcompletion)
40 - $(add_frameworks_dep kconfig)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep kdbusaddons)
44 - $(add_frameworks_dep kdelibs4support)
45 - $(add_frameworks_dep ki18n)
46 - $(add_frameworks_dep kio)
47 - $(add_frameworks_dep kitemmodels)
48 - $(add_frameworks_dep kjobwidgets)
49 - $(add_frameworks_dep knotifications)
50 - $(add_frameworks_dep knotifyconfig)
51 - $(add_frameworks_dep kservice)
52 - $(add_frameworks_dep ktextwidgets)
53 - $(add_frameworks_dep kwallet)
54 - $(add_frameworks_dep kwidgetsaddons)
55 - $(add_frameworks_dep kwindowsystem)
56 - $(add_frameworks_dep kxmlgui)
57 - $(add_kdeapps_dep akonadi)
58 - $(add_kdeapps_dep akonadi-calendar)
59 - $(add_kdeapps_dep akonadi-contacts)
60 - $(add_kdeapps_dep akonadi-mime)
61 - $(add_kdeapps_dep akonadi-notes)
62 - $(add_kdeapps_dep kalarmcal)
63 - $(add_kdeapps_dep kcalcore)
64 - $(add_kdeapps_dep kcalutils)
65 - $(add_kdeapps_dep kcontacts)
66 - $(add_kdeapps_dep kdav)
67 - $(add_kdeapps_dep kidentitymanagement)
68 - $(add_kdeapps_dep kimap)
69 - $(add_kdeapps_dep kmailtransport)
70 - $(add_kdeapps_dep kmbox)
71 - $(add_kdeapps_dep kmime)
72 - $(add_kdeapps_dep libkgapi)
73 - $(add_kdeapps_dep pimcommon)
74 - $(add_qt_dep qtdbus)
75 - $(add_qt_dep qtgui)
76 - $(add_qt_dep qtnetwork)
77 - $(add_qt_dep qtwebengine 'widgets')
78 - $(add_qt_dep qtwidgets)
79 - $(add_qt_dep qtxml)
80 - dev-libs/cyrus-sasl:2
81 - dev-libs/libical:=
82 -"
83 -DEPEND="${CDEPEND}
84 - $(add_qt_dep qtxmlpatterns)
85 - dev-libs/libxslt
86 -"
87 -RDEPEND="${CDEPEND}
88 - !kde-apps/kdepim-l10n
89 - $(add_frameworks_dep oxygen-icons)
90 -"
91 -
92 -RESTRICT+=" test"