Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 22574

Summary: pkg-size should handle multiple packages
Product: Portage Development Reporter: Kenny Drobnack <kennydrobnack>
Component: UnclassifiedAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Improved pkg-size that does multiple packages.

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.