| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Gabriel Sanches <gabriel@gsr.dev>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
| |
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
| |
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
| |
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Felix Neumärker <xdch47@posteo.de>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Felix Neumärker <xdch47@posteo.de>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Felix Neumärker <xdch47@posteo.de>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
[PATCH 1/6] _eselect: php-module completion
[PATCH 2/6] _eselect: generic uses _describe instead of values
[PATCH 3/6] _ekeyword: inital completion
[PATCH 4/6] _eselect: news modules - fix order
[PATCH 5/6] _eselect: completion for rc module / rc-config
[PATCH 6/6] _eselect: repository fixes + options
Signed-off-by: Felix Neumärker <xdch47@posteo.de>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Thomas Rüd <mail@thomas-rued.com>
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
[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>
|
|
|
|
| |
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
|
|
| |
OpenRC will provide these completions starting with version 0.35.
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
|
|
|
|
| |
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
|
|
|
|
| |
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
|
|\
| |
| | |
_gentoolkit: add missing equery arg -N or --no-pipe
|
|/
|
|
| |
fix Zsh can't complete when use -N option.
|
| |
|
|
|
|
|
| |
Still need to work on completing comma separated arches for the '--arch'
option. We currently only take one arch completion.
|
|
|
|
|
|
| |
This might be combined later on with _gentoo_repos to form a _gentoo
file that accepts command args related to the completion function
requested.
|
|
|
|
|
|
| |
In order to render it in a better fashion on github. In addition, we
might add more docs or explanations later such as contributing
guidelines.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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`.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The related utility was removed from portage ~4 years ago.
|
|
|
|
|
|
|
| |
This allows multiples of the same option to be completed in certain
cases (increasing/decreasing verbosity for perl-cleaner) and fixes
several cases where arguments shouldn't stop additional arguments from
being completed.
|
| |
|
|
|
|
| |
Based off perl-cleaner-2.18 options.
|
| |
|
|
|
|
| |
Mostly based off _gcc-config.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For dependent scripts, it only requires renaming `_portdir` calls to use
`_gentoo_repos` instead, optional arguments (-o) remain the same for
now.
|
| |
|
| |
|
|\
| |
| | |
_gentoolkit: add missing equery command completions'
|
| |
| |
| |
| |
| |
| | |
* Add --limit, --from and --to in `changes`.
* Add --format|-F in `hasuse`.
|
| | |
|
| |
| |
| |
| |
| | |
Generally we keep lvalues and rvalues in consistent positions in
conditional checks even though they can be swapped around there.
|
| |
| |
| |
| | |
We should try to remain consistent in stylistic coding patterns.
|
|/
|
|
|
| |
This should probably be maintained only in one place so this isn't
necessary in the future.
|
| |
|
| |
|
|
|
|
|
| |
Also sort the commands to put them in alphabetical order that matches
the equery output.
|
|
|
|
|
|
| |
Fixes #1.
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
|
|
|
|
| |
Add support for --info-installed, --remove, and --package.
|