Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41250 - Nice progressbar to source extraction...
Summary: Nice progressbar to source extraction...
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 07:47 UTC by Radek Podgorny
Modified: 2005-02-27 23:55 UTC (History)
0 users

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


Attachments
diff against current ebuild.sh (diff,1.59 KB, patch)
2004-02-11 07:47 UTC, Radek Podgorny
Details | Diff
porgressbar.jpg (progressbar.jpg,42.18 KB, image/jpeg)
2004-02-11 17:31 UTC, Radek Podgorny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Podgorny 2004-02-11 07:47:01 UTC
Hi, I've created a simple patch for ebuild.sh to implement a nice progressbar for the unpack operation. It's sometimes very confusing to just wait and see nothing move. This will make the emerge operation just sweet... :-)

The used util is "bar" which has no other dependency (and is stable) so just adding it as a portage depend would ensure this will work for everyone and will bring no additional problems...

If you decide you don't want such a fancy thing in portage by default, please leave there an option so users can plug it in somehow. A new statement in make.conf would be fine...

Thanks...
Radek Podgorny
Comment 1 Radek Podgorny 2004-02-11 07:47:48 UTC
Created attachment 25409 [details, diff]
diff against current ebuild.sh
Comment 2 Ciaran McCreesh 2004-02-11 07:50:21 UTC
Ahem. Not everyone uses x86...
Comment 3 Radek Podgorny 2004-02-11 07:54:35 UTC
Shame on me! I've found two typos. The two unintentional occurences of ${X} (capital) should be like ${x}... :-(
Comment 4 Radek Podgorny 2004-02-11 07:55:52 UTC
Ahhh, correct, I forgot about that... Anyway, the bar should be AFAIK platform independant...
Comment 5 Radek Podgorny 2004-02-11 17:31:41 UTC
Created attachment 25440 [details]
porgressbar.jpg

...don't kill me. I just couldn't resist so here's a screenshot... :-)
Comment 6 Brian Harring (RETIRED) gentoo-dev 2005-02-27 23:55:12 UTC
This can be implemented locally via a /etc/portage/bashrc, as such should stay out of portage...