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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3A4D15807B for ; Mon, 21 Oct 2024 19:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB22E09DE; Mon, 21 Oct 2024 19:07:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DE89E09E3 for ; Mon, 21 Oct 2024 19:07:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CADD134305B for ; Mon, 21 Oct 2024 19:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B12F1860 for ; Mon, 21 Oct 2024 19:07:29 +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: <1729535644.13569417edf2072ea1d6074e4ae8f5c7c74aff21.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-5.1.9999.ebuild app-office/kmymoney/kmymoney-9999.ebuild app-office/kmymoney/metadata.xml X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13569417edf2072ea1d6074e4ae8f5c7c74aff21 X-VCS-Branch: master Date: Mon, 21 Oct 2024 19:07:29 +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: d8cf72ae-38a1-420f-ab55-1e47ab038e04 X-Archives-Hash: 44c94bd849a92d71c1041caced156691 commit: 13569417edf2072ea1d6074e4ae8f5c7c74aff21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 21 18:23:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 21 18:34:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13569417 app-office/kmymoney: Disable IUSE addressbook (treecleaned deps) Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.1.9999.ebuild | 18 +++++++++--------- app-office/kmymoney/kmymoney-9999.ebuild | 18 +++++++++--------- app-office/kmymoney/metadata.xml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.1.9999.ebuild b/app-office/kmymoney/kmymoney-5.1.9999.ebuild index 1d81d132dd..dd5cb58fc2 100644 --- a/app-office/kmymoney/kmymoney-5.1.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.9999.ebuild @@ -21,9 +21,14 @@ fi LICENSE="GPL-2" SLOT="5" -IUSE="activities addressbook calendar hbci holidays" +IUSE="activities calendar hbci holidays" # addressbook [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" +# addressbook? ( +# >=kde-apps/akonadi-23.04:5 +# >=kde-apps/kidentitymanagement-23.04:5 +# >=kde-frameworks/kcontacts-${KFMIN}:5 +# ) RDEPEND=" >=app-crypt/gpgme-1.7.1-r1:=[cxx] >=app-office/libalkimia-7.0.0:= @@ -62,11 +67,6 @@ RDEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 ) - addressbook? ( - >=kde-apps/akonadi-23.04:5 - >=kde-apps/kidentitymanagement-23.04:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - ) calendar? ( dev-libs/libical:= ) hbci? ( >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -96,9 +96,9 @@ src_configure() { -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) - $(cmake_use_find_package addressbook KF5Contacts) - $(cmake_use_find_package addressbook KPim5Akonadi) - $(cmake_use_find_package addressbook KPim5IdentityManagement) + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Contacts=ON # $(usex addressbook) + -DCMAKE_DISABLE_FIND_PACKAGE_KPim5Akonadi=ON # $(usex addressbook) + -DCMAKE_DISABLE_FIND_PACKAGE_KPim5IdentityManagement=ON # $(usex addressbook) -DENABLE_LIBICAL=$(usex calendar) -DENABLE_KBANKING=$(usex hbci) $(cmake_use_find_package holidays KF5Holidays) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 3125457a3f..30ccb669cd 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -20,9 +20,14 @@ fi LICENSE="GPL-2" SLOT="5" -IUSE="activities addressbook calendar hbci holidays" +IUSE="activities calendar hbci holidays" # addressbook [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" +# addressbook? ( +# >=kde-apps/akonadi-23.04:5 +# >=kde-apps/kidentitymanagement-23.04:5 +# >=kde-frameworks/kcontacts-${KFMIN}:5 +# ) RDEPEND=" >=app-crypt/gpgme-1.7.1-r1:=[cxx] >=app-office/libalkimia-7.0.0:= @@ -59,11 +64,6 @@ RDEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/sonnet-${KFMIN}:5 activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 ) - addressbook? ( - >=kde-apps/akonadi-23.04:5 - >=kde-apps/kidentitymanagement-23.04:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - ) calendar? ( dev-libs/libical:= ) hbci? ( >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -92,9 +92,9 @@ src_configure() { -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo -DUSE_QT_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) - $(cmake_use_find_package addressbook KF5Contacts) - $(cmake_use_find_package addressbook KPim5Akonadi) - $(cmake_use_find_package addressbook KPim5IdentityManagement) + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Contacts=ON # $(usex addressbook) + -DCMAKE_DISABLE_FIND_PACKAGE_KPim5Akonadi=ON # $(usex addressbook) + -DCMAKE_DISABLE_FIND_PACKAGE_KPim5IdentityManagement=ON # $(usex addressbook) -DENABLE_LIBICAL=$(usex calendar) -DENABLE_KBANKING=$(usex hbci) $(cmake_use_find_package holidays KF5Holidays) diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml index 610446e10b..cc8d76c3a3 100644 --- a/app-office/kmymoney/metadata.xml +++ b/app-office/kmymoney/metadata.xml @@ -10,7 +10,7 @@ Enable kde-plasma/plasma-activities integration - Enable kde-apps/akonadi contact integration + Build unfinished features. DANGEROUS to set - this *will* chew up data Enable HBCI support using net-libs/aqbanking Enable kde-frameworks/kholidays integration