Gentoo Archives: gentoo-dev

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