summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 02:31:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 02:31:37 +0100
commitb463b880517142510ae64f5820208bac6cbd15ca (patch)
treeb3f04a60c2a69bc0bb791b40ec60609f5f79c5fb /app-office/kmymoney
parentapp-office/calligra-l10n: Remanifest (diff)
downloadkde-sunset-b463b880517142510ae64f5820208bac6cbd15ca.tar.gz
kde-sunset-b463b880517142510ae64f5820208bac6cbd15ca.tar.bz2
kde-sunset-b463b880517142510ae64f5820208bac6cbd15ca.zip
app-office/kmymoney: Drop IUSE=weboob
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kmymoney')
-rw-r--r--app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild11
-rw-r--r--app-office/kmymoney/metadata.xml1
2 files changed, 5 insertions, 7 deletions
diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index 34a42561..8928aa63 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
-IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
+IUSE="calendar debug doc +handbook hbci ofx quotes test"
COMMON_DEPEND="
>=app-crypt/gpgme-1.7.0[cxx]
@@ -29,10 +29,9 @@ COMMON_DEPEND="
calendar? ( dev-libs/libical:= )
hbci? (
>=net-libs/aqbanking-5.5.1
- >=sys-libs/gwenhywfar-4.15.3[qt4]
+ >=sys-libs/gwenhywfar-4.15.3[qt4(-)]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
- weboob? ( www-client/weboob )
"
RDEPEND="${COMMON_DEPEND}
kde-frameworks/oxygen-icons:*
@@ -95,13 +94,13 @@ src_configure() {
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
+ -DENABLE_WEBOOB=OFF
+ -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DENABLE_LIBICAL=$(usex calendar)
-DUSE_DEVELOPER_DOC=$(usex doc)
-DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBOFX=$(usex ofx)
- -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DKDE4_BUILD_TESTS=$(usex test)
- -DENABLE_WEBOOB=$(usex weboob)
)
cmake-utils_src_configure
}
diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 007d2ac0..36bc760c 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -5,6 +5,5 @@
<use>
<flag name="hbci">Enable HBCI support using <pkg>net-libs/aqbanking</pkg></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>
</use>
</pkgmetadata>