Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/linkchecker/files: linkchecker-9.3-bash-completion.patch
Date: Mon, 01 Dec 2014 12:37:33
Message-Id: 20141201123730.B0A24B495@oystercatcher.gentoo.org
1 jlec 14/12/01 12:37:30
2
3 Added: linkchecker-9.3-bash-completion.patch
4 Log:
5 net-analyzer/linkchecker: Version Bump; drop USE in favour of optfeature; fix bashcompletion
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 net-analyzer/linkchecker/files/linkchecker-9.3-bash-completion.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.3-bash-completion.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/linkchecker/files/linkchecker-9.3-bash-completion.patch?rev=1.1&content-type=text/plain
14
15 Index: linkchecker-9.3-bash-completion.patch
16 ===================================================================
17 config/linkchecker-completion | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/config/linkchecker-completion b/config/linkchecker-completion
21 index 5252b3b..0ea3b21 100644
22 --- a/config/linkchecker-completion
23 +++ b/config/linkchecker-completion
24 @@ -2,7 +2,6 @@
25 # Debian Linux system. For other system read the documentation that
26 # comes with the bash-completion package.
27
28 -have linkchecker &&
29 _linkcheck() {
30 local cur prev
31
32 @@ -17,4 +16,4 @@ _linkcheck() {
33 fi
34 return 0
35 }
36 -[ "$have" ] && complete $filenames -F _linkcheck linkchecker
37 +complete $filenames -F _linkcheck linkchecker