summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* I hate docstringsAlec Warner2006-12-221-0/+78
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-222-79/+56
* 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
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-222-2/+4
* Make emerge enable backward compatibility mode for dep_check() calls on insta...Zac Medico2006-12-211-9/+25
* Create a backward compatibility mode for dep_check() so that emerge can use i...Zac Medico2006-12-212-1/+12
* Use the return value from setdefault to avoid an extra dict lookup.Zac Medico2006-12-211-2/+1
* For bug #158658, fix the 'TypeError: int argument required' that happens in t...Zac Medico2006-12-211-1/+2
* For bug #158632, make aux_get caching safe for missing values in cache entries.Zac Medico2006-12-211-3/+4
* 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-212-6/+29
* For bug #158558, ignore invalid depstrings for packages that are being replac...Zac Medico2006-12-201-12/+19
* More intelligently handle CacheCorruption errors in the writable cache.Zac Medico2006-12-201-0/+4
* 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
* Add missing newlines to the warning message that's printed when the user has ...Zac Medico2006-12-201-4/+4
* For bug #158608, don't attempt to use distlocks when it's detected that the f...Zac Medico2006-12-201-17/+13
* Fix an import statement typo.Zac Medico2006-12-201-1/+1
* For bug #158558, make the unmerge phase do automatic cleanup for broken vardb...Zac Medico2006-12-191-1/+6
* For bug #158558, fix broken ebuild rename logic in vardbapi.move_ent().Zac Medico2006-12-191-7/+11
* Make binarytree.move_ent() properly update PF.Zac Medico2006-12-191-0/+1
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-195-1/+77
* Use a separate digraph to store parent/child relationships (PDEPEND relations...Zac Medico2006-12-191-3/+14
* Increase cache hits in portdbapi.xmatch().Zac Medico2006-12-191-1/+4
* 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
* Make portdbapi cache SLOT in addition to EAPI and KEYWORDS in order to furthe...Zac Medico2006-12-181-22/+26
* 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
* force environment.bz2 to be clobbered if it already existsMike Frysinger2006-12-171-1/+1
* remove pointless redirects to /dev/null when using hasq()Mike Frysinger2006-12-171-2/+2
* Make use_reduce raise an InvalidDependString exception for use? conditionals ...Zac Medico2006-12-162-21/+24
* Make dep_check validate all depstring atoms in order to prevent problems from...Zac Medico2006-12-162-0/+4
* Fix global updates error handling to prevent a traceback with python-2.5 as r...Zac Medico2006-12-161-3/+2
* For bug #158177, force configure scripts that automatically detect ccache to ...Zac Medico2006-12-161-0/+4
* Make repoman cache per-profile xmatch results.Zac Medico2006-12-161-2/+6
* Split ACCEPT_KEYWORDS before entering the loop for better efficiency.Zac Medico2006-12-161-1/+2
* Make sure eapi is defined in order to prevent a NameError.Zac Medico2006-12-161-0/+1
* Cache KEYWORDS and EAPI metadata values in order to speed up portdbapi.gvisib...Zac Medico2006-12-161-9/+15