Skip to content

Commit

Permalink
dev-ruby/jquery-rails: add ruby24
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
graaff committed Jul 2, 2017
1 parent 0459c14 commit c8f3a93
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions dev-ruby/jquery-rails/jquery-rails-4.3.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
USE_RUBY="ruby21 ruby22 ruby23 ruby24"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md VERSIONS.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="4"
KEYWORDS="~amd64 ~arm ~amd64-linux"

IUSE=""

ruby_add_rdepend "
>=dev-ruby/railties-4.2.0:*
>=dev-ruby/thor-0.14 <dev-ruby/thor-2
|| ( dev-ruby/rails-dom-testing:2 dev-ruby/rails-dom-testing:1 )"

all_ruby_prepare() {
sed -i -e '/git ls-files/d' jquery-rails.gemspec || die
}

0 comments on commit c8f3a93

Please sign in to comment.