45 lines
1.1 KiB
Bash
45 lines
1.1 KiB
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
USE_RUBY="ruby23 ruby24 ruby25"
|
|
|
|
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 ~ppc64 ~x86"
|
|
|
|
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/activestorage-${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
|