From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SbsRM-0002Wu-8z for garchives@archives.gentoo.org; Tue, 05 Jun 2012 12:00:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65753E05B1; Tue, 5 Jun 2012 12:00:09 +0000 (UTC) Received: from ksp.sk (element.ksp.sk [158.195.16.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 7747BE0768 for ; Tue, 5 Jun 2012 11:57:43 +0000 (UTC) Received: by ksp.sk (Postfix, from userid 1004) id A58FA4C263; Tue, 5 Jun 2012 13:57:42 +0200 (CEST) Date: Tue, 5 Jun 2012 13:58:09 +0200 From: YoYo Siska To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Fetch List Message-ID: <20120605115808.GA25286@ksp.sk> References: <20120605133711.af4290a1.siefke_listen@web.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120605133711.af4290a1.siefke_listen@web.de> X-YoYo: 47 X-Exotic-Header-Data: 47/2 User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: af0441a9-9026-494b-9426-250f4eaa477c X-Archives-Hash: bf4710f0dfc5a864f56e5ef5ea73755f 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