Gentoo Archives: gentoo-dev

From: George Shapovalov <georges@×××××××××××.edu>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] portage packages for download?
Date: Tue, 02 Apr 2002 11:59:50
Message-Id: 200204021755.JAA06395@chamber.cco.caltech.edu
In Reply to: [gentoo-dev] portage packages for download? by "Hastings
1 On Tuesday 02 April 2002 09:00, you wrote:
2 > Hello,
3
4 > The question I have is this - is there any way to download the portage
5 > packages/tarballs and install them from a cd? If this isn't an option,
6 Yes.
7 GENTOO_MIRRORS="http://www.ibiblio.org/gentoo
8 http://cfx5.tgv.net/mirror/gentoo"
9 first url is an "official" mirror, second can be used if first is down.
10
11 Put the packages you download under /usr/portage/distfiles. emerge will pick
12 them up automatically.
13 Instead of doing emerge rsync you can download latest portage tree (see FAQ)
14 and untar it under /usr (so it creates/overwrites /usr/portage).
15 Please search through archives for more (gentoo-user mailing list contains
16 even more stuff and is probably more appropriate for such questions.)
17
18 George