Gentoo Archives: gentoo-dev

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] download problem in ebuild
Date: Wed, 24 Aug 2005 00:25:34
Message-Id: 981883A6-D010-47BA-B88C-8D48611F9015@gentoo.org
In Reply to: Re: [gentoo-dev] download problem in ebuild by Nick Rout
1 On Aug 23, 2005, at 8:11 PM, Nick Rout wrote:
2
3 >
4 > On Tue, 23 Aug 2005 04:41:49 +0200
5 > Marius Mauch wrote:
6 >
7 >
8 >>> DOWNLOAD_CMD="wget http://laby.toybox.de/download15/ -O
9 >>> laby_$(P).tar.gz"
10 >>>
11 >>
12 >> Nope. You have three options:
13 >> a) bug upstream to fix that crap
14 >> b) use RESTRICT="fetch"
15 >> c) assuming the license permits it, repackage it
16 >>
17 >> Marius
18 >>
19 >
20 > So am I being told that you can't change stuff from make.conf per
21 > ebuild?
22 > That would fix it I think.
23 >
24 > FETCHCOMMAND="${FETCHCOMMAND} -O laby.${PV}"
25
26 You can for personal use, but it wouldn't ever get into the tree like
27 that.
28
29 I tend to restrict fetch it, myself.
30
31 --
32 Chris Gianelloni
33 Release Engineering - Strategic Lead/QA Manager
34 Games - Developer
35 Gentoo Linux
36
37
38
39 --
40 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] download problem in ebuild Nick Rout <nick@×××××××.nz>