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: 1453994465.fba3afb88064a7e5cbe82610b07da5c4c70d2580.idella4@gentoo
1 commit: fba3afb88064a7e5cbe82610b07da5c4c70d2580
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 28 15:21:05 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 15:21:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba3afb8
7
8 app-shells/bash-completion: make use of epatch more consistent
9
10 Package-Manager: portage-2.2.27
11
12 app-shells/bash-completion/bash-completion-2.1-r94.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/app-shells/bash-completion/bash-completion-2.1-r94.ebuild b/app-shells/bash-completion/bash-completion-2.1-r94.ebuild
16 index 002a448..c24324e 100644
17 --- a/app-shells/bash-completion/bash-completion-2.1-r94.ebuild
18 +++ b/app-shells/bash-completion/bash-completion-2.1-r94.ebuild
19 @@ -21,11 +21,6 @@ RDEPEND=">=app-shells/bash-4.3_p30-r1
20 !app-eselect/eselect-bashcomp"
21 PDEPEND=">=app-shells/gentoo-bashcomp-20140911"
22
23 -# Bug 543100
24 -PATCHES=(
25 - "${FILESDIR}"/${P}-escape-characters.patch
26 -)
27 -
28 # Remove unwanted completions.
29 STRIP_COMPLETIONS=(
30 # Included in util-linux, bug #468544
31 @@ -41,7 +36,8 @@ STRIP_COMPLETIONS=(
32
33 src_prepare() {
34 epatch "${WORKDIR}"/bashcomp2-pre1/*.patch
35 - epatch "${PATCHES[@]}"
36 + # Bug 543100
37 + epatch "${FILESDIR}"/${P}-escape-characters.patch
38 }
39
40 src_test() { :; } # Skip testsuite because of interactive shell wrt #477066