Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Multiple CVS ebuilds
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
aerogems
n00b
n00b


Joined: 19 Feb 2003
Posts: 30

PostPosted: Sun Mar 02, 2003 8:23 pm    Post subject: Multiple CVS ebuilds Reply with quote

I'm trying to modify the gaim-cvs ebuild so that it will also download the CVS source of the gaim-encryption plugin, patch it in, and then compile gaim.

So far, I can't seem to get the ebuild to check out the two different modules from two different servers. I can get one or the other just fine, not both. Are there any examples for this sort of thing I could look at?
Back to top
View user's profile Send private message
dbasinge
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 86
Location: Salt Lake City, UT

PostPosted: Sat Mar 08, 2003 5:55 am    Post subject: Reply with quote

Let me know if you out something.

Mike
_________________
D. Michael Basinger, RHCE
If at first you don't succeed, skydiving is not for you. - Anonymous
Back to top
View user's profile Send private message
mario
Guru
Guru


Joined: 20 Apr 2002
Posts: 400
Location: Mountain View, CA

PostPosted: Sat Mar 08, 2003 6:53 pm    Post subject: Doable Reply with quote

You can do that in src_unpack:
call cvs_src_unpack to extract the main gaim tree
set ECVS_MODULE and ECVS_SUBDIR appropriately and recall src_unpack after which you proceed to apply the patch (note: while accessing the patch don't refer to /var/tmp/ directly but use the variable name that points to that PORTAGE_TMPDIR/$patchdir/work...

Hope this helps
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum