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: Sat, 17 Nov 2018 18:39:54
Message-Id: 1542479963.940efd19abf0066a2172ff4929071988faa8d4c3.asturm@gentoo
1 commit: 940efd19abf0066a2172ff4929071988faa8d4c3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 16:59:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 18:39:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940efd19
7
8 kde-apps/kdepim-runtime: Drop 18.08.3 (r0)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../kdepim-runtime/kdepim-runtime-18.08.3.ebuild | 89 ----------------------
14 1 file changed, 89 deletions(-)
15
16 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-18.08.3.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-18.08.3.ebuild
17 deleted file mode 100644
18 index 5c59662ac8d..00000000000
19 --- a/kde-apps/kdepim-runtime/kdepim-runtime-18.08.3.ebuild
20 +++ /dev/null
21 @@ -1,89 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -KDE_TEST="forceoptional"
29 -VIRTUALX_REQUIRED="test"
30 -inherit kde5
31 -
32 -DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
33 -LICENSE="GPL-2+ LGPL-2.1+"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="speech"
36 -
37 -# TODO kolab
38 -CDEPEND="
39 - $(add_frameworks_dep kcodecs)
40 - $(add_frameworks_dep kcompletion)
41 - $(add_frameworks_dep kconfig)
42 - $(add_frameworks_dep kconfigwidgets)
43 - $(add_frameworks_dep kcoreaddons)
44 - $(add_frameworks_dep kdbusaddons)
45 - $(add_frameworks_dep kholidays)
46 - $(add_frameworks_dep ki18n)
47 - $(add_frameworks_dep kio)
48 - $(add_frameworks_dep kitemmodels)
49 - $(add_frameworks_dep kjobwidgets)
50 - $(add_frameworks_dep knotifications)
51 - $(add_frameworks_dep knotifyconfig)
52 - $(add_frameworks_dep kservice)
53 - $(add_frameworks_dep ktextwidgets)
54 - $(add_frameworks_dep kwallet)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kwindowsystem)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_kdeapps_dep akonadi)
59 - $(add_kdeapps_dep akonadi-calendar)
60 - $(add_kdeapps_dep akonadi-contacts)
61 - $(add_kdeapps_dep akonadi-mime)
62 - $(add_kdeapps_dep akonadi-notes)
63 - $(add_kdeapps_dep kalarmcal)
64 - $(add_kdeapps_dep kcalcore)
65 - $(add_kdeapps_dep kcalutils)
66 - $(add_kdeapps_dep kcontacts)
67 - $(add_kdeapps_dep kdav)
68 - $(add_kdeapps_dep kidentitymanagement)
69 - $(add_kdeapps_dep kimap)
70 - $(add_kdeapps_dep kmailtransport)
71 - $(add_kdeapps_dep kmbox)
72 - $(add_kdeapps_dep kmime)
73 - $(add_kdeapps_dep libkgapi)
74 - $(add_kdeapps_dep pimcommon)
75 - $(add_qt_dep qtdbus)
76 - $(add_qt_dep qtgui)
77 - $(add_qt_dep qtnetwork)
78 - $(add_qt_dep qtwebengine 'widgets')
79 - $(add_qt_dep qtwidgets)
80 - $(add_qt_dep qtxml)
81 - dev-libs/cyrus-sasl:2
82 - dev-libs/libical:=
83 - speech? ( $(add_qt_dep qtspeech) )
84 -"
85 -DEPEND="${CDEPEND}
86 - $(add_qt_dep qtxmlpatterns)
87 - dev-libs/libxslt
88 - test? ( $(add_kdeapps_dep kimap 'test') )
89 -"
90 -RDEPEND="${CDEPEND}
91 - !kde-apps/kdepim-l10n
92 - !kde-misc/akonadi-ews
93 - $(add_frameworks_dep oxygen-icons)
94 -"
95 -
96 -RESTRICT+=" test"
97 -
98 -src_prepare() {
99 - kde5_src_prepare
100 - # We don't build kolab, so we can disable this
101 - punt_bogus_dep KF5 KDELibs4Support
102 -}
103 -
104 -src_configure() {
105 - local mycmakeargs=(
106 - $(cmake-utils_use_find_package speech Qt5TextToSpeech)
107 - )
108 -
109 - kde5_src_configure
110 -}