Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: app-office/kmymoney/
Date: Mon, 30 Nov 2020 02:19:31
Message-Id: 1606699897.b463b880517142510ae64f5820208bac6cbd15ca.asturm@gentoo
1 commit: b463b880517142510ae64f5820208bac6cbd15ca
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 01:31:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 01:31:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b463b880
7
8 app-office/kmymoney: Drop IUSE=weboob
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 11 +++++------
14 app-office/kmymoney/metadata.xml | 1 -
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
18 index 34a42561..8928aa63 100644
19 --- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
20 +++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
28 LICENSE="GPL-2"
29 SLOT="4"
30 KEYWORDS="amd64 x86"
31 -IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
32 +IUSE="calendar debug doc +handbook hbci ofx quotes test"
33
34 COMMON_DEPEND="
35 >=app-crypt/gpgme-1.7.0[cxx]
36 @@ -29,10 +29,9 @@ COMMON_DEPEND="
37 calendar? ( dev-libs/libical:= )
38 hbci? (
39 >=net-libs/aqbanking-5.5.1
40 - >=sys-libs/gwenhywfar-4.15.3[qt4]
41 + >=sys-libs/gwenhywfar-4.15.3[qt4(-)]
42 )
43 ofx? ( >=dev-libs/libofx-0.9.4 )
44 - weboob? ( www-client/weboob )
45 "
46 RDEPEND="${COMMON_DEPEND}
47 kde-frameworks/oxygen-icons:*
48 @@ -95,13 +94,13 @@ src_configure() {
49
50 local mycmakeargs=(
51 -DUSE_QT_DESIGNER=OFF
52 + -DENABLE_WEBOOB=OFF
53 + -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
54 -DENABLE_LIBICAL=$(usex calendar)
55 -DUSE_DEVELOPER_DOC=$(usex doc)
56 -DENABLE_KBANKING=$(usex hbci)
57 -DENABLE_LIBOFX=$(usex ofx)
58 - -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
59 -DKDE4_BUILD_TESTS=$(usex test)
60 - -DENABLE_WEBOOB=$(usex weboob)
61 )
62 cmake-utils_src_configure
63 }
64
65 diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
66 index 007d2ac0..36bc760c 100644
67 --- a/app-office/kmymoney/metadata.xml
68 +++ b/app-office/kmymoney/metadata.xml
69 @@ -5,6 +5,5 @@
70 <use>
71 <flag name="hbci">Enable HBCI support using <pkg>net-libs/aqbanking</pkg></flag>
72 <flag name="quotes">Enable Online Stock Quote retrieval</flag>
73 - <flag name="weboob">Enable import of online banking transactions extracted by <pkg>www-client/weboob</pkg></flag>
74 </use>
75 </pkgmetadata>