On Sun, 08 Oct 2006 15:35:49 -0400
Statux <[EMAIL PROTECTED]> wrote:
 
> Question: Is there a way that I can get Portage to run through the
> packages/ebuilds and, instead of downloading anything from the net, just
> have it show me which files were not in /usr/portage/distfiles which
> will be needed?
> 
> So if I had 8 packages which needed upgrading, which would result in (an
> estimated) 6,382K of downloads, is there some way for me to have it go
> through each one of those all at once, similar to --fetchonly, and have
> it spit out a list of everything which it did not find on the local
> system?

Dunno about any script, but first step would be:
        
        emerge -uD -fp world

Then just filter it, e.g. in every line cut everything after the first
white space and throw the meat to wget.

        Jan-Hendrik Zab

-- 
| Jan-Hendrik Zab
| +49 (0)1773392888
| http://www.v3ng34nce.org

-- 
gentoo-user@gentoo.org mailing list

Reply via email to