Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Thu, 28 Jan 2016 15:37:13
Message-Id: 1453993200.d76962188c93749db38317e88e627bab59bc082b.idella4@gentoo
1 commit: d76962188c93749db38317e88e627bab59bc082b
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 28 14:41:41 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 15:00:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7696218
7
8 app-shells/bash-completion: add patch to fix bug 543100
9
10 The patch was added for 2.1-r94 in fab2a7c5536a218bd909b2c7265e9c69296316dc but not for the most recent version
11
12 Package-Manager: portage-2.2.27
13 RepoMan-Options: --force
14
15 ...n-2.1_p20141224.ebuild => bash-completion-2.1_p20141224-r1.ebuild} | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild b/app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
19 similarity index 96%
20 rename from app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild
21 rename to app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
22 index 531fd4d..95893af 100644
23 --- a/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild
24 +++ b/app-shells/bash-completion/bash-completion-2.1_p20141224-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -41,6 +41,8 @@ STRIP_COMPLETIONS=(
32
33 src_prepare() {
34 epatch "${WORKDIR}/${BASHCOMP_P}/${P}"-*.patch
35 + # Bug 543100
36 + epatch "${FILESDIR}/${PN}-2.1-escape-characters.patch"
37 }
38
39 src_test() { :; } # Skip testsuite because of interactive shell wrt #477066