Gentoo Archives: gentoo-user

From: Christoph Gysin <cgysin@×××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ebuild for eggs.
Date: Wed, 21 Sep 2005 09:29:43
Message-Id: 4331267E.2060805@gmx.ch
In Reply to: [gentoo-user] Ebuild for eggs. by Pupeno
1 Pupeno wrote:
2 > DEPEND="chicken mysql"
3
4 should be:
5 DEPEND="dev-scheme/chicken
6 dev-db/mysql"
7
8 > RDEPEND=""
9
10 Not sure, but I've often saw this:
11
12 RDEPEND="${DEPEND}"
13
14 > src_unpack() {
15 > mkdir -p ${S}
16 > cp /usr/portage/distfiles/${A} ${S}
17 > }
18
19 mkdir isn't nessessary IIRC.
20 You also shouldn't have to copy the egg. Does it get modified during
21 chicken-setup? If not, you can leave out the whole src_unpack().
22
23 The rest seems OK to me...
24
25 Christoph
26 --
27 echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ebuild for eggs. Christoph Gysin <cgysin@×××.ch>
Re: [gentoo-user] Ebuild for eggs. "Abraham Marn P&eacute;rez" <abraham@×××××××××.es>