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, 29 Apr 2018 09:42:45
Message-Id: 1524994930.3d88c415184eecf608d223a85672cd2e56605a8a.graaff@gentoo
1 commit: 3d88c415184eecf608d223a85672cd2e56605a8a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 09:32:22 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 09:42:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d88c415
7
8 dev-ruby/rails-dom-testing: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../rails-dom-testing-1.0.8.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild
16 deleted file mode 100644
17 index c8a46c6ecc8..00000000000
18 --- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -USE_RUBY="ruby21 ruby22 ruby23"
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="1"
37 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
38 -IUSE=""
39 -
40 -ruby_add_rdepend "
41 - dev-ruby/activesupport:4.2
42 - >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1*
43 - >=dev-ruby/rails-deprecated_sanitizer-1.0.1"
44 -
45 -each_ruby_test() {
46 - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
47 -}