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/rails-dom-testing/
Date: Fri, 24 Jun 2022 10:04:48
Message-Id: 1656065079.315094e597112d2bdbefd4fa3d972d79ea4704cd.graaff@gentoo
1 commit: 315094e597112d2bdbefd4fa3d972d79ea4704cd
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 09:44:16 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 10:04:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315094e5
7
8 dev-ruby/rails-dom-testing: drop 2.0.3-r1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 .../rails-dom-testing-2.0.3-r1.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
16 deleted file mode 100644
17 index 50bbca2323b5..000000000000
18 --- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
28 -RUBY_FAKEGEM_EXTRADOC="README.md"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="Compare doms and assert certain elements exists in doms using Nokogiri"
33 -HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
34 -
35 -LICENSE="MIT"
36 -SLOT="2"
37 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
38 -IUSE=""
39 -
40 -ruby_add_rdepend "
41 - >=dev-ruby/activesupport-4.2.0:*
42 - >=dev-ruby/nokogiri-1.6"
43 -
44 -each_ruby_test() {
45 - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
46 -}