aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shell/zsh: add initial binpkg support for completionbinpkgTim Harder2016-03-091-1/+36
* portage_conf: make repos immutable initiallyTim Harder2016-03-091-3/+3
* portage_conf: add check for invalid repo-type settingsTim Harder2016-03-092-3/+18
* config: move binpkg repo configuration into repos.confTim Harder2016-03-094-53/+75
* shell/zsh: tweak _repos() support noteTim Harder2016-03-091-2/+2
* ebuild/ebuild_src: move get_inherited()/get_repo_id() to lambda exprsTim Harder2016-03-081-8/+3
* zsh-completion: add --maintainer-needed and --eapi support for pqueryTim Harder2016-03-081-0/+2
* zsh-completion: add binpkg repo target completion to pinspect/pqueryTim Harder2016-03-081-2/+2
* restrictions/values: force the passed value to be a stringTim Harder2016-03-081-0/+1
* pquery: add --eapi to search for pkgs matching a given EAPITim Harder2016-03-081-0/+9
* restrictions/packages: various whitespace and indentation consistencyTim Harder2016-03-081-21/+15
* pquery: use more consistent func name for --maintainer-neededTim Harder2016-03-081-1/+1
* various whitespace, indentation, and docstring formatting consistencyTim Harder2016-03-087-67/+58
* pquery: add --maintainer-needed to match packages without any maintainersTim Harder2016-03-081-0/+9
* readme: change section orderingTim Harder2016-03-061-28/+28
* readme: various header changesTim Harder2016-03-061-10/+12
* move snakeoil.lists to snakeoil.sequencesTim Harder2016-03-0525-31/+29
* split_negations() was moved to snakeoil.sequencesTim Harder2016-03-053-15/+2
* ebuild/eapi: minor docstring grammar fixTim Harder2016-03-041-1/+1
* ebuild/eapi: simplify phase name prefix checkTim Harder2016-03-041-1/+1
* ebuild/eapi: add some simple docstringsTim Harder2016-03-041-0/+3
* pclean tmp: use better variable namesTim Harder2016-03-031-5/+5
* ebuild/eapi: merge get_unsupported_eapi() into get_eapi()Tim Harder2016-03-031-12/+7
* ebuild/eapi: use better variable namesTim Harder2016-03-031-8/+8
* ebuild/eapi: add support for weakly caching unknown EAPIsTim Harder2016-03-031-4/+9
* ebuild/eapi: explicitly force EAPI identifiers to be stored as stringsTim Harder2016-03-031-1/+1
* pconfig: revert pconfig describe_class error output to fix testTim Harder2016-02-291-1/+2
* scripts: use argparse error() for more error messagesTim Harder2016-02-294-7/+5
* pebuild: use argparse error() output instead of custom formatter writesTim Harder2016-02-291-13/+7
* util/commandline: don't catch SystemExit raised by argparse error()Tim Harder2016-02-292-6/+4
* shell/bin/pkgcore-sh-helper: make helper script more shell-agnosticTim Harder2016-02-291-4/+3
* zsh-completion: add comments for zstylesTim Harder2016-02-291-0/+4
* zsh-completion: add target stubs for pquery/pmergeTim Harder2016-02-291-0/+2
* zsh-completion: ebuilds first then dirs for pebuild and pmaint digestTim Harder2016-02-291-2/+4
* Fix rmdir() to cover potential errno.EEXIST on non-empty dirsMichał Górny2016-02-283-4/+16
* zsh-completion: add -a/--all for `pclean tmp`Tim Harder2016-02-281-0/+1
* pclean tmp: add -a/--all option to force wipe the entire tmpdirTim Harder2016-02-281-1/+9
* pmaint digest: don't split repo path restrictions across an or restrictTim Harder2016-02-281-5/+3
* examples: remove pclean scriptTim Harder2016-02-281-97/+0
* pclean: initial implementationTim Harder2016-02-285-2/+419
* binpkg/remote: remove old, unused write_index() methodTim Harder2016-02-281-19/+1
* shell: extract caller info into its own methodTim Harder2016-02-272-7/+18
* shell/bin/psite: exit if _pkgattr() returns an errorTim Harder2016-02-271-0/+1
* shell/bin/psite: output pkg atom when no homepage is foundTim Harder2016-02-271-1/+1
* shell/bin/psite: various error message tweaksTim Harder2016-02-272-11/+13
* pmerge: don't output the repo list on resolution failuresTim Harder2016-02-271-2/+2
* ebuild/domain: allow line continuations in various /etc/portage filesTim Harder2016-02-272-3/+5
* shell/zsh: _repo() type error message tweakTim Harder2016-02-251-4/+4
* shell/zsh: use -t instead of -r for _repo() type argsTim Harder2016-02-252-11/+11
* shell/bin/psite: help doc consistencyTim Harder2016-02-251-2/+2