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 8327D138334 for ; Wed, 18 Sep 2019 18:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3FD2E092C; Wed, 18 Sep 2019 18:15:21 +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 A985DE092C for ; Wed, 18 Sep 2019 18:15:21 +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 3FD0634B321 for ; Wed, 18 Sep 2019 18:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1EEE763 for ; Wed, 18 Sep 2019 18:15:18 +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: <1568830207.2b0310f3718d4325d705ced6ecc24b2c1f9862c5.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.0.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: 2b0310f3718d4325d705ced6ecc24b2c1f9862c5 X-VCS-Branch: master Date: Wed, 18 Sep 2019 18:15:18 +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: e27ef477-3f23-49d1-9c4a-922249f3439e X-Archives-Hash: debf1b6f3b0cfa732e56fdde179c5adf commit: 2b0310f3718d4325d705ced6ecc24b2c1f9862c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 18 18:09:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 18 18:10:07 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b0310f3 app-office/kmymoney: Re-add USE hbci Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 12 ++++++------ app-office/kmymoney/kmymoney-9999.ebuild | 12 ++++++------ app-office/kmymoney/metadata.xml | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index ccb82f062c..e7469b8356 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -20,14 +20,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi LICENSE="GPL-2" -IUSE="activities addressbook calendar holidays ofx quotes webkit weboob" +IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" -# hbci? ( -# >=net-libs/aqbanking-5.8.1 -# >=sys-libs/gwenhywfar-4.20.0[qt5] -# ) BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -70,6 +66,10 @@ COMMON_DEPEND=" $(add_kdeapps_dep kidentitymanagement) ) calendar? ( dev-libs/libical:= ) + hbci? ( + >=net-libs/aqbanking-5.8.2 + >=sys-libs/gwenhywfar-4.20.2[qt5] + ) holidays? ( $(add_frameworks_dep kholidays) ) ofx? ( dev-libs/libofx ) webkit? ( @@ -103,8 +103,8 @@ src_configure() { $(cmake-utils_use_find_package addressbook KF5Akonadi) $(cmake-utils_use_find_package addressbook KF5Contacts) $(cmake-utils_use_find_package addressbook KF5IdentityManagement) - -DENABLE_KBANKING=OFF -DENABLE_LIBICAL=$(usex calendar) + -DENABLE_KBANKING=$(usex hbci) $(cmake-utils_use_find_package holidays KF5Holidays) -DENABLE_OFXIMPORTER=$(usex ofx) -DENABLE_WEBENGINE=$(usex !webkit) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 9845c2b64f..caab8c9038 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -19,14 +19,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi LICENSE="GPL-2" -IUSE="activities addressbook calendar holidays ofx quotes webkit weboob" +IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" -# hbci? ( -# >=net-libs/aqbanking-5.8.1 -# >=sys-libs/gwenhywfar-4.20.0[qt5] -# ) BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -69,6 +65,10 @@ COMMON_DEPEND=" $(add_kdeapps_dep kidentitymanagement) ) calendar? ( dev-libs/libical:= ) + hbci? ( + >=net-libs/aqbanking-5.8.2 + >=sys-libs/gwenhywfar-4.20.2[qt5] + ) holidays? ( $(add_frameworks_dep kholidays) ) ofx? ( dev-libs/libofx ) webkit? ( @@ -102,8 +102,8 @@ src_configure() { $(cmake-utils_use_find_package addressbook KF5Akonadi) $(cmake-utils_use_find_package addressbook KF5Contacts) $(cmake-utils_use_find_package addressbook KF5IdentityManagement) - -DENABLE_KBANKING=OFF -DENABLE_LIBICAL=$(usex calendar) + -DENABLE_KBANKING=$(usex hbci) $(cmake-utils_use_find_package holidays KF5Holidays) -DENABLE_OFXIMPORTER=$(usex ofx) -DENABLE_WEBENGINE=$(usex !webkit) diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml index c7ea7e741e..34cd0358c5 100644 --- a/app-office/kmymoney/metadata.xml +++ b/app-office/kmymoney/metadata.xml @@ -8,6 +8,7 @@ Enable kde-frameworks/kactivities integration Enable kde-apps/akonadi contact integration + Enable HBCI support using net-libs/aqbanking Enable kde-frameworks/kholidays integration Enable Online Stock Quote retrieval Enable import of online banking transactions extracted by www-client/weboob