| Commit message (Expand) | Author | Age | Files | Lines |
* | Flatten restrict for the RESTRICT.invalid check. | Zac Medico | 2007-07-02 | 1 | -6/+16 |
* | Move medium priority out of ignore_priority_range and handle it separately. | Zac Medico | 2007-07-02 | 1 | -6/+4 |
* | If necessary, resample the leaf nodes so that they include all nodes whose ha... | Zac Medico | 2007-07-01 | 1 | -0/+6 |
* | s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. | Zac Medico | 2007-07-01 | 2 | -2/+2 |
* | For bug #131030, update the warning about potential for emerge --sync overwri... | Zac Medico | 2007-07-01 | 2 | -11/+26 |
* | Revert --buildpkgonly logic back because it was already correct. | Zac Medico | 2007-07-01 | 1 | -2/+2 |
* | Update --buildpkgonly logic to account for DepPriority.MEDIUM_SOFT. | Zac Medico | 2007-07-01 | 1 | -2/+2 |
* | Add medium-soft support to DepPriority.__str__(). | Zac Medico | 2007-07-01 | 1 | -1/+3 |
* | For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ... | Zac Medico | 2007-07-01 | 1 | -16/+45 |
* | Add a QA warning for invalid values of RESTRICT. Thanks to peper for the patch. | Zac Medico | 2007-06-30 | 1 | -0/+12 |
* | Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks to... | Zac Medico | 2007-06-30 | 6 | -16/+125 |
* | Remove old wheel group warnings since portage stopped using this group long ago. | Zac Medico | 2007-06-30 | 2 | -8/+0 |
* | apply additional phase filters as otherwise some messages are logged in both ... | Marius Mauch | 2007-06-30 | 2 | -2/+34 |
* | ewarn when merging a package and the source repository/overlay does not have ... | Marius Mauch | 2007-06-30 | 1 | -0/+6 |
* | print a notice when a repository/overlay does not have a name | Marius Mauch | 2007-06-30 | 1 | -0/+2 |
* | Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter... | Zac Medico | 2007-06-29 | 1 | -1/+3 |
* | Test for existence of the getRepositories method since bindbapi doesn't have ... | Zac Medico | 2007-06-29 | 1 | -1/+2 |
* | For bug #183639, give a more informative message with the package.provided wa... | Zac Medico | 2007-06-29 | 1 | -4/+26 |
* | display source repository for installed package and target package (bug #67072) | Marius Mauch | 2007-06-29 | 2 | -8/+34 |
* | Use better parseable format for list_preserved_libs | Marius Mauch | 2007-06-29 | 1 | -1/+4 |
* | Store name of source repository in vdb node for later comparison | Marius Mauch | 2007-06-29 | 1 | -0/+10 |
* | Fix typo. | Zac Medico | 2007-06-28 | 1 | -4/+4 |
* | For bug #144333, document the new --reinstall=changed-use option. | Zac Medico | 2007-06-28 | 2 | -1/+13 |
* | Remove unused worldlist variable. | Zac Medico | 2007-06-28 | 1 | -1/+0 |
* | Don't colorize system package when in "world" mode. | Zac Medico | 2007-06-28 | 1 | -3/+5 |
* | For bug #142473, add 2 additional color classes for system packages and packa... | Zac Medico | 2007-06-28 | 2 | -12/+63 |
* | For bug #183431, catch a ParseError caused by a corrupt profile and dump an e... | Zac Medico | 2007-06-28 | 1 | -1/+8 |
* | When filling in "nomerge" nodes for --tree display, stop at a node that is an... | Zac Medico | 2007-06-28 | 1 | -1/+6 |
* | For bug #144333, make the --reinstall option a single choice type. | Zac Medico | 2007-06-28 | 1 | -2/+4 |
* | Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren... | Zac Medico | 2007-06-28 | 1 | -0/+3 |
* | Just use a containment test for matching pprovided args since it works correc... | Zac Medico | 2007-06-28 | 1 | -3/+1 |
* | Cache aux_get() metadata in depgraph.create() and use PROVIDE for matching pa... | Zac Medico | 2007-06-28 | 1 | -33/+34 |
* | Improve tracking of correspondence between arguments and packages in the depg... | Zac Medico | 2007-06-27 | 1 | -5/+40 |
* | Instead of just a list, use a cat/pkg dict for matching packages against args... | Zac Medico | 2007-06-27 | 1 | -6/+12 |
* | For bug #142473, account for $ROOT when deciding if a package is part of worl... | Zac Medico | 2007-06-27 | 1 | -1/+1 |
* | Fix quoting. | Zac Medico | 2007-06-27 | 1 | -1/+1 |
* | Format $EBUILD_OVERLAY_ECLASSES output more like it was before. | Zac Medico | 2007-06-27 | 1 | -1/+5 |
* | For bug #144333, add a --reinstall=changed-use option which behaves similar t... | Zac Medico | 2007-06-27 | 1 | -12/+29 |
* | Format the callstack indentation more like it used to be. | Zac Medico | 2007-06-27 | 1 | -2/+2 |
* | Send the ebuild die message through eerror and make sure that elog_process() ... | Zac Medico | 2007-06-27 | 4 | -49/+51 |
* | Preserve merge order in elog output. | Zac Medico | 2007-06-26 | 1 | -13/+7 |
* | Short circuit the loop as soon as missing hashes are detected. | Zac Medico | 2007-06-26 | 1 | -2/+2 |
* | Short circuit the loop as soon as missing hashes are detected. | Zac Medico | 2007-06-26 | 1 | -0/+1 |
* | Add one more size == 0 check to digestgen(). | Zac Medico | 2007-06-26 | 1 | -0/+2 |
* | Add sanity checks in fetch() and digestgen() to automatically detect and hand... | Zac Medico | 2007-06-26 | 1 | -2/+26 |
* | For bug #183167, explicitly call elog_process() when --buildpkgonly is enabled. | Zac Medico | 2007-06-25 | 1 | -0/+3 |
* | For bug #142473, add 4 color classes corresponding to combinations of world/m... | Zac Medico | 2007-06-25 | 2 | -16/+30 |
* | Fix typo. | Zac Medico | 2007-06-25 | 1 | -1/+1 |
* | Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w... | Zac Medico | 2007-06-25 | 1 | -3/+4 |
* | Allow SystemExit through as usual. | Zac Medico | 2007-06-25 | 1 | -0/+2 |