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 836961396D0 for ; Sun, 27 Aug 2017 09:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD4FE0E67; Sun, 27 Aug 2017 09:35:46 +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 BAFADE0E67 for ; Sun, 27 Aug 2017 09:35:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DDD7F34198B for ; Sun, 27 Aug 2017 09:35:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823EC843D for ; Sun, 27 Aug 2017 09:35:44 +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: <1503826528.705ca794554f2c7b54ddf3ff5a586c31e3b64f5b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-4.8.0-r2.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: 705ca794554f2c7b54ddf3ff5a586c31e3b64f5b X-VCS-Branch: master Date: Sun, 27 Aug 2017 09:35:44 +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-Archives-Salt: 9feb75f6-d6cc-443e-a287-ac08015a33c6 X-Archives-Hash: 365472b175e014e682f6455f28b6cbd4 commit: 705ca794554f2c7b54ddf3ff5a586c31e3b64f5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 27 08:16:03 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 27 09:35:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705ca794 app-office/kmymoney: Drop USE=pim Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild | 5 ++--- app-office/kmymoney/metadata.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild index 2c8a51c8250..b6f87338fb7 100644 --- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild +++ b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="4" KEYWORDS="amd64 x86" -IUSE="calendar debug doc hbci ofx pim quotes weboob" +IUSE="calendar debug doc hbci ofx quotes weboob" COMMON_DEPEND=" >=app-crypt/gpgme-1.7.0[cxx] @@ -34,7 +34,6 @@ COMMON_DEPEND=" >=sys-libs/gwenhywfar-4.15.3[qt4] ) ofx? ( >=dev-libs/libofx-0.9.4 ) - pim? ( $(add_kdeapps_dep kdepimlibs) ) weboob? ( www-client/weboob ) " RDEPEND="${COMMON_DEPEND} @@ -75,7 +74,7 @@ src_configure() { -DUSE_DEVELOPER_DOC=$(usex doc) -DENABLE_KBANKING=$(usex hbci) -DENABLE_LIBOFX=$(usex ofx) - $(cmake-utils_use_find_package pim KdepimLibs) + -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON -DENABLE_WEBOOB=$(usex weboob) ) kde4-base_src_configure diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml index e83740a23fa..2a46248a2be 100644 --- a/app-office/kmymoney/metadata.xml +++ b/app-office/kmymoney/metadata.xml @@ -7,7 +7,6 @@ Enable HBCI support using net-libs/aqbanking - Enable KDE PIM integration via kde-apps/kdepimlibs Enable Online Stock Quote retrieval Enable import of online banking transactions extracted by www-client/weboob