From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-888686-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id AF4DA1382CD
	for <garchives@archives.gentoo.org>; Sat, 25 Jun 2016 18:15:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E94B6E08C7;
	Sat, 25 Jun 2016 18:15:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5E76AE08C7
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jun 2016 18:15:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6BA10340A9D
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jun 2016 18:15:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C862407
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Jun 2016 18:15:11 +0000 (UTC)
From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" <hanno@gentoo.org>
Message-ID: <1466878484.9b2da1bbc5c906e3688fa687ab11d356f8f02ed5.hanno@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/aqbanking/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/aqbanking/aqbanking-5.6.10.ebuild
X-VCS-Directories: net-libs/aqbanking/
X-VCS-Committer: hanno
X-VCS-Committer-Name: Hanno Boeck
X-VCS-Revision: 9b2da1bbc5c906e3688fa687ab11d356f8f02ed5
X-VCS-Branch: master
Date: Sat, 25 Jun 2016 18:15:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b681cd9c-dab3-4414-af31-c059eaf10744
X-Archives-Hash: 3f4d6966e5ed4c026bfd8464073aa2a0

commit:     9b2da1bbc5c906e3688fa687ab11d356f8f02ed5
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:14:44 2016 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:14:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2da1bb

net-libs/aqbanking: fix deletion of doc dir

This fixes bug #582842 and also does not try to build
the obsolete paypal backend.

Package-Manager: portage-2.3.0

 net-libs/aqbanking/aqbanking-5.6.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/aqbanking/aqbanking-5.6.10.ebuild b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
index f84bad5..b7acebf 100644
--- a/net-libs/aqbanking/aqbanking-5.6.10.ebuild
+++ b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
 
 src_configure() {
-	local backends="aqhbci aqnone aqpaypal"
+	local backends="aqhbci aqnone"
 	use ofx && backends="${backends} aqofxconnect"
 	use ebics && backends="${backends} aqebics"
 
@@ -49,7 +49,7 @@ src_configure() {
 src_install() {
 	emake DESTDIR="${D}" install
 
-	rm -rv "${ED}"/usr/share/doc/aq{banking,hbci,paypal} || die
+	rm -rv "${ED}"/usr/share/doc/ || die
 
 	dodoc AUTHORS ChangeLog NEWS README TODO