| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Give the user some advice whenever an invalid dependency string is encountered. | Zac Medico | 2006-12-20 | 1 | -9/+38 |
* | Add missing newlines to the warning message that's printed when the user has ... | Zac Medico | 2006-12-20 | 1 | -4/+4 |
* | For bug #158608, don't attempt to use distlocks when it's detected that the f... | Zac Medico | 2006-12-20 | 1 | -17/+13 |
* | Fix an import statement typo. | Zac Medico | 2006-12-20 | 1 | -1/+1 |
* | For bug #158558, make the unmerge phase do automatic cleanup for broken vardb... | Zac Medico | 2006-12-19 | 1 | -1/+6 |
* | For bug #158558, fix broken ebuild rename logic in vardbapi.move_ent(). | Zac Medico | 2006-12-19 | 1 | -7/+11 |
* | Make binarytree.move_ent() properly update PF. | Zac Medico | 2006-12-19 | 1 | -0/+1 |
* | New elog modules for dismerging messages into a single file/mail | Marius Mauch | 2006-12-19 | 5 | -1/+77 |
* | Use a separate digraph to store parent/child relationships (PDEPEND relations... | Zac Medico | 2006-12-19 | 1 | -3/+14 |
* | Increase cache hits in portdbapi.xmatch(). | Zac Medico | 2006-12-19 | 1 | -1/+4 |
* | For bug #158508, make --fetchonly display a list of packages for which the fe... | Zac Medico | 2006-12-19 | 1 | -5/+11 |
* | For bug #158503, allow --nodeps to override blockers. | Zac Medico | 2006-12-19 | 1 | -2/+5 |
* | For bug #158354, make "No" the default response for unmerge actions. | Zac Medico | 2006-12-18 | 1 | -1/+2 |
* | Just start with an empty dict in dep_check_trees since nothing more is needed. | Zac Medico | 2006-12-18 | 1 | -1/+1 |
* | Catch PortageException from portdbapi.aux_get since it can happen when gpg is... | Zac Medico | 2006-12-18 | 1 | -1/+1 |
* | Make portdbapi cache SLOT in addition to EAPI and KEYWORDS in order to furthe... | Zac Medico | 2006-12-18 | 1 | -22/+26 |
* | Disable the spinner when --debug is enabled so that it doesn't interfere. | Zac Medico | 2006-12-18 | 1 | -0/+1 |
* | Make depclean skip empty depstrings. | Zac Medico | 2006-12-18 | 1 | -0/+3 |
* | Do some minor cleanup of the --depclean code. | Zac Medico | 2006-12-18 | 1 | -18/+10 |
* | Add --debug support for --depclean. | Zac Medico | 2006-12-17 | 1 | -0/+15 |
* | Add a comment about the previous commit. | Zac Medico | 2006-12-17 | 1 | -1/+2 |
* | Don't optimize depgraph.altlist() in reversed mode since the optimization des... | Zac Medico | 2006-12-17 | 1 | -1/+1 |
* | In depgraph.altlist(), pop as many leaf nodes as possible when no relationshi... | Zac Medico | 2006-12-17 | 1 | -1/+7 |
* | force environment.bz2 to be clobbered if it already exists | Mike Frysinger | 2006-12-17 | 1 | -1/+1 |
* | remove pointless redirects to /dev/null when using hasq() | Mike Frysinger | 2006-12-17 | 1 | -2/+2 |
* | Make use_reduce raise an InvalidDependString exception for use? conditionals ... | Zac Medico | 2006-12-16 | 2 | -21/+24 |
* | Make dep_check validate all depstring atoms in order to prevent problems from... | Zac Medico | 2006-12-16 | 2 | -0/+4 |
* | Fix global updates error handling to prevent a traceback with python-2.5 as r... | Zac Medico | 2006-12-16 | 1 | -3/+2 |
* | For bug #158177, force configure scripts that automatically detect ccache to ... | Zac Medico | 2006-12-16 | 1 | -0/+4 |
* | Make repoman cache per-profile xmatch results. | Zac Medico | 2006-12-16 | 1 | -2/+6 |
* | Split ACCEPT_KEYWORDS before entering the loop for better efficiency. | Zac Medico | 2006-12-16 | 1 | -1/+2 |
* | Make sure eapi is defined in order to prevent a NameError. | Zac Medico | 2006-12-16 | 1 | -0/+1 |
* | Cache KEYWORDS and EAPI metadata values in order to speed up portdbapi.gvisib... | Zac Medico | 2006-12-16 | 1 | -9/+15 |