Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22574 - pkg-size should handle multiple packages
Summary: pkg-size should handle multiple packages
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-10 14:59 UTC by Kenny Drobnack
Modified: 2011-10-30 22:21 UTC (History)
0 users

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


Attachments
Improved pkg-size that does multiple packages. (pkg-size,1.28 KB, text/plain)
2003-06-10 15:02 UTC, Kenny Drobnack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenny Drobnack 2003-06-10 14:59:12 UTC
The pkg-size script should be able to take multiple packages as parameters and
list sizes for multiple packages.

Reproducible: Always
Steps to Reproduce:
1. run "pkg-size gaim mozilla" (substitute any packages)


Actual Results:  
Output is:
net-im/gaim-0.61 4259840 (4160KB)
Only the first package.

Expected Results:  
Output should have been:

net-im/gaim-0.61 4259840 (4160KB)
net-www/mozilla-1.3-r1 70955008 (69292KB)

All the packages.
Comment 1 Kenny Drobnack 2003-06-10 15:02:12 UTC
Created attachment 13078 [details]
Improved pkg-size that does multiple packages.

Improved pkg-size that does multiple packages.	Not very nicely yet, but it
still does it.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-07-01 03:15:47 UTC
pkg-size is being phased out. See if etcat size <package> does what you want, if it doesn't, feel free to submit a patch or enhancement request to that utility instead.