aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge Pull Request #18 (squashed)Felix Neumärker2020-02-201-14/+14
| | | | | | | | | | | [PATCH 1/6] _gentoo_repos: split functions into 2 files [PATCH 2/6] _portage: improve completion for ebuild and emaint [PATCH 3/6] _eselect: rewrite for more generic completion [PATCH 4/6] add EPREFIX support [PATCH 5/6] _eselect: multi_parts timezone completion [PATCH 6/6] _eselect: set/enable filter for lists > 10 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* _gentoo_packages: drop PORTDIR and PORTDIR_OVERLAY usageTim Harder2014-12-201-43/+49
| | | | | | | Both variables are slowly being deprecated as we move towards a more multi-repo friendly future. Also, this does various other variable naming and scope cleanup.
* _gentoo_repos: drop duplicated output functionalityTim Harder2014-12-201-5/+5
| | | | | | Also, calling _gentoo_repos with no arguments returns all configured repos instead of just the main repo. To get the path for the main repo use `_gentoo_repos -m`.
* drop unnecessary softtabstop setting for vimTim Harder2014-12-191-1/+1
|
* move duplicated repos functionality to _gentoo_reposTim Harder2014-12-191-83/+7
| | | | | | For dependent scripts, it only requires renaming `_portdir` calls to use `_gentoo_repos` instead, optional arguments (-o) remain the same for now.
* _gentoo_packages: replace backtick usage with $()Tim Harder2014-12-181-5/+5
|
* use consistent indentation (2 spaces) and add vim modelinesTim Harder2014-12-171-223/+223
|
* remove unnecessary whitespaceTim Harder2014-11-301-4/+4
|
* _gentoo_packages: more stylistic consistencyTim Harder2014-11-301-7/+7
| | | | | Generally we keep lvalues and rvalues in consistent positions in conditional checks even though they can be swapped around there.
* _gentoo_packages: remove unnecessary semicolonsTim Harder2014-11-301-25/+25
| | | | We should try to remain consistent in stylistic coding patterns.
* move completions into src subdirTim Harder2014-11-211-0/+309