summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* portdbapi: split _visible from _iter_visibleZac Medico2011-09-241-33/+35
* portdbapi: move repo loop to _iter_visibleZac Medico2011-09-241-58/+65
* pordbapi: split _iter_visible method from visibleZac Medico2011-09-241-10/+14
* portdbapi: combine gvisible and visible methodsZac Medico2011-09-241-29/+20
* portdbapi.xmatch: deprecate *match-listZac Medico2011-09-231-9/+15
* portdbapi.xmatch: fix minimum-all for multi-repoZac Medico2011-09-231-7/+16
* Fix cp_list mytree argument for match-all.Zac Medico2011-09-231-1/+1
* portdbapi.xmatch: fix match-all for multi-repoZac Medico2011-09-231-7/+19
* portdbapi.xmatch: deprecate list-visibleZac Medico2011-09-221-0/+5
* Fix Atom.with_repo() bugs.Zac Medico2011-09-221-5/+2
* Fix minimum/bestmatch-visible for multi-repo.Zac Medico2011-09-221-31/+52
* portdbapi: handle multi-repo visiblityZac Medico2011-09-221-16/+29
* Atom: add a with_repo method for adding a repoZac Medico2011-09-221-0/+12
* fetch: remove stray print for bug 383859Zac Medico2011-09-221-1/+0
* Test direct virtual circular dep for bug #384107.Zac Medico2011-09-221-0/+29
* Test || choice circular handling.Zac Medico2011-09-221-0/+32
* add install hooksBrian Harring2011-09-211-1/+2
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-211-0/+66
* Reject inconsistent backtrack parametersSebastian Luther2011-09-201-0/+43
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-191-0/+39
* Test --prune with virtual slots.Zac Medico2011-09-182-2/+15
* env_update: add more vardbapi fallback codeZac Medico2011-09-181-1/+9
* env_update: use global vardbapi as fallbackZac Medico2011-09-181-1/+7
* autounmask: Ensure a suitable parent is displayed in the dep chainSebastian Luther2011-09-181-0/+64
* ResolverPlayground: Add support for world setsSebastian Luther2011-09-181-3/+9
* depclean: don't remove new virtual slotsZac Medico2011-09-181-0/+42
* RepoConfigLoader: handle ValueError from shlexZac Medico2011-09-171-1/+8
* config: quote PORTDIR_OVERLAY paths moreZac Medico2011-09-161-2/+2
* move locking into env_update itselfBrian Harring2011-09-152-22/+25
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-143-3/+0
* doebuild: avoid redundant distfiles checksZac Medico2011-09-141-1/+1
* digestcheck: only show relevant msgs for thinZac Medico2011-09-141-9/+12
* Fix multislot handling for depclean (bug #382823)Zac Medico2011-09-141-1/+15
* Test non-empty thin manifests.Zac Medico2011-09-142-2/+33
* Handle non-existent thin manifest in tests.Zac Medico2011-09-141-3/+1
* digestcheck: remove empty/missing Manifest checksZac Medico2011-09-141-22/+0
* Remove Manifest if it is not needed.Zac Medico2011-09-141-7/+15
* Don't write empty (thin) Manifest files.Zac Medico2011-09-141-1/+4
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-09-141-1/+1
* Fix grammar in some messages.Arfrever Frehtes Taifersar Arahesis2011-09-141-2/+2
* repoman: test symlinked repo pathv2.2.0_alpha57Zac Medico2011-09-141-1/+6
* digestgen: remove duplicate 'mytree' variablesZac Medico2011-09-141-5/+0
* digestgen: handle get_repo_for_location KeyErrorZac Medico2011-09-141-1/+7
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-132-10/+11
* manifest: remove unused 'pf is None' caseZac Medico2011-09-131-2/+0
* metadata/layout.conf: "sign-manifests = false"Zac Medico2011-09-121-1/+5
* _validate_deps: pass myrepo to aux_getZac Medico2011-09-121-1/+2
* doebuild: support allow-missing and thin manifestZac Medico2011-09-121-15/+21
* Add tests for thin manifestsSebastian Luther2011-09-122-5/+57
* add layout.conf awareness of thin-manifestsBrian Harring2011-09-121-2/+9