aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pmaint: fix get_proc_count importTim Harder2015-02-101-2/+2
* partially revert md5-cache refactoringTim Harder2015-02-092-2/+7
* config: pull sync-uri from main-repo in repos.confTim Harder2015-02-091-5/+6
* commandline: properly import global from argparse for overridden methodTim Harder2015-02-091-2/+2
* add support for set-based profile-formats settingsTim Harder2015-02-093-12/+13
* pmerge: add -b/--buildpkg optionTim Harder2015-02-092-6/+11
* config: pass argparse options dict to config methodTim Harder2015-02-083-6/+7
* pmerge: change --with-built-depends to --with-bdeps to match portageTim Harder2015-02-081-3/+3
* pmerge: remove unnecessary option defaultsTim Harder2015-02-081-5/+2
* drop unnecessary os.path import for wrapper scriptsTim Harder2015-02-082-6/+5
* config: don't fallback on loading /usr/share/portage/config/repos.confTim Harder2015-02-081-2/+0
* lint: various whitespace, indentation, and naming consistency fixesTim Harder2015-02-083-18/+18
* add initial repos.conf supportTim Harder2015-02-081-33/+96
* simplify wrapper scriptsTim Harder2015-02-072-28/+16
* util/commandline: add missing import_module importTim Harder2015-02-061-0/+1
* use importlib.import_module instead of snakeoil.modules.load_moduleTim Harder2015-02-065-12/+13
* docs: pebuild now handles ebuild path argumentsTim Harder2015-02-041-3/+0
* lint: various indentation and whitespace consistency fixesTim Harder2015-01-302-46/+64
* domain: rename atom class import to not conflict with regular varsTim Harder2015-01-301-2/+3
* domain: drop unnecessary use_expand* instance variablesTim Harder2015-01-302-5/+3
* profiles: return various make.defaults settings as frozensetsTim Harder2015-01-302-14/+14
* lint: whitespace and indentation consistencyTim Harder2015-01-304-71/+103
* profiles: simplify chained iterable attributes across profile stacksTim Harder2015-01-301-12/+3
* profiles: fix portage-2 profile support when using pinspectTim Harder2015-01-293-11/+15
* domain: MAKEOPTS defaults to CPU thread count if unsetTim Harder2015-01-291-0/+5
* domain: simplify mask filtering APITim Harder2015-01-281-5/+8
* plugin: restrict regeneration to related module location onlyTim Harder2015-01-281-80/+73
* config: demandload modules needed for load_config()Tim Harder2015-01-281-5/+10
* portage_conf: drop unncessary duplicate repo list reversalTim Harder2015-01-281-2/+2
* pinspect: rename main arg type to 'profile' instead of 'mk_profile'Tim Harder2015-01-281-2/+2
* lint: various indentation and whitespace consistency fixesTim Harder2015-01-287-237/+314
* test: workaround py34 making it harder to read an entire ptyTim Harder2015-01-271-2/+7
* remove copyright notices from otherwise empty __init__.py filesTim Harder2015-01-277-19/+0
* lint: more indentation and whitespace consistencyTim Harder2015-01-277-90/+119
* test: fix argparse related missing argument tests for py3Tim Harder2015-01-273-7/+26
* commandline: remove deprecated version parameter usage for argparseTim Harder2015-01-271-29/+3
* ebuild-daemon: handle shutdown_daemon signals during phase processingTim Harder2015-01-261-0/+3
* ebuild-daemon: exit on spurious commands during ebuild processingMarkus Oehme2015-01-261-1/+3
* ebuild/processor: remove unnecessary set_sandbox_state methodTim Harder2015-01-261-12/+1
* pmerge: shorten output formatter namesTim Harder2015-01-262-8/+8
* ebuild/processor: use logger instead of print() to output error messagesTim Harder2015-01-261-9/+6
* pplugincache: remove duplicate packages option fallbackTim Harder2015-01-261-3/+0
* pquery: sort attribute listsTim Harder2015-01-261-9/+38
* lint: various whitespace and indentation consistency fixesTim Harder2015-01-2617-219/+246
* doc: add initial pkgcore.5 man pageTim Harder2015-01-252-0/+90
* lint: various whitespace and indentation fixesTim Harder2015-01-256-62/+74
* commandline: revert upstream argparse change for subparser namespacesTim Harder2015-01-251-0/+29
* doc: fix man page include statementsTim Harder2015-01-251-2/+2
* doc: first step towards having better man pagesTim Harder2015-01-2513-108/+191
* use argparse from standard libTim Harder2015-01-254-2364/+4