Re: [gentoo-dev] ruby gems vs. ebuilds

2006-10-05 Thread Roy Wright
Boris Fersing wrote: > > > AFAIK, the ruby related ebuilds use gem. For example rails has in his > ebuild : > > "inherit ruby gems" > > and if you look in the gems eclass : > > [snip] > And it's the same for rake ! > > The problem might be (that's a supposition only) that gem installs the > files i

Re: [gentoo-dev] ruby gems vs. ebuilds

2006-10-05 Thread Boris Fersing
2006/10/5, Roy Wright <[EMAIL PROTECTED]>: Howdy, Can someone point me to any documentation on why ebuilds are being created for ruby gems? Gem is the a nice, easy to use, standard package manager for ruby. The problem that I see is if you install the same package via both gem and portage all

[gentoo-dev] ruby gems vs. ebuilds

2006-10-05 Thread Roy Wright
Howdy, Can someone point me to any documentation on why ebuilds are being created for ruby gems? Gem is the a nice, easy to use, standard package manager for ruby. The problem that I see is if you install the same package via both gem and portage all sorts of bad things happen. For the curious,