Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386901 - sys-aps/portage Add counter for unmerges
Summary: sys-aps/portage Add counter for unmerges
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 409383
  Show dependency tree
 
Reported: 2011-10-12 13:11 UTC by Sebastian Luther (few)
Modified: 2012-04-05 23:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
[PATCH] Adding this feature (portage.patch,1.50 KB, text/plain)
2012-04-03 16:22 UTC, Boris Minev
Details
[PATCH] New patch (portage.patch,930 bytes, text/plain)
2012-04-03 17:11 UTC, Boris Minev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Luther (few) 2011-10-12 13:11:44 UTC
Currently it reads:
>>> Unmerging x11-misc/pcmanfm-0.9.9...
>>> Unmerging app-arch/file-roller-2.32.2...
>>> Unmerging media-gfx/gpicview-0.2.1...
>>> Unmerging lxde-base/lxtask-0.1.3...

Would be nicer if it were:

>>> Unmerging (124 of 300) x11-misc/pcmanfm-0.9.9...
>>> Unmerging (125 of 300) app-arch/file-roller-2.32.2...
>>> Unmerging (126 of 300) media-gfx/gpicview-0.2.1...
>>> Unmerging (127 of 300) lxde-base/lxtask-0.1.3...

(or similar)
Comment 1 Boris Minev 2012-04-03 16:22:07 UTC
Created attachment 307631 [details]
[PATCH] Adding this feature

Patch to add this feature
Comment 2 Zac Medico gentoo-dev 2012-04-03 16:35:20 UTC
The patch looks good. I think we can use MERGE_LIST_PROGRESS for this, so we won't need UNMERGE_LIST_PROGRESS. Sound good?
Comment 3 Boris Minev 2012-04-03 17:11:12 UTC
Created attachment 307633 [details]
[PATCH] New patch

Okay. I'm uploading the modified patch.
Comment 5 Zac Medico gentoo-dev 2012-04-05 23:45:27 UTC
This is fixed in 2.1.10.56 and 2.2.0_alpha100.