aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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