Gentoo Development Guide
BASH-COMPLETION.ECLASS
Section: portage (5)Updated: May 2013
Index Return to Main Contents
NAME
bash-completion.eclass - An Interface for installing contributed bash-completion scriptsDESCRIPTION
Simple eclass that provides an interface for installing contributed (ie not included in bash-completion proper) bash-completion scripts.Note: this eclass has been deprecated in favor of bash-completion-r1. Please use that one instead.
FUNCTIONS
- dobashcompletion [file] [new_file]
- The first argument is the location of the bash-completion script to install, and is required if BASHCOMPFILES is not set. The second argument is the name the script will be installed as. If BASHCOMPLETION_NAME is set, it overrides the second argument. If no second argument is given and BASHCOMPLETION_NAME is not set, it will default to ${PN}.
- bash-completion_pkg_postinst
- The bash-completion pkg_postinst function, which is exported
ECLASS VARIABLES
- BASHCOMPLETION_NAME
- Install the completion script with this name (see also dobashcompletion)
- BASHCOMPFILES
- Space delimited list of files to install if dobashcompletion is called without arguments.
AUTHORS
Original author: Aaron Walker <ka0ttic@gentoo.org>
MAINTAINERS
shell-tools@gentoo.org.
REPORTING BUGS
Please report bugs via http://bugs.gentoo.org/FILES
/usr/portage/eclass/bash-completion.eclassSEE ALSO
ebuild(5)http://sources.gentoo.org/eclass/bash-completion.eclass?view=log
Index
This document was created by man2html, using the manual pages.
Time: 03:25:02 GMT, May 19, 2013