counter show in the "Emerging" message. Thanks to Ned Ludd <solar@g.o> for
the suggestion. (trunk r13239)
svn path=/main/branches/2.1.6/; revision=13420
action_desc = "Installing"
preposition = "to"
- msg = "%s %s" % (action_desc, colorize("GOOD", pkg.cpv))
+ msg = "%s (%s of %s) %s" % \
+ (action_desc,
+ colorize("MERGE_LIST_PROGRESS", str(pkg_count.curval)),
+ colorize("MERGE_LIST_PROGRESS", str(pkg_count.maxval)),
+ colorize("GOOD", pkg.cpv))
if pkg.root != "/":
msg += " %s %s" % (preposition, pkg.root)