You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
USE_RUBY="ruby22 ruby23 ruby24"
|
|
|
|
RUBY_FAKEGEM_BINWRAP=""
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
RUBY_FAKEGEM_TASK_TEST=""
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
|
|
inherit ruby-fakegem versionator
|
|
|
|
DESCRIPTION="ruby on rails is a web-application and persistance framework"
|
|
HOMEPAGE="http://www.rubyonrails.org"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="$(get_version_component_range 1-2)"
|
|
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
|
|
|
|
IUSE="+asset-pipeline"
|
|
|
|
ruby_add_rdepend "
|
|
~dev-ruby/actioncable-${PV}
|
|
~dev-ruby/actionmailer-${PV}
|
|
~dev-ruby/actionpack-${PV}
|
|
~dev-ruby/actionview-${PV}
|
|
~dev-ruby/activejob-${PV}
|
|
~dev-ruby/activemodel-${PV}
|
|
~dev-ruby/activerecord-${PV}
|
|
~dev-ruby/activesupport-${PV}
|
|
~dev-ruby/railties-${PV}
|
|
>=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
|
|
>=dev-ruby/sprockets-rails-2.0.0:*
|
|
asset-pipeline? (
|
|
dev-ruby/jquery-rails:*
|
|
>=dev-ruby/sass-rails-5.0:5.0
|
|
>=dev-ruby/uglifier-1.3.0:*
|
|
>=dev-ruby/coffee-rails-4.1.0:*
|
|
)"
|
|
|
|
# also: turbolinks, >=jbuilder-1.2:1
|