Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-04 Thread Roy Wright
OK, I'm having a hard time trying to figure out how to do something really, really simple. I have all of the files unpacked. Now I just want to create a directory and copy them there. Here's the normal, non-ebuild bash commands: mkdir /usr/share/castpodder cp -f -R *

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-04 Thread Ciaran McCreesh
On Tue, 04 Apr 2006 00:50:54 -0500 Roy Wright [EMAIL PROTECTED] wrote: | mkdir /usr/share/castpodder | cp -f -R * /usr/share/castpodder dodir /usr/share/castpodder cp -f -R * ${D}/usr/share/castpodder will work. Or insinto and doins -r, if you prefer. -- Ciaran McCreesh : Gentoo

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-04 Thread Roy Wright
Ciaran McCreesh wrote: On Tue, 04 Apr 2006 00:50:54 -0500 Roy Wright [EMAIL PROTECTED] wrote: | mkdir /usr/share/castpodder | cp -f -R * /usr/share/castpodder dodir /usr/share/castpodder cp -f -R * ${D}/usr/share/castpodder will work. Or insinto and doins -r, if you prefer. Thank

[gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Roy Wright
Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org: http://bugs.gentoo.org/show_bug.cgi?id=114430 TIA, Roy --

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Glenn Enright
On Tuesday 04 April 2006 12:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org:

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Hemmann, Volker Armin
On Tuesday 04 April 2006 02:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer? The ebuild is for CastPodder 4.0 (http://www.castpodder.net/) which has an open request in bugs.gentoo.org:

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Nick Rout
waiting for the ebuild, which is not attached to the bug yet. On Tue, 4 Apr 2006 04:02:55 +0200 Hemmann, Volker Armin wrote: On Tuesday 04 April 2006 02:54, Roy Wright wrote: Howdy, Writing my first ebuild and would like to have it reviewed. Is there a forum or list or volunteer?

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Roy Wright
Nick Rout wrote: waiting for the ebuild, which is not attached to the bug yet. Should be soon. I'm trying to get all of the overhead set up right (metadata.xml at the moment). Thank you, Roy -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] first ebuild, looking for reviewer

2006-04-03 Thread Nick Rout
On Mon, 03 Apr 2006 23:36:22 -0500 Roy Wright wrote: Nick Rout wrote: waiting for the ebuild, which is not attached to the bug yet. Should be soon. I'm trying to get all of the overhead set up right (metadata.xml at the moment). don't post all that crap, just the ebuild.