summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-113-0/+26
* Allow --keep-going to continue in some cases when a runtime dependency hasZac Medico2008-11-111-2/+9
* Simplify code for cloning config instances inside Scheduler.merge().Zac Medico2008-11-111-1/+1
* Make FindPortdir() fall back to have_profile_dir() checks if it can't matchZac Medico2008-11-111-6/+20
* Derive the changelog_path variable from the new checkdir_relative variable.Zac Medico2008-11-111-6/+1
* Make FindPortdir() return (None, None, None) on failure, instead of raisingZac Medico2008-11-112-4/+3
* Inside have_profile_dir(), check for existence of profiles.desc since thatZac Medico2008-11-111-1/+1
* Update hardcoded "cvs" error messages to show the correct vcs value.Zac Medico2008-11-111-4/+9
* Fix pretend output to show git -a option when committing signed manifest.Zac Medico2008-11-111-1/+1
* Add git support. Thanks to Daniel Robbins for the initial patch.Zac Medico2008-11-111-11/+71
* Fix logic from previous commit in Scheduler._choose_pkg() to ensure thatZac Medico2008-11-111-1/+2
* When in --nodeps mode, make Scheduler._set_digraph() discard the digraph andZac Medico2008-11-111-3/+4
* Inside depgraph.loadResumeCommand(), initialize self._scheduler_graph whenZac Medico2008-11-111-0/+1
* Fix --jobs parallel scheduling to ensure that temporary simultaneousZac Medico2008-11-101-39/+35
* Revert r11839 since it's not necessarily desired to invert all uninstallZac Medico2008-11-101-4/+5
* In the LinkageMap.findConsumers() docstring, add a note about incompatibilityZac Medico2008-11-101-1/+6
* * Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messagesZac Medico2008-11-091-3/+5
* Remove unused formatter code in show_invalid_depstring_notice().Zac Medico2008-11-091-3/+0
* Make show_invalid_depstring_notice() send output to stderr via writemsg_level().Zac Medico2008-11-091-12/+5
* Inside Scheduler._reverse_uninstall_edges(), iover all nodes rather than justZac Medico2008-11-091-1/+4
* Move initialization of Scheduler._background from the constructor to theZac Medico2008-11-091-13/+32
* Add PROPERTIES=interactive support in depgraph.display() and theZac Medico2008-11-091-0/+20
* When adding parent directories to contents insideZac Medico2008-11-091-1/+1
* Handle a corner case inside dblink._add_preserve_libs_to_contents() in whichZac Medico2008-11-091-5/+14
* Update docstring for dblink._find_libs_to_preserve().Zac Medico2008-11-091-2/+2
* Inside vardbapi.removeFromContents(), automatically clear the contents cacheZac Medico2008-11-091-0/+1
* Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packagesZac Medico2008-11-091-1/+6
* Bug #245362 - Rewrite preserve-libs preservation code so that it always reliesZac Medico2008-11-091-158/+121
* Inside LinkageMap, use self._obj_key() whenever possible.Zac Medico2008-11-091-13/+6
* Fix $ROOT handlink inside display_preserved_libs().Zac Medico2008-11-081-3/+3
* With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modulesZac Medico2008-11-081-4/+1
* Handle CommandNotFound exceptions if the scanelf binary happens to be missing,Zac Medico2008-11-082-21/+51
* In LinkageMap.rebuild(), immediately raise a CommandNotFound exception ifZac Medico2008-11-071-4/+5
* Handle a potential OSError that occurs if the scanelf binary is missingZac Medico2008-11-071-14/+20
* Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key.Zac Medico2008-11-071-3/+5
* Improve the error message that's generated in LinkageMap.rebuild() for corruptZac Medico2008-11-071-5/+9
* When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT whenZac Medico2008-11-071-3/+16
* Fix LinkageMap.rebuild() so that the data from include_file overrides theZac Medico2008-11-071-12/+32
* When using the `read` builtin to split newlines in e* function arguments, useZac Medico2008-11-071-12/+12
* Combine redundant arch_map code inside LinkageMap.rebuild().Zac Medico2008-11-071-8/+4
* Swap the locations of the arch and soname keys inside LinkageMap._libs inZac Medico2008-11-071-24/+24
* Inside LinkageMap._libs, use a SlotDict to store consumers and providers,Zac Medico2008-11-071-9/+24
* Bug #245932 - Pass use_mask and use_force parameters into recursiveZac Medico2008-11-071-1/+2
* Remove the special package.keywords mask warning from bug #223447 sinceZac Medico2008-11-061-34/+4
* Bug #245661 - Never enable --complete-graph automatically since it's confusingZac Medico2008-11-061-14/+3
* In Atom.__setattr__(), include inputs in case it helps for debugging withZac Medico2008-11-061-1/+2
* Override Atom.__setattr__() to make Atom instances immutable. Thanks to BrianZac Medico2008-11-051-14/+20
* Fix broken reference to self inside unmerge().Zac Medico2008-11-041-1/+2
* Synchronize portage update/restart logic in dblink.merge() andZac Medico2008-11-042-10/+5
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-043-0/+3