Re: [gentoo-user] Ebuild for eggs.

2005-09-27 Thread Abraham Mar�n Peacute;rez
RDEPEND= Not sure, but I've often saw this: RDEPEND=${DEPEND} That depends on the application. DEPEND is a list of package dependencies during compilation, while RDEPEND indicates package dependencies while running. Hence, in those applications where dependencies are the same at both

Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Abraham Mar�E P��rez
Hi, I'm not an expert in ebuilds' issues, but /usr/portage/distfiles (or whichever else one chooses for his/her own system) is availabe through the variable DISTDIR (or is it DISTFILES? can't remember which one exactly is and don't have gentoo available here). Hence, that

Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Christoph Gysin
Pupeno wrote: DEPEND=chicken mysql should be: DEPEND=dev-scheme/chicken dev-db/mysql RDEPEND= Not sure, but I've often saw this: RDEPEND=${DEPEND} src_unpack() { mkdir -p ${S} cp /usr/portage/distfiles/${A} ${S} } mkdir isn't nessessary IIRC. You also shouldn't have to

Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Christoph Gysin
Christoph Gysin wrote: You also shouldn't have to copy the egg. Does it get modified during chicken-setup? If not, you can leave out the whole src_unpack(). Of course, you'll need to specify the path to the egg in chicken-setup. Christoph -- echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2

Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Pupeno
On Wednesday 21 September 2005 06:33, Christoph Gysin wrote: Christoph Gysin wrote: You also shouldn't have to copy the egg. Does it get modified during chicken-setup? If not, you can leave out the whole src_unpack(). Of course, you'll need to specify the path to the egg in chicken-setup.

[gentoo-user] Ebuild for eggs.

2005-09-20 Thread Pupeno
Hello, I am making an ebuild for an egg[1], an egg is an extension to a scheme system called chicken[2]. Ultimatelly this would be an eclass to make ebuild for all the eggs. Chicken comes with a tool called chicken-setup that downloads, unpacks, compiles and installs an egg. With a couple of

Re: [gentoo-user] Ebuild for eggs.

2005-09-20 Thread Nagatoro
Pupeno wrote: I am making an ebuild for an egg[1], an egg is an extension to a scheme system [] Can you please take a look at it and give me some feedback ? Not an ebuild guru so I'll point you to a good manual instead :) http://dev.gentoo.org/~plasmaroo/devmanual/ -- Naga --