| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | Zac Medico | 2007-07-15 | 1 | -2/+2 |
* | When deciding if a package is slotted inside create_world_atom(), check the v... | Zac Medico | 2007-07-15 | 1 | -8/+18 |
* | Remove unused repo_name code. | Zac Medico | 2007-07-14 | 1 | -6/+0 |
* | Use sys.stdout instead of print to avoid an extra newline. | Zac Medico | 2007-07-14 | 1 | -1/+1 |
* | Encapsulate the repo display code in a class. | Zac Medico | 2007-07-14 | 1 | -51/+64 |
* | Always show PORTDIR with index 0 in the repo display. | Zac Medico | 2007-07-14 | 1 | -0/+7 |
* | Make the repo display work for overlays that don't define repo_name (like it ... | Zac Medico | 2007-07-14 | 1 | -12/+15 |
* | For bug #185278, make the verbose flag display show masked/forced flag status... | Zac Medico | 2007-07-14 | 1 | -4/+2 |
* | PDEPEND is now installed as soon as possible so that it behaves more like RDE... | Zac Medico | 2007-07-14 | 1 | -0/+3 |
* | Fix it so that the 'repository could not be determined' message is shown when... | Zac Medico | 2007-07-14 | 1 | -4/+4 |
* | Misc fixes for verbose repo output: | Zac Medico | 2007-07-14 | 1 | -47/+76 |
* | Save the repo name along with the other metadata inside dyn_compile() so that... | Zac Medico | 2007-07-13 | 3 | -15/+11 |
* | Use os.path.realpath(portdir) for comparison of repo paths. (branchs/prefix r... | Zac Medico | 2007-07-13 | 1 | -1/+1 |
* | Add "reset" to the list of attributes. | Zac Medico | 2007-07-12 | 2 | -1/+4 |
* | Fix the case where the currently installed package is from a repo that is no ... | Zac Medico | 2007-07-12 | 1 | -1/+1 |
* | Make depgraph._reinstall_for_flags() always return all revelant flags. | Zac Medico | 2007-07-12 | 1 | -4/+2 |
* | For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ar... | Zac Medico | 2007-07-12 | 1 | -16/+48 |
* | Use set.discard() instead of remove() to avoid a potential KeyError. | Zac Medico | 2007-07-11 | 1 | -2/+2 |
* | Fix typo. | Zac Medico | 2007-07-11 | 1 | -1/+1 |
* | Fix another case similar to bug #184806 that can occur with --onlydeps. | Zac Medico | 2007-07-11 | 1 | -2/+4 |
* | Fix typo. | Zac Medico | 2007-07-11 | 1 | -1/+0 |
* | For bug #184687, skip the huge --depclean warning when --quiet mode is enabled. | Zac Medico | 2007-07-11 | 1 | -17/+21 |
* | For bug #184679, handle ENOTDIR by finding the non-directory parent and testi... | Zac Medico | 2007-07-11 | 1 | -4/+29 |
* | For bug #184843, allow USE_EXPAND variables to pass through if none of their ... | Zac Medico | 2007-07-10 | 1 | -22/+37 |
* | For bug #184604, make env-update write $ in front of quoted values when appro... | Zac Medico | 2007-07-10 | 1 | -2/+6 |
* | For bug #184806, account for the fact the metadata is not cached for slot_col... | Zac Medico | 2007-07-10 | 1 | -4/+10 |
* | Remove the repo_name warning in the portdbapi constructor since we don't want... | Zac Medico | 2007-07-09 | 1 | -2/+3 |
* | - be quiet about overlays profiles/repo_name entry when --quiet mode is used | Ned Ludd | 2007-07-09 | 1 | -1/+1 |
* | - remove readable bits for debug files if the souce ELF is setXid | Ned Ludd | 2007-07-09 | 1 | -0/+2 |
* | Fix interaction of resume opts with spinner output handling so that output al... | Zac Medico | 2007-07-09 | 1 | -9/+14 |
* | simplify logic a bit | Marius Mauch | 2007-07-09 | 1 | -14/+6 |
* | Pass the file path into the PermissionDenied exception. | Zac Medico | 2007-07-08 | 1 | -2/+3 |
* | Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't... | Zac Medico | 2007-07-08 | 1 | -5/+21 |
* | For bug #184566, enable the emerge --info action to run an option pkg_info() ... | Zac Medico | 2007-07-08 | 3 | -14/+23 |
* | Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt. | Zac Medico | 2007-07-08 | 3 | -1/+13 |
* | Allow system virtuals to be pruned from the world file in cases where the mat... | Zac Medico | 2007-07-08 | 1 | -3/+7 |
* | For bug #184412, make depclean more consistent with the update algorithm by k... | Zac Medico | 2007-07-08 | 1 | -0/+7 |
* | allow split debuf for kernel modules | Mike Frysinger | 2007-07-08 | 1 | -1/+7 |
* | Now that the "white" color code really is white, alias it to bold where it's ... | Zac Medico | 2007-07-07 | 1 | -0/+2 |
* | `find` can accept a list of paths so condense this nested for loop, and dont ... | Mike Frysinger | 2007-07-07 | 1 | -4/+6 |
* | Add a depgaph.loadResumeCommand() method to handle loading and validation of ... | Zac Medico | 2007-07-07 | 1 | -55/+51 |
* | When depgraph updates preferences for old-style virtuals, also update them in... | Zac Medico | 2007-07-06 | 2 | -8/+20 |
* | Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT... | Zac Medico | 2007-07-06 | 3 | -44/+116 |
* | Don't exclude system virtuals from world since they can match multiple old-st... | Zac Medico | 2007-07-06 | 1 | -2/+10 |
* | Count the number of merges processed by MergeTask and use that to determine w... | Zac Medico | 2007-07-06 | 1 | -18/+28 |
* | tighten up --quiet output for --unmerge | Mike Frysinger | 2007-07-06 | 1 | -3/+10 |
* | Remove the PKG_*ARG* color classes in order to simplify things since it's que... | Zac Medico | 2007-07-06 | 3 | -66/+19 |
* | fix copyright year | Marius Mauch | 2007-07-06 | 7 | -7/+7 |
* | Fix emerge by tbz2 path so that it works properly. | Zac Medico | 2007-07-06 | 1 | -4/+4 |
* | Add first draft of PackageSet backend modules | Marius Mauch | 2007-07-06 | 6 | -0/+277 |