diff options
author | 2019-05-16 19:13:07 +0200 | |
---|---|---|
committer | 2019-05-16 19:13:07 +0200 | |
commit | c92c5d8c71699a41d811839bb689ca68b7b11f2a (patch) | |
tree | 392c1a2f1d6e09b5d629d620e6efd6977f4e06ea /dev-ruby/rails/rails-5.2.2.1.ebuild | |
parent | profiles: Mask x11-apps/xtrap and x11-libs/libXTrap for removal (diff) | |
download | gentoo-c92c5d8c71699a41d811839bb689ca68b7b11f2a.tar.gz gentoo-c92c5d8c71699a41d811839bb689ca68b7b11f2a.tar.bz2 gentoo-c92c5d8c71699a41d811839bb689ca68b7b11f2a.zip |
dev-ruby/rails: cleanup
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/rails/rails-5.2.2.1.ebuild')
-rw-r--r-- | dev-ruby/rails/rails-5.2.2.1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-ruby/rails/rails-5.2.2.1.ebuild b/dev-ruby/rails/rails-5.2.2.1.ebuild deleted file mode 100644 index 3eb7023e417b..000000000000 --- a/dev-ruby/rails/rails-5.2.2.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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 eapi7-ver - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="https://rubyonrails.org" - -LICENSE="MIT" -SLOT="$(ver_cut 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 |