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: Fri, 26 May 2017 15:41:03
Message-Id: 1495813089.6c6011f8e3cc5aeb7465984b57fe1e83b04ce39f.asturm@gentoo
1 commit: 6c6011f8e3cc5aeb7465984b57fe1e83b04ce39f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 15:38:09 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 15:38:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6011f8
7
8 kde-apps/kdepim-runtime: Drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 .../kdepim-runtime/kdepim-runtime-17.04.1.ebuild | 79 ----------------------
13 1 file changed, 79 deletions(-)
14
15 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.04.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.04.1.ebuild
16 deleted file mode 100644
17 index 8a73323fb59..00000000000
18 --- a/kde-apps/kdepim-runtime/kdepim-runtime-17.04.1.ebuild
19 +++ /dev/null
20 @@ -1,79 +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="google"
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_qt_dep qtdbus)
73 - $(add_qt_dep qtgui)
74 - $(add_qt_dep qtnetwork)
75 - $(add_qt_dep qtwebengine 'widgets')
76 - $(add_qt_dep qtwidgets)
77 - $(add_qt_dep qtxml)
78 - dev-libs/cyrus-sasl:2
79 - dev-libs/libical:=
80 - google? ( $(add_kdeapps_dep libkgapi) )
81 -"
82 -DEPEND="${CDEPEND}
83 - $(add_qt_dep qtxmlpatterns)
84 - dev-libs/libxslt
85 -"
86 -RDEPEND="${CDEPEND}
87 - !kde-apps/kdepim-l10n
88 - $(add_frameworks_dep oxygen-icons)
89 -"
90 -
91 -RESTRICT+=" test"
92 -
93 -src_configure() {
94 - local mycmakeargs=(
95 - $(cmake-utils_use_find_package google KPimGAPI)
96 - )
97 -
98 - kde5_src_configure
99 -}