| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow dep_check to use the global db for compatibility (fixes python-updater ... | Zac Medico | 2006-12-27 | 1 | -1/+2 |
* | Make _setitem do a deepcopy just in case. | Zac Medico | 2006-12-26 | 1 | -1/+3 |
* | For bug #148603, when an ebuild dies, print eclasses that are from overlays. ... | Zac Medico | 2006-12-25 | 1 | -0/+16 |
* | Use a SIGTERM signal to support a die call inside of a subshell. | Zac Medico | 2006-12-25 | 1 | -0/+7 |
* | Make sure that portage_group_warning() will be shown even in quiet mode. | Zac Medico | 2006-12-25 | 1 | -4/+11 |
* | When the user has insufficient access privileges, specify whether superuser a... | Zac Medico | 2006-12-25 | 1 | -7/+21 |
* | Prevent the regen action from running in --pretend mode. | Zac Medico | 2006-12-25 | 1 | -11/+8 |
* | Drop the warning messages for users that aren't in the portage group since tp... | Zac Medico | 2006-12-25 | 1 | -8/+0 |
* | Docstrings for mergeme... | Alec Warner | 2006-12-25 | 1 | -0/+26 |
* | more docstrings.. | Alec Warner | 2006-12-25 | 1 | -14/+111 |
* | Make sure that bindbapi makes EAPI correctly default to 0 in all possible cases. | Zac Medico | 2006-12-24 | 1 | -3/+3 |
* | Make bindbapi.aux_get() selectively cache metadata in order to optimize dep m... | Zac Medico | 2006-12-24 | 1 | -17/+31 |
* | Clone cached match results before returning them from portdbapi.xmatch(). Th... | Zac Medico | 2006-12-24 | 1 | -2/+2 |
* | cptot appears to be unused, punting it along with this commented out function... | Alec Warner | 2006-12-24 | 1 | -11/+0 |
* | Docstrings for doebuild | Alec Warner | 2006-12-24 | 1 | -0/+48 |
* | More code cleanup, packagetree appears to be completely unused, so lets remov... | Alec Warner | 2006-12-24 | 1 | -37/+2 |
* | Manpage fix for bug # 158983, thanks to Fabio Correa for the patch | Alec Warner | 2006-12-24 | 1 | -1/+1 |
* | For forward compatibility, make metadata_overlay pass any additional position... | Zac Medico | 2006-12-23 | 1 | -2/+5 |
* | For bug #158931, add some release notes to explain performance penalties for ... | Zac Medico | 2006-12-23 | 2 | -0/+8 |
* | move actionmap_deps out of global scope and into doebuild where it is actuall... | Alec Warner | 2006-12-23 | 1 | -15/+45 |
* | More Docstrings in portage.py | Alec Warner | 2006-12-23 | 1 | -17/+118 |
* | disable display of elapsed time for collision-protect as it's for benchmarkin... | Marius Mauch | 2006-12-23 | 1 | -1/+1 |
* | List package in summary logfile | Marius Mauch | 2006-12-23 | 1 | -2/+2 |
* | startime is set up in treewalk, so no need to do it globally... | Alec Warner | 2006-12-23 | 1 | -2/+0 |
* | Show the "Calculating dependencies .. done!" message with --resume since the ... | Zac Medico | 2006-12-23 | 1 | -0/+4 |
* | Only write repo.stats and repo.fails when the repoman user has write access t... | Zac Medico | 2006-12-23 | 1 | -12/+8 |
* | Combine two default EAPI settings in portdbapi.aux_get(). | Zac Medico | 2006-12-23 | 1 | -7/+3 |
* | Fix inverted EAPI default logic. | Zac Medico | 2006-12-23 | 1 | -1/+1 |
* | Make metadata_overlay use the autocommits attribute of the underlying database. | Zac Medico | 2006-12-23 | 1 | -1/+1 |
* | Pass a cache instance into metadata_overlay since it doesn't have enough info... | Zac Medico | 2006-12-23 | 2 | -4/+9 |
* | Add volatile cache module missing from the previous commit. | Zac Medico | 2006-12-22 | 1 | -0/+25 |
* | When an unprivileged user runs portage (not in the portage group), use metada... | Zac Medico | 2006-12-22 | 3 | -7/+19 |
* | Remove two old functions, appear to be relics from 2.0.X branch, no longer us... | Alec Warner | 2006-12-22 | 1 | -26/+0 |
* | I hate docstrings | Alec Warner | 2006-12-22 | 1 | -0/+78 |
* | Use a pipe instead of a temp file for the depend phase. | Zac Medico | 2006-12-22 | 2 | -79/+56 |
* | Revert the default choice for --ask --unmerge (bug #158354) because people ar... | Zac Medico | 2006-12-22 | 1 | -2/+1 |
* | For bug #158649, allow --buildpkgonly to bypass the fakedb population like --... | Zac Medico | 2006-12-22 | 1 | -1/+2 |
* | Fix the "help" phase so that it works without build dirs. | Zac Medico | 2006-12-22 | 2 | -2/+4 |
* | Make emerge enable backward compatibility mode for dep_check() calls on insta... | Zac Medico | 2006-12-21 | 1 | -9/+25 |
* | Create a backward compatibility mode for dep_check() so that emerge can use i... | Zac Medico | 2006-12-21 | 2 | -1/+12 |
* | Use the return value from setdefault to avoid an extra dict lookup. | Zac Medico | 2006-12-21 | 1 | -2/+1 |
* | For bug #158658, fix the 'TypeError: int argument required' that happens in t... | Zac Medico | 2006-12-21 | 1 | -1/+2 |
* | For bug #158632, make aux_get caching safe for missing values in cache entries. | Zac Medico | 2006-12-21 | 1 | -3/+4 |
* | For installed packages with invalid depstrings, tell the user the location of... | Zac Medico | 2006-12-21 | 1 | -1/+5 |
* | When a removal phase fails, tell the user where the ebuild is and advise them... | Zac Medico | 2006-12-21 | 2 | -6/+29 |
* | For bug #158558, ignore invalid depstrings for packages that are being replac... | Zac Medico | 2006-12-20 | 1 | -12/+19 |
* | More intelligently handle CacheCorruption errors in the writable cache. | Zac Medico | 2006-12-20 | 1 | -0/+4 |
* | For bug #158649, minimize portdb cache pulls for installed packages when --no... | Zac Medico | 2006-12-20 | 1 | -19/+37 |
* | Fix broken exception handling syntax causing strange exception reported in bu... | Zac Medico | 2006-12-20 | 1 | -1/+1 |
* | Fix the invalid dependency message so there's no confusion about which packag... | Zac Medico | 2006-12-20 | 1 | -2/+3 |