summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/resolver/output.py
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-181-1/+3
* Use unicode_literals more.Zac Medico2013-01-181-4/+5
* Package: add defined_phases, properties, restrictZac Medico2012-11-261-2/+2
* Rename Package.metadata to _metadata.Zac Medico2012-11-261-2/+2
* Use Package.repo where appropriate.Zac Medico2012-11-261-5/+3
* Add Package.eapi property.Zac Medico2012-11-171-1/+1
* Add Display._append_repository() to avoid duplication of some code.Arfrever Frehtes Taifersar Arahesis2012-10-151-13/+18
* Display slots and subslots in output of `emerge -pv ${package}`.Arfrever Frehtes Taifersar Arahesis2012-10-151-21/+62
* Invert order of arguments in Display._set_non_root_columns() andArfrever Frehtes Taifersar Arahesis2012-10-141-6/+6
* Display.set_pkg_info(): Set cp and ver attributes.Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+2
* simplify Display.convert_myoldbest().Zac Medico2012-10-131-2/+2
* Simplify Display.get_ver_str().Zac Medico2012-10-131-6/+4
* _create_use_string: pass in feature_flags argv2.2.0_alpha132Zac Medico2012-09-231-2/+5
* Add _get_feature_flags(eapi_attrs) function.Zac Medico2012-09-231-1/+1
* Display: simplify _blockersZac Medico2012-09-131-13/+6
* merge list: distinguish reinstall with red "r"Zac Medico2012-09-131-0/+7
* Refactor merge list attribute display.Zac Medico2012-09-131-82/+44
* resolver/output: cleanup countersZac Medico2012-06-201-16/+9
* Replace @returns with @return.Zac Medico2012-03-271-4/+4
* emerge --changelog: fix split ChangeLog bugsZac Medico2012-03-221-7/+3
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-191-2/+1
* Display: spawn pkg_nofetch when appropriateMartin von Gagern2012-03-131-1/+12
* Use consistent indentation in output of `emerge -p --columns ${package}`Arfrever Frehtes Taifersar Arahesis2012-01-281-2/+2
* Delete needless parentheses.Arfrever Frehtes Taifersar Arahesis2012-01-281-5/+5
* Don't print ::${repository} for main repository in output ofArfrever Frehtes Taifersar Arahesis2012-01-281-27/+34
* Fix display of installed version for packages, which have multiple slotsArfrever Frehtes Taifersar Arahesis2012-01-231-2/+3
* Make the second part of_emerge.resolver.output.Display.verbose_size()Arfrever Frehtes Taifersar Arahesis2012-01-221-26/+24
* Print [${old_version}::${old_repository}] in output of `emerge -pv ${package}`Arfrever Frehtes Taifersar Arahesis2012-01-221-1/+3
* Print ::${repository} in output of `emerge -pv ${package}` by default.Arfrever Frehtes Taifersar Arahesis2012-01-211-17/+43
* Display EROOT when ROOT != "/".Zac Medico2011-12-191-1/+1
* resolver/output: unused importsZac Medico2011-11-171-4/+3
* Skip the "resume after portage update" routine.Zac Medico2011-11-171-21/+0
* 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
* depgraph: handle invalid SRC_URIZac Medico2011-07-271-2/+7
* Package: add use.expand/expand_hidden attributesZac Medico2011-06-261-8/+5
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-03-311-2/+2
* 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
* Display: simplify alignment for mask statusZac Medico2011-02-021-15/+11
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-311-5/+6
* 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
* 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. Misc...Brian Dolbec2011-01-301-42/+38