aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pclean config: enable domain debug in finalize argparse methodTim Harder2017-12-191-2/+6
* pclean: use raw source repo group for building path restrictionsTim Harder2017-12-191-1/+1
* util.commandline: add defaults for popped namespace config varsTim Harder2017-12-191-3/+3
* ebuild.domain: load_property(): fix missing file fallback data implTim Harder2017-12-191-6/+6
* ebuild.domain: minor load_property() simplification for parsing_func defaultTim Harder2017-12-191-3/+1
* move cached _domain pkg attr to wrapped pkg class slotsTim Harder2017-12-193-3/+3
* ebuild.domain: make config parsing funcs into generatorsTim Harder2017-12-191-34/+37
* pclean config: move debug support into the domain classTim Harder2017-12-192-64/+49
* update GetDirProxy name to DirProxyTim Harder2017-12-185-10/+10
* use klass.GetDirProxy for correct dir() listings for classes using GetAttrProxyTim Harder2017-12-175-4/+10
* package.base: dynamic_getattr_dict: return the dynamic dict if '__dict__' att...Tim Harder2017-12-171-0/+2
* ebuild.domain: more various simplificationsTim Harder2017-12-161-40/+34
* ebuild.domain: move more of init into jit-ed attrs and propertiesTim Harder2017-12-151-69/+93
* scripts: add todo note for py3 only future workTim Harder2017-12-151-0/+1
* ebuild.domain: split and simplify load_property decoratorTim Harder2017-12-152-24/+27
* pclean config: add initial impl that just does simple reportingTim Harder2017-12-151-9/+102
* ebuild.domain: pass through full path, line, and lineno data for domain attrsTim Harder2017-12-151-13/+12
* pclean: drop unnecessary repo opts args setupTim Harder2017-12-151-7/+3
* pmerge: only show the highest match for skipped virtual pkgsTim Harder2017-12-151-2/+4
* resolver.pigeonholes: avoid some cases of slot dict key errorsTim Harder2017-12-151-2/+3
* repository.util: RepositoryGroup: allow key access across all repo aliasesTim Harder2017-12-141-1/+1
* ebuild.portage_conf: move make.conf related triggers into ebuild.triggersTim Harder2017-12-143-62/+48
* oeprations.domain: pull triggers from domain instead of passing them downTim Harder2017-12-141-8/+8
* ebuild.domain: support using cached pkg domainsTim Harder2017-12-143-5/+11
* config.domain: generate pkg domains before operationsTim Harder2017-12-142-14/+19
* ebuild.domain: move settings configuration into a methodTim Harder2017-12-141-56/+57
* pmerge: drop the final 'finished' message on pmerge exitTim Harder2017-12-141-1/+0
* pmerge: only show virtual pkgs/no changes messages under verbose modeTim Harder2017-12-141-1/+2
* pmerge: show skipped virtuals if no changes were made and virtuals existTim Harder2017-12-141-0/+9
* repository.virtual: InjectedPkg: define the remaining major attrsTim Harder2017-12-141-8/+6
* repository.virtual: RestrictionRepo: re-add non-atom restriction handling to ...Tim Harder2017-12-141-6/+10
* repository.virtual: RestrictionRepo: use virtual.tree as a parentTim Harder2017-12-141-5/+4
* pmerge: only output ebuild formatting end message if changes existTim Harder2017-12-141-1/+1
* pmerge: revert -I/--installed back to -x/--excludeTim Harder2017-12-141-6/+6
* ebuild.profiles: skip and warn on bad package.*keywords entriesTim Harder2017-12-142-13/+14
* ebuild.domain: add better error handling for bad /etc/portage/* file dataTim Harder2017-12-141-37/+61
* ebuild.profiles: output warnings for bad package.use* dataTim Harder2017-12-141-3/+8
* repository.virtual: implement stub funcs for prototype.tree functionalityTim Harder2017-12-141-1/+13
* repository.virtual: InjectedPkg: use pkg base repr()Tim Harder2017-12-141-1/+1
* repository.virtual: RestrictionRepo: initial add_restricts() implTim Harder2017-12-142-6/+17
* resolver.plan: skip virtual pkg conflicts when inserting choicesTim Harder2017-12-131-4/+7
* pmerge: rewrite skip deps impl to use a faked repoTim Harder2017-12-133-19/+12
* ebuild.restricts: VersionMatch: return false if the pkg version is nonexistentTim Harder2017-12-131-0/+3
* repository.virtual: add initial RestrictionRepo classTim Harder2017-12-131-2/+93
* pmerge: use proper installed repo groups for formatting output and --clean su...Tim Harder2017-12-131-4/+3
* pmerge: skip virtual pkgs when unmergingTim Harder2017-12-131-15/+31
* repository.util: get_virtual_repos(): mark SimpleTree objs as virtualTim Harder2017-12-131-1/+1
* repository.util: RepositoryGroup: add real/virtual propertiesTim Harder2017-12-131-0/+8
* ebuild.profiles: throw warnings for invalid package.provided entriesTim Harder2017-12-131-1/+7
* ebuild.repository: make explicit ProvidesRepo class from previous ebuild.prof...Tim Harder2017-12-132-50/+55