Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/
Date: Sat, 25 Jun 2016 18:15:17
Message-Id: 1466878484.9b2da1bbc5c906e3688fa687ab11d356f8f02ed5.hanno@gentoo
1 commit: 9b2da1bbc5c906e3688fa687ab11d356f8f02ed5
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 18:14:44 2016 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:14:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2da1bb
7
8 net-libs/aqbanking: fix deletion of doc dir
9
10 This fixes bug #582842 and also does not try to build
11 the obsolete paypal backend.
12
13 Package-Manager: portage-2.3.0
14
15 net-libs/aqbanking/aqbanking-5.6.10.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/aqbanking/aqbanking-5.6.10.ebuild b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
19 index f84bad5..b7acebf 100644
20 --- a/net-libs/aqbanking/aqbanking-5.6.10.ebuild
21 +++ b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
22 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
23 MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
24
25 src_configure() {
26 - local backends="aqhbci aqnone aqpaypal"
27 + local backends="aqhbci aqnone"
28 use ofx && backends="${backends} aqofxconnect"
29 use ebics && backends="${backends} aqebics"
30
31 @@ -49,7 +49,7 @@ src_configure() {
32 src_install() {
33 emake DESTDIR="${D}" install
34
35 - rm -rv "${ED}"/usr/share/doc/aq{banking,hbci,paypal} || die
36 + rm -rv "${ED}"/usr/share/doc/ || die
37
38 dodoc AUTHORS ChangeLog NEWS README TODO