aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge Pull Request #18 (squashed)Felix Neumärker2020-02-201-54/+10
| | | | | | | | | | | [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_repos: some algo rework. Probably fixes #3Vadim A. Misbakh-Soloviov2015-04-281-7/+14
| | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* _gentoo_repos: drop duplicated output functionalityTim Harder2014-12-201-22/+22
| | | | | | 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`.
* _gentoo_repos: use more apt variable namesTim Harder2014-12-201-13/+13
|
* drop unnecessary softtabstop setting for vimTim Harder2014-12-191-1/+1
|
* move duplicated repos functionality to _gentoo_reposTim Harder2014-12-191-0/+85
For dependent scripts, it only requires renaming `_portdir` calls to use `_gentoo_repos` instead, optional arguments (-o) remain the same for now.