| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.7.ebuild,v 1.1 2012/07/27 06:16:08 graaff Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
USE_RUBY="ruby18 ruby19 ree18"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_BINWRAP=""
|
| 9 |
|
| 10 |
RUBY_FAKEGEM_TASK_DOC=""
|
| 11 |
RUBY_FAKEGEM_TASK_TEST=""
|
| 12 |
|
| 13 |
inherit ruby-fakegem versionator
|
| 14 |
|
| 15 |
DESCRIPTION="ruby on rails is a web-application and persistance framework"
|
| 16 |
HOMEPAGE="http://www.rubyonrails.org"
|
| 17 |
|
| 18 |
LICENSE="MIT"
|
| 19 |
SLOT="$(get_version_component_range 1-2)"
|
| 20 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
| 21 |
|
| 22 |
IUSE="+asset-pipeline"
|
| 23 |
|
| 24 |
ruby_add_rdepend "
|
| 25 |
~dev-ruby/actionmailer-${PV}
|
| 26 |
~dev-ruby/actionpack-${PV}
|
| 27 |
~dev-ruby/activerecord-${PV}
|
| 28 |
~dev-ruby/activeresource-${PV}
|
| 29 |
~dev-ruby/activesupport-${PV}
|
| 30 |
=dev-ruby/bundler-1*
|
| 31 |
~dev-ruby/railties-${PV}
|
| 32 |
asset-pipeline? (
|
| 33 |
dev-ruby/jquery-rails
|
| 34 |
>=dev-ruby/sass-rails-3.2.3:3.2
|
| 35 |
>=dev-ruby/uglifier-1.0.3
|
| 36 |
>=dev-ruby/coffee-rails-3.2.1:3.2
|
| 37 |
)"
|