Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/zsh-completion:master commit in: /
Date: Sun, 30 Mar 2014 11:00:30
Message-Id: 1396169785.ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc.radhermit@gentoo
1 commit: ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 30 08:56:25 2014 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 30 08:56:25 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=ec5d89bf
7
8 _eselect: fix minor spelling and indentation issues
9
10 ---
11 _eselect | 8 ++++----
12 1 file changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/_eselect b/_eselect
15 index c659dd5..57d11a9 100644
16 --- a/_eselect
17 +++ b/_eselect
18 @@ -34,7 +34,7 @@ _eselect_kernel () {
19 kernellist=(${${${(M)${(f)"$(eselect --color=no kernel list)"}## *}// \**/}//( \[*\] | \[*\] )/})
20 _values "available kernel version" $kernellist[@] && return 0
21 fi
22 - _values "kenrel options" $common_values \
23 + _values "kernel options" $common_values \
24 "list[List available kernel symlink targets]" \
25 "show[Show the current kernel symlink]" \
26 "set[Set a new kernel symlink target]" && return 0
27 @@ -86,7 +86,7 @@ _eselect_opengl () {
28 if (( $words[(I)(set)] )); then
29 opengllist=(${${${(M)${(f)"$(eselect --color=no opengl list)"}## *}// \**/}//( \[*\] | \[*\] )/})
30 _values -w "opengl implementations and options" $opengllist[@] \
31 - "--use-old[If an implementationis already set, use that one instead]" \
32 + "--use-old[If an implementation is already set, use that one instead]" \
33 "--prefix[Set the source prefix]:path:_files -/" \
34 "--dst-prefix[Set the destination prefix]:path:_files -/" \
35 "--impl-headers[Override global headers with ones provided by this profile]" && return 0
36 @@ -116,8 +116,8 @@ _eselect () {
37 local globopts sedcmd modnames modopts
38
39 globopts=(
40 - "--colour=no[Disable coloured output]" \
41 - "--color=no[Disable coloured output]"
42 + "--colour=no[Disable coloured output]"
43 + "--color=no[Disable coloured output]"
44 )
45 modnames=(${${${(M)${(f)"$(eselect --color=no modules list)"}## *}// */}// /})