Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-23 Thread Nguyen Bao Ngoc
Hi, why don't you try aria2? I replaced wget with it and it works well. Here is my fetch command in case you want to try. FETCHCOMMAND=/usr/bin/aria2c -d \\${DISTDIR}\ -o \\${FILE}\ \\${URI}\ RESUMECOMMAND=/usr/bin/aria2c -c -d \\${DISTDIR}\ -o \\${FILE}\ \\${URI}\

Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-23 Thread Ronan Mainbourg
Thanks! It works well on my box and since I did not succeed in using puf with emerge, it perfectly fits my needs. 2009/12/24 Nguyen Bao Ngoc baongoc...@gmail.com Hi, why don't you try aria2? I replaced wget with it and it works well. Here is my fetch command in case you want to try.

Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-23 Thread Xi Shen
On Thu, Dec 24, 2009 at 8:18 AM, Nguyen Bao Ngoc baongoc...@gmail.com wrote: Hi, why don't you try aria2? I replaced wget with it and it works well. Here is my fetch command in case you want to try. FETCHCOMMAND=/usr/bin/aria2c -d \\${DISTDIR}\ -o \\${FILE}\ \\${URI}\

[gentoo-user] Trying to make portage use puf instead of wget

2009-12-18 Thread Ronan Mainbourg
Because my Internet connection is not very fast, I'd like to make portage fetch files using net-misc/puf (wich can dl several chunks of a file at the same time) instead of wget. I tried to do this setting the parameter FETCHCOMMAND in my make.conf, but it doesn't work: FETCHCOMMAND=/usr/bin/puf

Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-18 Thread Paul Hartman
On Fri, Dec 18, 2009 at 9:40 AM, Ronan Mainbourg ronan.mainbo...@gmail.com wrote: Because my Internet connection is not very fast, I'd like to make portage fetch files using net-misc/puf (wich can dl several chunks of a file at the same time) instead of wget. I tried to do this setting the

Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-18 Thread Marcus Wanner
On 12/18/2009 10:40 AM, Ronan Mainbourg wrote: Because my Internet connection is not very fast, I'd like to make portage fetch files using net-misc/puf (wich can dl several chunks of a file at the same time) instead of wget. I tried to do this setting the parameter FETCHCOMMAND in my make.conf,

Re: [gentoo-user] Trying to make portage use puf instead of wget

2009-12-18 Thread Paul Hartman
On Fri, Dec 18, 2009 at 9:40 AM, Ronan Mainbourg ronan.mainbo...@gmail.com wrote: Because my Internet connection is not very fast, I'd like to make portage fetch files using net-misc/puf (wich can dl several chunks of a file at the same time) instead of wget. I tried to do this setting the