summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/resolver/output.py
Commit message (Collapse)AuthorAgeFilesLines
* Print [${old_version}::${old_repository}] in output of `emerge -pv ${package}`Arfrever Frehtes Taifersar Arahesis2012-01-221-1/+3
| | | | | when ${old_version} is the same as ${new_version}, but ${old_repository} is different than ${new_repository}.
* Print ::${repository} in output of `emerge -pv ${package}` by default.Arfrever Frehtes Taifersar Arahesis2012-01-211-17/+43
| | | | Add --quiet-repo-display option, which enables previous, more quiet output.
* Display EROOT when ROOT != "/".Zac Medico2011-12-191-1/+1
| | | | | | | Since commit a715b65f7bd36409c1283e6911265d1f4405ab7a, the Package.root and RootConfig.root attributes refer to EROOT instead of ROOT. Therefore, adjust display code so that EROOT is only displayed when ROOT != "/".
* resolver/output: unused importsZac Medico2011-11-171-4/+3
|
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-21/+0
| | | | | | | Instead, finish the whole job using a copy of the currently running instance. This allows us to avoid the complexities of emerge --resume, such as the differences in option handling between different portage versions, as reported in bug #390819.
* resolver/output: use set for myfetchlist hashingZac Medico2011-10-191-2/+2
|
* resolver/output: display binary fetch sizeZac Medico2011-10-191-5/+14
|
* print_changelog: if no changelogs, no newlineZac Medico2011-10-021-0/+2
| | | | This will fix bug #385413.
* depgraph: handle invalid SRC_URIZac Medico2011-07-271-2/+7
| | | | This is a minimal fix for bug #376577.
* Package: add use.expand/expand_hidden attributesZac Medico2011-06-261-8/+5
| | | | | This allows the merge list display to account for repository-level USE_EXPAND and USE_EXPAND_HIDDEN settings (see bug #370693).
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-03-311-2/+2
| | | | This will fix bug #361463.
* Recognize git-2.eclass when reinstalling self.Zac Medico2011-02-141-1/+2
|
* Display: tweak output and docs for bug 58416Zac Medico2011-02-131-2/+5
| | | | | | Now the masking display is disabled by the --quiet option if the --verbose option is not enabled simultaneously. Also, docs are updated as per bug 58416, comment #11 and #12.
* Display: simplify alignment for mask statusZac Medico2011-02-021-15/+11
|
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-311-5/+6
| | | | | | Hopefully this makes the logic more understandable, though it may support fewer cases. If we want to handle more cases then hopefully we can do it without making the code too complex.
* Display: align nomerge nodes moreZac Medico2011-01-311-4/+12
|
* Display: align blocker and nomerge nodesZac Medico2011-01-311-2/+9
|
* fix a "*" being added for a stable pkg-verBrian Dolbec2011-01-301-2/+3
|
* Display: show masks in the [ ] partZac Medico2011-01-301-11/+16
| | | | | | | | Symbol | Mask Type -------|----------------- # | package.mask * | missing keyword ~ | unstable keyword
* fix the problem of mixing "**" and ebuild keywords for only some archsBrian Dolbec2011-01-301-1/+1
|
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
|
* make it only print if it is due to an override settingBrian Dolbec2011-01-301-1/+1
|
* Use the new _getRawMissingKeyword() which optimizes the keyword display. ↵Brian Dolbec2011-01-301-42/+38
| | | | Misc. whitespace cleanup
* Move most of the code to _emerge's Package object. Refine the hardmasking ↵Brian Dolbec2011-01-301-22/+3
| | | | code, optimizing as much as possible.
* add keyword output info for masked pkgs, fixes bug 58416Brian Dolbec2011-01-301-2/+41
|
* Remove unused filter_iuse_defaults() function.Zac Medico2010-12-241-14/+1
|
* Optimize merge list display with Package attrs.Zac Medico2010-12-241-27/+24
|
* Fix merge list repo display breakage.Zac Medico2010-12-231-7/+7
| | | | | Broken since refactoring in commit 48c8cec7c079cb07a4f421a36cdc46a7fdbc7811.
* Fix portage restart warning message.Zac Medico2010-12-221-1/+0
|
* Refactor depgraph merge list display code.Brian Dolbec2010-12-221-1013/+809
|
* emerge --changelog: repo support for binpkgsZac Medico2010-12-221-1/+1
|
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-1/+1
|
* Make _RepoDisplay show user_location.Zac Medico2010-09-301-2/+1
|
* Use realpath(repo_path_real) to avoid a ValueError inZac Medico2010-09-271-0/+1
| | | | _RepoDisplay.repoStr() when overlay path has a symlink.
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-261-5/+2
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-4/+4
|
* Remove obsolete docstring from _RepoDisplay.__str__().Zac Medico2010-09-201-4/+0
|
* Move mergelist printing into resolver/output.pySebastian Luther2010-09-201-0/+1076