commit: ce6dc2be942347dafe7e46f30420dc793ae9a7a1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 07:55:46 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 07:55:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce6dc2be
app-office/calligraplan: Drop USE pim and its dependencies
Upstream commits:
2d3a9d3f5b199e2bbc1fe17e5b39b8060c65c298
67237b1a3198cc30c0cf8a082ef9ce5c98dd2a97
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/calligraplan/calligraplan-9999.ebuild | 12 +++---------
app-office/calligraplan/metadata.xml | 1 -
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/app-office/calligraplan/calligraplan-9999.ebuild
b/app-office/calligraplan/calligraplan-9999.ebuild
index ccdde3c374..acfd646698 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -16,13 +16,13 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then
fi
LICENSE="GPL-2"
-IUSE="activities +holidays kwallet pim X"
+IUSE="activities +holidays kwallet X"
# FIXME: Disabled by upstream for good reason
-# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940)
+# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
# $(add_kdeapps_dep akonadi)
# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled in plan
+# Currently upstream-disabled:
# =dev-libs/kproperty-3.0*:5
# =dev-libs/kreport-3.0*:5
DEPEND="
@@ -61,10 +61,6 @@ DEPEND="
$(add_frameworks_dep kwallet)
app-crypt/qca:2[qt5(+)]
)
- pim? (
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcontacts)
- )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libX11
@@ -82,8 +78,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package activities KF5Activities)
$(cmake-utils_use_find_package holidays KF5Holidays)
- $(cmake-utils_use_find_package pim KF5CalendarCore)
- $(cmake-utils_use_find_package pim KF5Contacts)
$(cmake-utils_use_find_package kwallet Qca-qt5)
$(cmake-utils_use_find_package kwallet KF5Wallet)
)
diff --git a/app-office/calligraplan/metadata.xml
b/app-office/calligraplan/metadata.xml
index a7529db60e..192aa1d0ef 100644
--- a/app-office/calligraplan/metadata.xml
+++ b/app-office/calligraplan/metadata.xml
@@ -13,6 +13,5 @@
<flag name="activities">Enable kactivities support</flag>
<flag name="holidays">Enable
<pkg>kde-frameworks/kholidays</pkg> integration</flag>
<flag name="kwallet">Enable access to encrypted OpenDocument
files with <pkg>kde-frameworks/kwallet</pkg> storage</flag>
- <flag name="pim">Enable support for KDE PIM resources
integration</flag>
</use>
</pkgmetadata>