On Tue, Jun 05, 2012 at 01:37:11PM +0200, Silvio Siefke wrote: > Hello, > > is there a option that i can build a list of Requirements to download of > a ebuild? > > I want build inkscape, but i has only mobile connection at moment. Can i > build a list which i can then later load in a cybercafe? > > In the Handbook i found only a list for world. Thank u.
use -p -f (pretend and fetchonly) emerge --pretend --fetchonly package... it will output a line per each file/url you need to fetch (and put in the distfiles dir), one line can contain multiple alternate urls (if there are alternative mirrors etc...), you need to fetch only one of them IIRC, it has a small downside, that it also lists the files you allready have downloaded in distfiles (ie those for which emerge -pv would show 0kB as size of downloads...) so you might check the list against what you allready have... yoyo