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/akonadi-calendar/
Date: Sun, 08 Sep 2019 16:18:54
Message-Id: 1567959436.178297b60c68e2a368ed99269372bdf1b9c370b2.asturm@gentoo
1 commit: 178297b60c68e2a368ed99269372bdf1b9c370b2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 16:15:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 16:17:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178297b6
7
8 kde-apps/akonadi-calendar: Re-add missing DEPEND
9
10 Closes: https://bugs.gentoo.org/693664
11 Package-Manager: Portage-2.3.75, Repoman-2.3.17
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../akonadi-calendar-19.08.1-r1.ebuild | 44 ++++++++++++++++++++++
15 1 file changed, 44 insertions(+)
16
17 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild
18 new file mode 100644
19 index 00000000000..da83a34cc7d
20 --- /dev/null
21 +++ b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1-r1.ebuild
22 @@ -0,0 +1,44 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +KDE_TEST="true"
29 +inherit kde5
30 +
31 +DESCRIPTION="Library for akonadi calendar integration"
32 +LICENSE="GPL-2+ LGPL-2.1+"
33 +KEYWORDS="~amd64 ~arm64 ~x86"
34 +IUSE=""
35 +
36 +DEPEND="
37 + $(add_frameworks_dep kcodecs)
38 + $(add_frameworks_dep kconfig)
39 + $(add_frameworks_dep kconfigwidgets)
40 + $(add_frameworks_dep kcoreaddons)
41 + $(add_frameworks_dep kdbusaddons)
42 + $(add_frameworks_dep ki18n)
43 + $(add_frameworks_dep kiconthemes)
44 + $(add_frameworks_dep kio)
45 + $(add_frameworks_dep kitemmodels)
46 + $(add_frameworks_dep kjobwidgets)
47 + $(add_frameworks_dep kwidgetsaddons)
48 + $(add_frameworks_dep kxmlgui)
49 + $(add_kdeapps_dep akonadi)
50 + $(add_kdeapps_dep akonadi-contacts)
51 + $(add_kdeapps_dep akonadi-mime)
52 + $(add_kdeapps_dep kcalcore)
53 + $(add_kdeapps_dep kcalutils)
54 + $(add_kdeapps_dep kidentitymanagement)
55 + $(add_kdeapps_dep kmailtransport)
56 + $(add_kdeapps_dep kmime)
57 + $(add_qt_dep qtdbus)
58 + $(add_qt_dep qtgui)
59 + $(add_qt_dep qtwidgets)
60 +"
61 +RDEPEND="${DEPEND}
62 + !kde-apps/kdepim-l10n
63 + !<kde-apps/kdepim-runtime-18.03.80
64 +"
65 +
66 +RESTRICT+=" test"