Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80823 - gems.eclass (Ruby gems installer)
Summary: gems.eclass (Ruby gems installer)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL: ruby@gentoo.org
Whiteboard:
Keywords:
Depends on:
Blocks: 80828
  Show dependency tree
 
Reported: 2005-02-04 22:07 UTC by Rob Cakebread (RETIRED)
Modified: 2005-02-15 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gems.eclass (gems.eclass,1.16 KB, text/plain)
2005-02-04 22:08 UTC, Rob Cakebread (RETIRED)
Details
gems.eclass (gems.eclass,1.22 KB, text/plain)
2005-02-04 23:41 UTC, Rob Cakebread (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Cakebread (RETIRED) gentoo-dev 2005-02-04 22:07:51 UTC
This is an eclass I wrote to install ruby apps via dev-ruby/rubygems

Its needed for "ruby on rails" and four other ruby apps required to run it.

actionmailer-0.6.1.gem
activerecord-1.6.0.gem
actionpack-1.4.0.gem
rake-0.4.15.gem
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2005-02-04 22:08:45 UTC
Created attachment 50410 [details]
gems.eclass
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2005-02-04 23:41:53 UTC
Created attachment 50417 [details]
gems.eclass

Fixed src_unpack so we can install .gem and install.rb types together. (See 
rake-0.4.15-r1.ebuild for example - bug #80827 )
Comment 3 Rob Cakebread (RETIRED) gentoo-dev 2005-02-15 21:53:56 UTC
Added to CVS.