From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A496A138334 for ; Wed, 10 Jul 2019 10:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E47EE087D; Wed, 10 Jul 2019 10:30:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1171EE087D for ; Wed, 10 Jul 2019 10:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B0B834752C for ; Wed, 10 Jul 2019 10:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A3BD6DC for ; Wed, 10 Jul 2019 10:30:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1562745346.ce6dc2be942347dafe7e46f30420dc793ae9a7a1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligraplan/calligraplan-9999.ebuild app-office/calligraplan/metadata.xml X-VCS-Directories: app-office/calligraplan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce6dc2be942347dafe7e46f30420dc793ae9a7a1 X-VCS-Branch: master Date: Wed, 10 Jul 2019 10:30:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4dc1dfa1-e280-4df9-854f-9ea44395a16a X-Archives-Hash: 5b9da0505c437e677ba12a919f25ed0c commit: ce6dc2be942347dafe7e46f30420dc793ae9a7a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 10 07:55:46 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ Enable kactivities support Enable kde-frameworks/kholidays integration Enable access to encrypted OpenDocument files with kde-frameworks/kwallet storage - Enable support for KDE PIM resources integration