summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for...Zac Medico2007-01-101-2/+2
* Don't allow slot collision nodes to block other packages since blocker valida...Zac Medico2007-01-101-1/+6
* For bug #161422, make slot collisions non-fatal in cases where an invalid dep...Zac Medico2007-01-101-26/+31
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems...Zac Medico2007-01-091-6/+8
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe...Zac Medico2007-01-051-0/+1
* Implement distlocks for --getbinpkg so that it works properly when parallel-f...Zac Medico2007-01-041-8/+20
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
* Do some small fixes to prevent slot collision nodes from interfering with the...Zac Medico2006-12-301-2/+8
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-2/+2
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
* Send stuff that's not a warning or error to stdout rather than stderr.Zac Medico2006-12-291-1/+3
* - keep things quiet when uninstallingNed Ludd2006-12-291-2/+1
* For bug #159310, don't show a slot collision notice if there are unresolvable...Zac Medico2006-12-291-4/+28
* Add some docs for the blockers cache format.Zac Medico2006-12-291-1/+9
* For bug #159161, make emerge --info show USE_EXPAND flags similar to the way ...Zac Medico2006-12-291-2/+18
* Use a pickle to cache blockers for all installed packages so that dep_check d...Zac Medico2006-12-291-6/+115
* Use a pickle to cache vdb metadata. This greatly improves the performance fo...Zac Medico2006-12-281-0/+1
* When the user has insufficient access privileges, specify whether superuser a...Zac Medico2006-12-251-7/+21
* Prevent the regen action from running in --pretend mode.Zac Medico2006-12-251-11/+8
* Show the "Calculating dependencies .. done!" message with --resume since the ...Zac Medico2006-12-231-0/+4
* Revert the default choice for --ask --unmerge (bug #158354) because people ar...Zac Medico2006-12-221-2/+1
* For bug #158649, allow --buildpkgonly to bypass the fakedb population like --...Zac Medico2006-12-221-1/+2
* Make emerge enable backward compatibility mode for dep_check() calls on insta...Zac Medico2006-12-211-9/+25
* For installed packages with invalid depstrings, tell the user the location of...Zac Medico2006-12-211-1/+5
* When a removal phase fails, tell the user where the ebuild is and advise them...Zac Medico2006-12-211-0/+21
* For bug #158558, ignore invalid depstrings for packages that are being replac...Zac Medico2006-12-201-12/+19
* For bug #158649, minimize portdb cache pulls for installed packages when --no...Zac Medico2006-12-201-19/+37
* Fix broken exception handling syntax causing strange exception reported in bu...Zac Medico2006-12-201-1/+1
* Fix the invalid dependency message so there's no confusion about which packag...Zac Medico2006-12-201-2/+3
* Give the user some advice whenever an invalid dependency string is encountered.Zac Medico2006-12-201-9/+38
* Use a separate digraph to store parent/child relationships (PDEPEND relations...Zac Medico2006-12-191-3/+14
* For bug #158508, make --fetchonly display a list of packages for which the fe...Zac Medico2006-12-191-5/+11
* For bug #158503, allow --nodeps to override blockers.Zac Medico2006-12-191-2/+5
* For bug #158354, make "No" the default response for unmerge actions.Zac Medico2006-12-181-1/+2
* Just start with an empty dict in dep_check_trees since nothing more is needed.Zac Medico2006-12-181-1/+1
* Catch PortageException from portdbapi.aux_get since it can happen when gpg is...Zac Medico2006-12-181-1/+1
* Disable the spinner when --debug is enabled so that it doesn't interfere.Zac Medico2006-12-181-0/+1
* Make depclean skip empty depstrings.Zac Medico2006-12-181-0/+3
* Do some minor cleanup of the --depclean code.Zac Medico2006-12-181-18/+10
* Add --debug support for --depclean.Zac Medico2006-12-171-0/+15
* Add a comment about the previous commit.Zac Medico2006-12-171-1/+2
* Don't optimize depgraph.altlist() in reversed mode since the optimization des...Zac Medico2006-12-171-1/+1
* In depgraph.altlist(), pop as many leaf nodes as possible when no relationshi...Zac Medico2006-12-171-1/+7
* Make dep_check validate all depstring atoms in order to prevent problems from...Zac Medico2006-12-161-0/+1
* For bug #157897, show parent nodes in order to help the user decide about wha...Zac Medico2006-12-161-7/+16
* Cache blocked slots for better efficiency.Zac Medico2006-12-141-1/+2
* Make --columns blockers output more consistent when --quiet is not enabled.Zac Medico2006-12-141-1/+1
* Remove pointless unpacking of the parent node.Zac Medico2006-12-141-1/+0