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 * /usr/share/castpodder

Which naturally cause an emerge access violation (mkdir apparently is 
not allowed).


I've tried everything I can think of using too many permutations of the 
do* commands and
just can't hit the right combination.  I've looked at several ebuilds 
and can't find one similiar

enough to hack from.  Just not my lucky day.

Any hints would be much appreciated or some documentation of these 
functions better than

the ebuild howto.

Thank you,
Roy
--
gentoo-user@gentoo.org mailing list



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 Developer (Wearer of the shiny hat)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



signature.asc
Description: PGP signature


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 you.  Ebuild attached to bug 114430.

Have fun,
Roy
--
gentoo-user@gentoo.org mailing list



[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

--
gentoo-user@gentoo.org mailing list



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:

   http://bugs.gentoo.org/show_bug.cgi?id=114430


 TIA,
 Roy

For staters you can post the ebuild to the bug. If it doesnt work you can 
engage in discussion there with anyone else interested in that app, and 
repost it with fixes etc. 

-- 
Kaylee: Looks like they've jerry-rigged it with a pressure catch. It's the
only thing that'd work with all these spare parts. We could probably bypass
that easy, we get to the DC line. 

Mal: You tell me right now, little Kaylee, you really think you can do
this? 

Kaylee: Sure. Yeah. I think so. 'Sides, if I mess up, not like you'll be
able to yell at me. 

-- 
gentoo-user@gentoo.org mailing list



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:

   http://bugs.gentoo.org/show_bug.cgi?id=114430



just add it to the bug.

If it is good, it will be used. If not, someone will tell you.
-- 
gentoo-user@gentoo.org mailing list



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?
 
  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
 
 
 
 just add it to the bug.
 
 If it is good, it will be used. If not, someone will tell you.
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



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.

 
 Thank you,
 Roy
 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list