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