[gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
hi,
Is it possible to get a list of the files an emerge command would
download?
I have a dial-up connection at home, so I can't download large files.
However, I can download them at work, put them on my usb-stick, bring
them home and put them on my /usr/portage/distfiles/, so I can emerge
the packages I want. But (there's always a but) sometimes an emerge
command downloads more than one file for each ebuild. So I would like to
have a way to know exactly which files the emerge would need, would I do
something like
% emerge x

Hope I made myself clear. Thanks in advance,
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Etaoin Shrdlu
On Monday 25 September 2006 17:28, Matias Grana wrote:

 hi,
 Is it possible to get a list of the files an emerge command would
 download?
 I have a dial-up connection at home, so I can't download large files.
 However, I can download them at work, put them on my usb-stick, bring
 them home and put them on my /usr/portage/distfiles/, so I can emerge
 the packages I want. But (there's always a but) sometimes an emerge
 command downloads more than one file for each ebuild. So I would like
 to have a way to know exactly which files the emerge would need, would
 I do something like
 % emerge x

I think you want emerge -f (or -F).
man emerge for the details.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Neil Bothwick
On Mon, 25 Sep 2006 12:28:52 -0300, Matias Grana wrote:

 Is it possible to get a list of the files an emerge command would
 download?

emerge -pf packagelist...


-- 
Neil Bothwick

CAUTION: Do not install prior to installation.


signature.asc
Description: PGP signature


Re: [gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
On Mon, Sep 25, 2006 at 04:48:03PM +0100, Neil Bothwick wrote:
 On Mon, 25 Sep 2006 12:28:52 -0300, Matias Grana wrote:
 
  Is it possible to get a list of the files an emerge command would
  download?
 
 emerge -pf packagelist...
 
 
 -- 
 Neil Bothwick
 
 CAUTION: Do not install prior to installation.

Thanks!
don't know why I didn't think of that combination -pf (maybe just
dumbness :) ).
Matias
-- 
gentoo-user@gentoo.org mailing list