Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ebuild with local source?
Date: Tue, 24 Aug 2010 12:02:08
Message-Id: 1282651291.3569.0@numa-i
In Reply to: Re: [gentoo-user] ebuild with local source? by Robin Atwood
1 On 08/24/10 13:45:05, Robin Atwood wrote:
2 > On Tuesday 24 August 2010, Helmut Jarausch wrote:
3 > > Hi,
4 > >
5 > > I'd like to create an ebuild (in my local overlay) which refers to
6 > a
7 > > local distribution file.
8 > >
9 > > I've tried
10 > >
11 > > SRC_URI="file::///usr/local/Src/MyPack.tar.bz2"
12 > >
13 > > but "file://" doesn't seem to be supported.
14 > >
15 > > Is there any alternative?
16 > >
17 > > Thanks for a hint,
18 > > Helmut.
19 > >
20 > > (I'm using portage-2.2._rc68)
21 >
22 > "ln -s /usr/local/Src/MyPack.tar.bz2 /usr/portage/distfiles" maybe?
23
24 Thanks, but isn't that erased when I resync next time?
25
26 Helmut.

Replies

Subject Author
Re: [gentoo-user] ebuild with local source? Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] ebuild with local source? Robin Atwood <robin.atwood@×××××××××.net>