Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Tue, 13 Feb 2018 19:43:58
Message-Id: 1518550994.52bb636fd64c7100fd065f0a94482095e6d2a63e.asturm@gentoo
1 commit: 52bb636fd64c7100fd065f0a94482095e6d2a63e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 19:27:22 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 19:43:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bb636f
7
8 sys-libs/gwenhywfar: Add missing eautoreconf
9
10 Closes: https://bugs.gentoo.org/647478
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
17 index df58344a660..4c916a73918 100644
18 --- a/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
19 +++ b/sys-libs/gwenhywfar/gwenhywfar-4.19.0.ebuild
20 @@ -3,13 +3,12 @@
21
22 EAPI=6
23
24 -inherit qmake-utils
25 -
26 MY_P="${P/_beta/beta}"
27 +inherit autotools qmake-utils
28 +
29 DESCRIPTION="A multi-platform helper library for other libraries"
30 HOMEPAGE="https://www.aquamaniac.de/aqbanking/"
31 SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&release=207&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
32 -S="${WORKDIR}/${MY_P}"
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 @@ -19,7 +18,7 @@ IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit
37 REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"
38
39 # TODO: not yet required by any revdep. Switch gtk when gnucash is ported.
40 -# gtk3? ( x11-libs/gtk+:3 )
41 +# gtk3? ( x11-libs/gtk+:3 )
42 RDEPEND="
43 dev-libs/libgcrypt:0=
44 dev-libs/libgpg-error
45 @@ -65,6 +64,8 @@ DEPEND="${RDEPEND}
46 # broken upstream, reported but got no reply
47 RESTRICT="test"
48
49 +S="${WORKDIR}/${MY_P}"
50 +
51 src_prepare() {
52 disableQtModule() {
53 local module
54 @@ -81,6 +82,8 @@ src_prepare() {
55 use serialport || disableQtModule serialport
56 use test || disableQtModule testlib
57 use webkit || disableQtModule webkit webkitwidgets
58 +
59 + eautoreconf
60 }
61
62 src_configure() {