]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Sun, 28 Jun 2015 16:10:43 +0000 (18:10 +0200)
committerFrank Brehm <frank@brehm-online.com>
Sun, 28 Jun 2015 16:10:43 +0000 (18:10 +0200)
bash_completion.d/base [deleted symlink]
bash_completion.d/bash-builtins [deleted symlink]
bash_completion.d/eselect [deleted symlink]
bash_completion.d/gentoo-style-init [deleted file]
bash_completion.d/git [deleted symlink]
bash_completion.d/git-prompt [deleted symlink]

diff --git a/bash_completion.d/base b/bash_completion.d/base
deleted file mode 120000 (symlink)
index 9864b2d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/bash-completion/base
\ No newline at end of file
diff --git a/bash_completion.d/bash-builtins b/bash_completion.d/bash-builtins
deleted file mode 120000 (symlink)
index 8f0dbcb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/bash-completion/bash-builtins
\ No newline at end of file
diff --git a/bash_completion.d/eselect b/bash_completion.d/eselect
deleted file mode 120000 (symlink)
index 4512d10..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../usr/share/bash-completion/eselect
\ No newline at end of file
diff --git a/bash_completion.d/gentoo-style-init b/bash_completion.d/gentoo-style-init
deleted file mode 100644 (file)
index 8545692..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Gentoo init.d completion
-#
-# $Id$
-#
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-_gentoo_style_init()
-{
-    local script="${COMP_WORDS[0]}"
-    local cur="${COMP_WORDS[$COMP_CWORD]}"
-
-    if [[ ( -f "${script}" || -h "${script}" ) && -r "${script}" ]] \
-    && [[ "${script}" != *.sh ]] \
-    && [[ "$(head -n 1 "${script}")" = "#!/sbin/runscript" ]]
-    then
-    [[ $COMP_CWORD -gt 1 ]] && return 1
-    COMPREPLY=($(opts="start stop status restart pause zap ineed needsme iuse usesme broken"; \
-            eval "$(grep '^opts=' "${script}")"; echo "${opts}"))
-    [[ -n "$COMPREPLY" ]] || COMPREPLY=(start stop restart zap)
-    COMPREPLY=($(compgen -W "${COMPREPLY[*]}" -- "${cur}"))
-    else
-    COMPREPLY=($(compgen -o default -- "${cur}"))
-    fi
-    return 0
-}
-complete -F _gentoo_style_init /etc/init.d/*
diff --git a/bash_completion.d/git b/bash_completion.d/git
deleted file mode 120000 (symlink)
index 3768409..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/bash-completion/git
\ No newline at end of file
diff --git a/bash_completion.d/git-prompt b/bash_completion.d/git-prompt
deleted file mode 120000 (symlink)
index 30cedda..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../usr/share/bash-completion/git-prompt
\ No newline at end of file