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