summaryrefslogtreecommitdiff
path: root/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild')
-rw-r--r--dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild b/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
deleted file mode 100644
index a72516c0402f..000000000000
--- a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="vendor"
-
-RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="jQuery! For Rails! So great"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
-
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/railties-3.0:* <dev-ruby/railties-5.0:* >=dev-ruby/thor-0.14"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' jquery-rails.gemspec || die
-}