From: Norberto Bensa <nbensa@gmx.net>
To: gentoo-user@lists.gentoo.org
Cc: Dave Nebinger <dnebinger@joat.com>
Subject: Re: [gentoo-user] Pratical question about portage tree
Date: Wed, 28 Sep 2005 01:08:53 -0300 [thread overview]
Message-ID: <200509280108.53868.nbensa@gmx.net> (raw)
In-Reply-To: <20050928025249.GA17684@cornholio.joat.com>
Dave Nebinger wrote:
> Unfortunately Allen I don't remember exactly what the script was or
> where I got it, but I think there's a reference to it in the Gentoo
> Wiki.
It is not that hard actually:
comm -13 <(ls /usr/portage/distfiles | sort | uniq) \
<(for i in $(emerge -pufv world 2>&1 | grep ^http | awk '{ print $1 }')
do
echo $(basename $i)
done | sort | uniq)
That will print the files you'll need to download. Note however that it will
only print the filenames. You'll have to add:
http://distfiles.gentoo.org/distfiles/
and perhaps -in some cases- other sources/servers as not everything is in
d.g.o
Regards
--
Norberto Bensa
4544-9692
Ciudad de Buenos Aires, Argentina
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-09-28 4:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-28 1:05 [gentoo-user] Pratical question about portage tree Allan Spagnol Comar
2005-09-28 1:13 ` Nick Rout
2005-09-28 2:52 ` Dave Nebinger
2005-09-28 4:08 ` Norberto Bensa [this message]
2005-09-28 4:41 ` Nick Rout
2005-09-28 11:03 ` Allan Spagnol Comar
2005-09-28 11:58 ` Norberto Bensa
2005-09-28 21:24 ` Nick Rout
2005-09-28 23:22 ` Norberto Bensa
2005-09-29 0:57 ` W.Kenworthy
2005-09-29 1:27 ` Nick Rout
2005-09-29 2:22 ` W.Kenworthy
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=200509280108.53868.nbensa@gmx.net \
--to=nbensa@gmx.net \
--cc=dnebinger@joat.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