summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For bug #158931, add some release notes to explain performance penalties for ...Zac Medico2006-12-232-0/+8
* move actionmap_deps out of global scope and into doebuild where it is actuall...Alec Warner2006-12-231-15/+45
* More Docstrings in portage.pyAlec Warner2006-12-231-17/+118
* disable display of elapsed time for collision-protect as it's for benchmarkin...Marius Mauch2006-12-231-1/+1
* List package in summary logfileMarius Mauch2006-12-231-2/+2
* startime is set up in treewalk, so no need to do it globally...Alec Warner2006-12-231-2/+0
* Show the "Calculating dependencies .. done!" message with --resume since the ...Zac Medico2006-12-231-0/+4
* Only write repo.stats and repo.fails when the repoman user has write access t...Zac Medico2006-12-231-12/+8
* Combine two default EAPI settings in portdbapi.aux_get().Zac Medico2006-12-231-7/+3
* Fix inverted EAPI default logic.Zac Medico2006-12-231-1/+1
* Make metadata_overlay use the autocommits attribute of the underlying database.Zac Medico2006-12-231-1/+1
* Pass a cache instance into metadata_overlay since it doesn't have enough info...Zac Medico2006-12-232-4/+9
* Add volatile cache module missing from the previous commit.Zac Medico2006-12-221-0/+25
* When an unprivileged user runs portage (not in the portage group), use metada...Zac Medico2006-12-223-7/+19
* Remove two old functions, appear to be relics from 2.0.X branch, no longer us...Alec Warner2006-12-221-26/+0
* 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