Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [pre-GLEP] Split distfile mirror directory structure
Date: Tue, 30 Jan 2018 01:27:49
Message-Id: 20180130142723.1e9b0d46@katipo2.lan
In Reply to: Re: [gentoo-dev] [pre-GLEP] Split distfile mirror directory structure by Michael Orlitzky
1 On Sat, 27 Jan 2018 13:24:44 -0500
2 Michael Orlitzky <mjo@g.o> wrote:
3
4 > Fetch instructions for app-cat/pkg:
5 > *
6 > * Please download file1 from:
7 > * wherever file1 can be found
8 > * and move it to $DISTDIR/subdir1
9 > *
10 > * Please download file2 from
11 > * wherever file2 can be found
12 > * and move it to $DISTDIR/subdir2
13 > *
14 > * ...
15 > *
16 > * Please download fileN from
17 > * wherever fileN can be found
18 > * and move it to $DISTDIR/subdirN
19
20 Or ...:
21
22 Please download:
23
24 src_url1/filename1.tar.gz
25 src_url2/filename2.tar.gz
26 src_url3/filename3.tar.gz
27
28 And install them to your $DISTDIR with
29
30 edistadd ./filename1.tar.gz ./filename2.tar.gz ./filename3.tar.gz
31
32 An extra perk is edistadd could also ensure the permissions are correct
33 for portage to read the file afterwards, which is a bit of an annoyance
34 sometimes as it is.

Replies