commit:     8950abb13093ac7c804f2848eb2155e0f7c43206
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 09:20:14 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 10:25:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8950abb1

dev-ruby/rails-dom-testing: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../rails-dom-testing-2.0.3.ebuild                 | 26 ----------------------
 1 file changed, 26 deletions(-)

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
deleted file mode 100644
index 8cdcf4dde98..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compare doms and assert certain elements exists in doms using 
Nokogiri"
-HOMEPAGE="https://github.com/kaspth/rails-dom-testing";
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-4.2.0:*
-       >=dev-ruby/nokogiri-1.6"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

Reply via email to