commit:     5a6de458c7343ee7ccb46dcb383284eba8f7306b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 06:04:28 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 12 06:36:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6de458

dev-ruby/rails-dom-testing: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rails-dom-testing/Manifest                |  3 ---
 .../rails-dom-testing-1.0.7-r1.ebuild              | 27 ----------------------
 .../rails-dom-testing-1.0.7.ebuild                 | 27 ----------------------
 .../rails-dom-testing-2.0.0.ebuild                 | 26 ---------------------
 .../rails-dom-testing-2.0.1-r1.ebuild              | 26 ---------------------
 .../rails-dom-testing-2.0.1.ebuild                 | 26 ---------------------
 6 files changed, 135 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/Manifest 
b/dev-ruby/rails-dom-testing/Manifest
index dadcb70bcab..5c4a7dbffe8 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,5 +1,2 @@
-DIST rails-dom-testing-1.0.7.gem 17408 SHA256 
6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 
29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b
 WHIRLPOOL 
47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
 DIST rails-dom-testing-1.0.8.gem 17408 SHA256 
19dd4498c8e203b6c7747d0261d961354712e6f67bc74bdecf4060d8e5aac7db SHA512 
313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
 WHIRLPOOL 
9451a5c6f9f61493441824e745c03dd4b0b2979a81306327feee9f4f9ea5b03a0aeec62a85626db4014e627bcbcf9b0085e3c79f273f15eacda21e93118010e1
-DIST rails-dom-testing-2.0.0.gem 13824 SHA256 
dfe5b894167bdb5dcd24e679a6efe8bb03ca471ed7237b1f873920cfaaa730ea SHA512 
87c01525487bf8f7c76f250a3732e9608954f1c96f02ff4aed7011db760f299221cba78abd68a0b8016d7478ce695fa86c028e433e3014797aa439feaa63b89f
 WHIRLPOOL 
627cd589009c869176e1b88207f3335bf1eb1a475183e14217e3fd813b2dbc3dcc013a519519ea77dbfcff41f741b117975a74b327a9ead85cb660cc14f61a9f
-DIST rails-dom-testing-2.0.1.gem 13312 SHA256 
b108ebe8d0b61729921e1380983f663912edcf90e8dec822dae9001a9b3d4e97 SHA512 
1073c69e67df2799d12a8c46b2be852d764f2f4eaeb631062f1e735c8e64bf4f42fccd19e973543f83eb101f31083a361631e3395b7194fa318c52a217f49467
 WHIRLPOOL 
cefd2b86faccfcfca585ee47a7a3cb34a6cb68a3f8a8269e08fdaf4267c51b7d97a7475e838b347cca432ce44ca50d764c1ba37013af4ddb9c5b77a013e40276
 DIST rails-dom-testing-2.0.2.gem 14336 SHA256 
7b7a3813b3ae83d450a7d16a80d5f3f38585b5589a28084443fa9c1b492635d8 SHA512 
8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93
 WHIRLPOOL 
1d384ffe55b983d12024eeddd70cb84a929c4e436f7a565c2b072d118322c3addb37389c9ff6de520d40cffa5efa11ffa8f9d3e8cf3b49310e5ece228c95b1fa

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild
deleted file mode 100644
index f5c552d4c08..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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="1"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       dev-ruby/activesupport:4.2
-       >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*
-       >=dev-ruby/rails-deprecated_sanitizer-1.0.1"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
deleted file mode 100644
index 03dc55796ad..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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="1"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       dev-ruby/activesupport:4.2
-       >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*
-       >=dev-ruby/rails-deprecated_sanitizer-1.0.1"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild
deleted file mode 100644
index 14d4dc26008..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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 ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-4.2:* <dev-ruby/activesupport-6.0:*
-       >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1-r1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1-r1.ebuild
deleted file mode 100644
index adf1e99d6c7..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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 ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-4.2:* <dev-ruby/activesupport-6.0:*
-       >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*"
-
-each_ruby_test() {
-       ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1.ebuild
deleted file mode 100644
index 14d4dc26008..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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 ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-4.2:* <dev-ruby/activesupport-6.0:*
-       >=dev-ruby/nokogiri-1.6.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