summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix _show_unsatisfied_dep to pass repo to _pkg().Zac Medico2010-10-041-0/+2
* Add note about depgraph/portdbapi caching.Zac Medico2010-10-041-0/+3
* Optimize depgraph/portdbapi cache handling.Zac Medico2010-10-041-1/+8
* Skip redundant cpv_exists in _iter_match_pkgs().Zac Medico2010-10-041-2/+0
* Clarify repo code in depgraph._pkg().Zac Medico2010-10-041-3/+6
* Cache InternalPackageSet in _iter_match_pkgs().Zac Medico2010-10-041-2/+4
* Add missing myrepo keyword in findname call.Zac Medico2010-10-041-1/+1
* Add back --sync IPv4/IPv6 override support.Zac Medico2010-10-041-1/+8
* Clean up repo handling for depgraph pkg_cache.Zac Medico2010-10-043-41/+26
* Optimize slot conflict backtracking for #337178.Zac Medico2010-10-041-0/+14
* Bug #339642 - Use AF_UNSPEC for --sync addresses.Zac Medico2010-10-041-35/+40
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-041-3/+2
* Bug #339606 - Fix broken 'missed update' message.Zac Medico2010-10-031-4/+16
* Include repo info in emerge --infoSebastian Luther2010-10-031-0/+5
* Prune circular nested sets from the digraph.Zac Medico2010-10-021-1/+16
* Fix action_config() broken vardbapi.findname().Zac Medico2010-10-021-1/+1
* Use _pkg_visibility_check in _loadResumeCommand.Zac Medico2010-10-011-1/+1
* Enable depgraph._load_vdb() with --buildpkgonly.Zac Medico2010-10-011-2/+1
* Bug #339316 - Fix --resume to handle repo masks.Zac Medico2010-10-011-3/+17
* Allow missing category with depclean --exclude.Zac Medico2010-09-301-2/+2
* Simplify Task.__eq__() and __ne__().Zac Medico2010-09-301-6/+2
* Make _RepoDisplay show user_location.Zac Medico2010-09-301-2/+1
* More repository handling cleanupSebastian Luther2010-09-302-2/+2
* Fix readonly variable assignment for PORTAGE_BINPKG_TMPFILE whenZac Medico2010-09-301-0/+6
* Tweak depgraph._show_unsatisfied_dep() display for AtomArg instances.Zac Medico2010-09-291-2/+11
* search: code clean upSebastian Luther2010-09-291-19/+13
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-281-1/+19
* Add basic repo atom support for emerge --resume.Zac Medico2010-09-281-10/+20
* Fix breakage in depgraph._serialize_tasks() blocker handling dueZac Medico2010-09-271-5/+9
* Fix depgraph._pkg() to not raise PackageNotFound when myrepo is NoneZac Medico2010-09-271-1/+3
* Omit repo from mtimedb resume mergelist entries since the formatZac Medico2010-09-272-4/+18
* Fix Task.__eq__() and __ne__() to explicitly compare the resultsZac Medico2010-09-271-2/+6
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-271-4/+4
* Use realpath(repo_path_real) to avoid a ValueError inZac Medico2010-09-271-0/+1
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-261-5/+2
* reposyntax: Fix backtrace caused by cache changesSebastian Luther2010-09-261-3/+3
* reposyntax: Handle missing profiles/repo_name by setting repo_name to x-$(bas...Sebastian Luther2010-09-261-8/+8
* reposyntax: Handle the "give me a Package for an ebuild from any repo" case b...Sebastian Luther2010-09-261-7/+23
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-262-51/+65
* Fix breakage from the last commitSebastian Luther2010-09-261-1/+1
* reposyntax: Next try at fixing the package cacheSebastian Luther2010-09-262-2/+20
* reposyntax: Get the Package cache to work againSebastian Luther2010-09-261-1/+1
* Fix breakage with old style virtuals from the last commitSebastian Luther2010-09-261-10/+10
* reposyntax: Fix ignored slot spec if the same cpv is in several repos with di...Sebastian Luther2010-09-261-0/+3
* reposyntax: Add support all over the placeSebastian Luther2010-09-2614-72/+84
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-98/+267
* Revert one more change from bug #337178: parent_atoms is supposedZac Medico2010-09-261-1/+1
* Revert slot conflict behavior backtracking behavior changes fromZac Medico2010-09-261-5/+6
* Fix confusing messages shown byZac Medico2010-09-261-6/+6
* Fix BinpkgVerifier so that it doesn't try to rename the file ifZac Medico2010-09-251-1/+3