From: v_2e@ukr.net
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Fetch List
Date: Wed, 6 Jun 2012 07:54:04 +0300 [thread overview]
Message-ID: <20120606075404.0a16de9b.v_2e@ukr.net> (raw)
In-Reply-To: <20120605133711.af4290a1.siefke_listen@web.de>
Hello!
On Tue, 5 Jun 2012 13:37:11 +0200
Silvio Siefke <siefke_listen@web.de> wrote:
> Hello,
>
> is there a option that i can build a list of Requirements to download
> of a ebuild?
>
I usually use
emerge --pretend --fetchonly media-gfx/inkscape > files_to_fetch.txt
or in a short form
emerge -fp media-gfx/inkscape > files_to_fetch.txt
And after that I download the files with wget as follows:
cat files_to_fetch.txt | cut -d " "-f 1| wget -c -i -
Note: if there are some errors during download, you may try to use
different fields in 'cut' -- like "-f 2" or "-f 3" and so on.
Hope, this helps. :)
Regards,
Vladimir
-----
<v_2e@ukr.net>
prev parent reply other threads:[~2012-06-06 5:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-05 11:37 [gentoo-user] Fetch List Silvio Siefke
2012-06-05 11:58 ` YoYo Siska
2012-06-05 12:15 ` Raffaele BELARDI
2012-06-06 4:54 ` v_2e [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120606075404.0a16de9b.v_2e@ukr.net \
--to=v_2e@ukr.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox