Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-14 Thread Alan McKinnon
On Saturday 14 November 2009 20:55:16 Maxim Wexler wrote: > > redirect to a file, bash it into suitable shape with your Unix text tools > > of course, use said file as input to wget. > > > > > > -- > > alan dot mckinnon at gmail dot com > > Here > > http://www.gentoo-wiki.info/TIP_Gentoo_for_dial

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-14 Thread Maxim Wexler
> redirect to a file, bash it into suitable shape with your Unix text tools of > course, use said file as input to wget. > > > -- > alan dot mckinnon at gmail dot com > > Here http://www.gentoo-wiki.info/TIP_Gentoo_for_dialup_users I found this gem: emerge -fpu world | sort | uniq | sed '/\

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Alan McKinnon
On Friday 13 November 2009 22:24:34 Maxim Wexler wrote: > Hi group, > > Can someone explain to me how to generate a list of files to be > fetched, eg -fuDN world, on a slow desktop that can be downloaded onto > a netbook later? emerge -pf redirect to a file, bash it into suitable shape with y

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Jesús Guerrero
On Fri, 13 Nov 2009 15:36:27 -0500, Marcus Wanner wrote: > On 11/13/2009 3:24 PM, Maxim Wexler wrote: >> Hi group, >> >> Can someone explain to me how to generate a list of files to be >> fetched, eg -fuDN world, on a slow desktop that can be downloaded onto >> a netbook later? >> >> Maxim >> >

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Jesús Guerrero
On Fri, 13 Nov 2009 13:24:34 -0700, Maxim Wexler wrote: > Hi group, > > Can someone explain to me how to generate a list of files to be > fetched, eg -fuDN world, on a slow desktop that can be downloaded onto > a netbook later? Add -p or --pretend, and redirect the output to a file. emerge -f

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Marcus Wanner
On 11/13/2009 3:24 PM, Maxim Wexler wrote: Hi group, Can someone explain to me how to generate a list of files to be fetched, eg -fuDN world, on a slow desktop that can be downloaded onto a netbook later? Maxim You want to generate a list of packages to be upgraded, and then upgrade them on

[gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Maxim Wexler
Hi group, Can someone explain to me how to generate a list of files to be fetched, eg -fuDN world, on a slow desktop that can be downloaded onto a netbook later? Maxim