public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Joshua Murphy <poisonbl@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] atheros wifi for gentoo..
Date: Sun, 22 Feb 2009 16:00:49 -0500	[thread overview]
Message-ID: <c30988c30902221300l72cdfd78nfaab003e089777d4@mail.gmail.com> (raw)
In-Reply-To: <c30988c30902221257o7e320db2ha3cd48a9280693af@mail.gmail.com>

On Sun, Feb 22, 2009 at 3:57 PM, Joshua Murphy <poisonbl@gmail.com> wrote:
> On Sun, Feb 22, 2009 at 3:36 PM, Joshua Murphy <poisonbl@gmail.com> wrote:
>> A couple handy commands...
>> On Gentoo:
>> emerge --fetchonly --pretend <other options and package atoms> 2> download.lst
>>
>> On an internet connected system (even doable on Windows with a ported
>> copy of wget):
>> wget -c -nc -i download.lst
>>
>> --
>> Poison [BLX]
>> Joshua M. Murphy
>>
>
> A correction to this... while I've seen the first used elsewhere, it's
> not at all doing what is needed... so...
>
> emerge --pretend --verbose --fetchonly <other options and package
> atoms> | tail --lines=+6 > download.lst

And eventually I'll get it right... wget doesn't like the space
delimited urls, and wants them on their own lines. Good job for sed.

emerge --pretend --verbose --fetchonly <other options and package
atoms> | tail --lines=+6 | sed 's# #\n#g' > download.lst

-- 
Poison [BLX]
Joshua M. Murphy



  reply	other threads:[~2009-02-22 21:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18 22:06 [gentoo-user] atheros wifi for gentoo maxim wexler
2009-02-18 22:16 ` Neil Bothwick
2009-02-19  0:55   ` daid kahl
2009-02-19  1:19     ` Neil Bothwick
2009-02-21 21:25       ` maxim wexler
2009-02-21 22:53         ` Neil Bothwick
2009-02-28 23:10           ` maxim wexler
2009-03-01  0:09             ` Neil Bothwick
2009-03-04 18:18               ` maxim wexler
2009-03-05  0:32                 ` Neil Bothwick
2009-02-22 20:36         ` Joshua Murphy
2009-02-22 20:57           ` Joshua Murphy
2009-02-22 21:00             ` Joshua Murphy [this message]
2009-02-19 16:53 ` Dirk Heinrichs

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=c30988c30902221300l72cdfd78nfaab003e089777d4@mail.gmail.com \
    --to=poisonbl@gmail.com \
    --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