summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-22 18:38:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-22 18:38:06 +0200
commitb4e721bb9179eb5db36e9246dd9bf9a5f3ab7535 (patch)
tree3befcf2543b628ed3176dcbf82cb8ed325e45808
parent497cabd7f8176df87eec89c6cba0f9ca01eea340 (diff)
downloadkde-b4e721bb9179eb5db36e9246dd9bf9a5f3ab7535.tar.gz
kde-b4e721bb9179eb5db36e9246dd9bf9a5f3ab7535.tar.bz2
kde-b4e721bb9179eb5db36e9246dd9bf9a5f3ab7535.zip
app-office/kmymoney: Disable USE hbci
Required dependencies are currently not available. Bug: https://bugs.gentoo.org/692732 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/kmymoney/kmymoney-5.0.9999.ebuild12
-rw-r--r--app-office/kmymoney/kmymoney-9999.ebuild12
-rw-r--r--app-office/kmymoney/metadata.xml1
3 files changed, 12 insertions, 13 deletions
diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild
index a546162f80a..d98917ad2d3 100644
--- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild
@@ -21,10 +21,14 @@ fi
LICENSE="GPL-2"
KEYWORDS=""
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar 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)
@@ -67,10 +71,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
- hbci? (
- >=net-libs/aqbanking-5.8.1
- >=sys-libs/gwenhywfar-4.20.0[qt5]
- )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -104,7 +104,7 @@ 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=$(usex hbci)
+ -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild
index 4359d551396..38190b2581e 100644
--- a/app-office/kmymoney/kmymoney-9999.ebuild
+++ b/app-office/kmymoney/kmymoney-9999.ebuild
@@ -20,10 +20,14 @@ fi
LICENSE="GPL-2"
KEYWORDS=""
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar 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)
@@ -66,10 +70,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
- hbci? (
- >=net-libs/aqbanking-5.8.1
- >=sys-libs/gwenhywfar-4.20.0[qt5]
- )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -103,7 +103,7 @@ 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=$(usex hbci)
+ -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 34cd0358c54..c7ea7e741e8 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -8,7 +8,6 @@
<use>
<flag name="activities">Enable <pkg>kde-frameworks/kactivities</pkg> integration</flag>
<flag name="addressbook">Enable <pkg>kde-apps/akonadi</pkg> contact integration</flag>
- <flag name="hbci">Enable HBCI support using <pkg>net-libs/aqbanking</pkg></flag>
<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
<flag name="quotes">Enable Online Stock Quote retrieval</flag>
<flag name="weboob">Enable import of online banking transactions extracted by <pkg>www-client/weboob</pkg></flag>