commit:     f2da7f1a3e7436bb5fa953acede406d987a6e23c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 08:47:44 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 09:12:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2da7f1a

dev-ruby/rails-dom-testing: drop 2.1.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rails-dom-testing/Manifest                |  1 -
 .../rails-dom-testing-2.1.1.ebuild                 | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/Manifest 
b/dev-ruby/rails-dom-testing/Manifest
index 8c37a71cbc7f..bb67c529e58f 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1 @@
-DIST rails-dom-testing-2.1.1.gem 14848 BLAKE2B 
6923e861ed19bb920fc8e356a9f568f6c9048e87e9bc7adbc804f7fcba92bb8e636b71e4a4594b845e220f19614169d4466a4151df27a45025eb839fea539364
 SHA512 
c820925858b0ea1c4f978743f0f1c2cb9104f66f82fb2b75ec1219d8d68d5766a3e3e571950e2a436d951d183877f5eed4c6d4d9039cee298ee15e568bea43fc
 DIST rails-dom-testing-2.2.0.gem 16896 BLAKE2B 
7d2c17970b69a21d971a93d7a93f7ccdb269c609f53fcb573406f7670d17bc49e6313e723288a9e389c582c2331fa1088f1a4e8c10daf2d48cfdaec2b6e00e04
 SHA512 
90607b42d0239933f34aac803e090802ea823fd6c980149395860d50e8361428d6c5a4a3e9fedd5c7870c896864d3e797d5180b9796c9132ed2755d21e55de98

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild
deleted file mode 100644
index ea3ed52cd8ee..000000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-5.0.0:*
-       >=dev-ruby/nokogiri-1.6
-       dev-ruby/minitest
-"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

Reply via email to