On Thu, 03 Jul 2003 18:11, you wrote:
> no because there is an awful lot of old redundant stuff there.
>
> ie 11 versions of kdemultimedia?
>
> maybe
>
> for build in `qpkg` ; do emerge -f $build ; done
>
> would get just the latest versions of all 4568 packages (not forgetting
> some packages download up to around 6 source / patch files etc :-)

Might be better to do:-

for build in `qpkg --no-color | cut -f1 -d ' '`; do emerge -f $build ; done

because the bare qpkq outputs colour control escape sequences and append an 
asterisk to the output lines if the package is installed.

I was being jocular you know, but you seem to have taken me seriously.
I have probably got sufficient volume available to get a goodly fraction of it 
from Wellington.  Unfortunately insufficient disk space though. Anybody got a 
big disk available for loan until Saturday?

> On Thu, 03 Jul 2003 16:53:31 +1200
>
> Christopher Sawtell <[EMAIL PROTECTED]> wrote:
> > On Thu, 03 Jul 2003 12:48, you wrote:
> > > come on guys I still have 6.4G to go this month!
> >
> > Just mirror the whole kit and kaboodle then. :-)
> >
> > --
> > C. S.
>
> --
> Nick Rout
> Barrister & Solicitor
> Christchurch, NZ
> Ph +64 3 3798966
> Fax + 64 3 3798853
> http://www.rout.co.nz
> [EMAIL PROTECTED]

Reply via email to