Gentoo Archives: gentoo-dev

From: Nick Rout <nick@×××××××.nz>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] download problem in ebuild
Date: Wed, 24 Aug 2005 00:13:39
Message-Id: 20050824120512.B34E.NICK@rout.co.nz
In Reply to: Re: [gentoo-dev] download problem in ebuild by Marius Mauch
1 On Tue, 23 Aug 2005 04:41:49 +0200
2 Marius Mauch wrote:
3
4 > > DOWNLOAD_CMD="wget http://laby.toybox.de/download15/ -O
5 > > laby_$(P).tar.gz"
6 >
7 > Nope. You have three options:
8 > a) bug upstream to fix that crap
9 > b) use RESTRICT="fetch"
10 > c) assuming the license permits it, repackage it
11 >
12 > Marius
13
14 So am I being told that you can't change stuff from make.conf per ebuild?
15 That would fix it I think.
16
17 FETCHCOMMAND="${FETCHCOMMAND} -O laby.${PV}"
18
19 --
20 Nick Rout <nick@×××××××.nz>
21
22 --
23 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] download problem in ebuild Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] download problem in ebuild Brian Harring <ferringb@g.o>
Re: [gentoo-dev] download problem in ebuild Chris Gianelloni <wolf31o2@g.o>