aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* drop unnecessary softtabstop setting for vimTim Harder2014-12-1910-10/+10
|
* array formatting, whitespace consistency, and other minor cleanupsTim Harder2014-12-193-62/+68
|
* _portage: add optional arguments for quickpkgTim Harder2014-12-191-5/+16
|
* move duplicated repos functionality to _gentoo_reposTim Harder2014-12-193-160/+93
| | | | | | 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-179-1354/+1355
|
* Merge pull request #2 from dset0x/equery-completionsVadim A. Misbakh-Soloviov2014-12-031-0/+3
|\ | | | | _gentoolkit: add missing equery command completions'
| * _gentoolkit: add missing equery command completions'Dimitrios Semitsoglou-Tsiapos2014-11-271-0/+3
| | | | | | | | | | | | * Add --limit, --from and --to in `changes`. * Add --format|-F in `hasuse`.
* | remove unnecessary whitespaceTim Harder2014-11-305-26/+25
| |
* | _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.
* | _portage_utils: sync portdir/reposconf changes from _gentoo_packagesTim Harder2014-11-301-32/+29
|/ | | | | This should probably be maintained only in one place so this isn't necessary in the future.
* _portage: add --keep-going as an install time argumentTim Harder2014-11-261-0/+1
|
* _portage: allow --depclean to take installed pkg argumentsTim Harder2014-11-261-2/+2
|
* _gentoolkit: update various equery command completions (bug #518512)Tim Harder2014-11-261-31/+53
| | | | | Also sort the commands to put them in alphabetical order that matches the equery output.
* _portage: fixed jobs completion (proper syntax after removing short option). ↵Vadim A. Misbakh-Soloviov2014-11-241-1/+1
| | | | | | Fixes #1. Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
* _gentoolkit: update euse option supportTim Harder2014-11-231-0/+3
| | | | Add support for --info-installed, --remove, and --package.
* _gentoolkit: fix description for euse --pruneTim Harder2014-11-231-1/+1
|
* Removed unnecessarily toggles from options, that doesn't require it. Also ↵Vadim A. Misbakh-Soloviov2014-11-241-28/+28
| | | | | | kinda fixes jobs completion Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
* move completions into src subdirTim Harder2014-11-219-0/+1788