Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/
Date: Wed, 06 May 2020 05:30:57
Message-Id: 1588743030.37633dad96d88548aaaf7c95ad16bca3bcf22493.graaff@gentoo
1 commit: 37633dad96d88548aaaf7c95ad16bca3bcf22493
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 05:30:30 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 05:30:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37633dad
7
8 dev-ruby/jquery-rails: drop removed slot
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild b/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild
17 index 61ac064c183..4c3f8c9954f 100644
18 --- a/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild
19 +++ b/dev-ruby/jquery-rails/jquery-rails-4.3.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -27,7 +27,7 @@ IUSE=""
27 ruby_add_rdepend "
28 >=dev-ruby/railties-4.2.0:*
29 >=dev-ruby/thor-0.14 <dev-ruby/thor-2
30 - || ( dev-ruby/rails-dom-testing:2 dev-ruby/rails-dom-testing:1 )"
31 + dev-ruby/rails-dom-testing:2"
32
33 all_ruby_prepare() {
34 sed -i -e '/git ls-files/d' jquery-rails.gemspec || die