# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby gems USE_RUBY="ruby18" DESCRIPTION="ruby on rails is a web-application and persistance framework" HOMEPAGE="http://www.rubyonrails.org" SRC_URI="http://rubyforge.org/frs/download.php/2764/${P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~x86" IUSE="mysql sqlite postgres" DEPEND="=dev-lang/ruby-1.8* >=dev-ruby/rake-0.4.15-r1 >=dev-ruby/activerecord-1.6.0 >=dev-ruby/actionmailer-0.6.1 sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2) mysql? ( >=dev-ruby/mysql-ruby-2.5 ) postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"