summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-05-05 09:58:36 +0200
committerHans de Graaff <graaff@gentoo.org>2020-05-05 10:05:48 +0200
commit66f093e7509e4c1bb6779f065dcac63058e1e4ac (patch)
treeaa6eda4c1ee5150adc56c2c5970dcbe739b35f8c /dev-ruby/rails/rails-4.2.11.1.ebuild
parentdev-ruby/arel: remove masked slot (diff)
downloadgentoo-66f093e7509e4c1bb6779f065dcac63058e1e4ac.tar.gz
gentoo-66f093e7509e4c1bb6779f065dcac63058e1e4ac.tar.bz2
gentoo-66f093e7509e4c1bb6779f065dcac63058e1e4ac.zip
dev-ruby/rails: remove rails 4.2
Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rails/rails-4.2.11.1.ebuild')
-rw-r--r--dev-ruby/rails/rails-4.2.11.1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-ruby/rails/rails-4.2.11.1.ebuild b/dev-ruby/rails/rails-4.2.11.1.ebuild
deleted file mode 100644
index 9914fbb66511..000000000000
--- a/dev-ruby/rails/rails-4.2.11.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-# The guides are now here but we'd need to rebuilt them first.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.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 ~arm ~x86 ~amd64-linux"
-
-IUSE="+asset-pipeline"
-
-ruby_add_rdepend "
- ~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:0
- dev-ruby/sprockets-rails:*
- 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