public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-03-12  8:44 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2020-03-12  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7d7596421cfe4068b5bc232157332947bee585c3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 08:36:08 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 08:43:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d759642

dev-ruby/rails-dom-testing: add ruby27

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

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

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
new file mode 100644
index 00000000000..b920cebb02d
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+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 ~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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2024-01-07  7:49 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2024-01-07  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e278b929d8f586bddadb5b7be23eac79abb7f300
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 07:30:35 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 07:49:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e278b929

dev-ruby/rails-dom-testing: drop 2.0.3-r2

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

 dev-ruby/rails-dom-testing/Manifest                |  1 -
 .../rails-dom-testing-2.0.3-r2.ebuild              | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 95ae4340fb70..8c37a71cbc7f 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,3 +1,2 @@
-DIST rails-dom-testing-2.0.3.gem 14336 BLAKE2B 8740433474e88a7cb5be14b4357dd0b69d45a39972136cfe9a4d695d2478b5b535e2b407eb0acc9ec3abd633cb1f8591a634abe6eacd8ec38bba865ad32ed92e SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
 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.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
deleted file mode 100644
index 9c898a51498f..000000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 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-4.2.0:*
-	>=dev-ruby/nokogiri-1.6"
-
-each_ruby_test() {
-	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2024-01-07  7:49 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2024-01-07  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a47921db2646aeb0337a5f3a6779b2b01d4201df
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 07:29:54 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 07:49:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47921db

dev-ruby/rails-dom-testing: enable ruby33

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

 dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild
index d452247b8e3e..272b5586675b 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2023-08-20 10:29 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2023-08-20 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a048ad9bb1e041f2c6d80974425050d39f2fddc4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 10:29:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 10:29:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a048ad9b

dev-ruby/rails-dom-testing: Stabilize 2.1.1 amd64, #912483

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6135b2413fda..ea3ed52cd8ee 100644
--- 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
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2023-08-04  6:12 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2023-08-04  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     89f7f7fdc4ff50c17d0b82d685285af7b6090271
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 05:56:27 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 06:11:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f7f7fd

dev-ruby/rails-dom-testing: add 2.2.0

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

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index c95e4ff948b3..95ae4340fb70 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1,3 @@
 DIST rails-dom-testing-2.0.3.gem 14336 BLAKE2B 8740433474e88a7cb5be14b4357dd0b69d45a39972136cfe9a4d695d2478b5b535e2b407eb0acc9ec3abd633cb1f8591a634abe6eacd8ec38bba865ad32ed92e SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
 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.2.0.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild
new file mode 100644
index 000000000000..d452247b8e3e
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.2.0.ebuild
@@ -0,0 +1,27 @@
+# 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() {
+	MT_NO_PLUGINS=1 ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2023-07-01  8:41 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2023-07-01  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     980b404bb2675318933fdb9669626a32e4ccd81b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 07:22:05 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 08:41:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980b404b

dev-ruby/rails-dom-testing: add 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 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 6c38c5c58c07..c95e4ff948b3 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1 +1,2 @@
 DIST rails-dom-testing-2.0.3.gem 14336 BLAKE2B 8740433474e88a7cb5be14b4357dd0b69d45a39972136cfe9a4d695d2478b5b535e2b407eb0acc9ec3abd633cb1f8591a634abe6eacd8ec38bba865ad32ed92e SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
+DIST rails-dom-testing-2.1.1.gem 14848 BLAKE2B 6923e861ed19bb920fc8e356a9f568f6c9048e87e9bc7adbc804f7fcba92bb8e636b71e4a4594b845e220f19614169d4466a4151df27a45025eb839fea539364 SHA512 c820925858b0ea1c4f978743f0f1c2cb9104f66f82fb2b75ec1219d8d68d5766a3e3e571950e2a436d951d183877f5eed4c6d4d9039cee298ee15e568bea43fc

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
new file mode 100644
index 000000000000..6135b2413fda
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.1.1.ebuild
@@ -0,0 +1,27 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2023-04-03  3:03 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2023-04-03  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     604b2e0577af5e09c3a101c316dee0eafa61bdc1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 02:21:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 03:02:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604b2e05

dev-ruby/rails-dom-testing: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
index 27f64b453065..9c898a51498f 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2022-06-24 10:04 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2022-06-24 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     315094e597112d2bdbefd4fa3d972d79ea4704cd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 09:44:16 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 10:04:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315094e5

dev-ruby/rails-dom-testing: drop 2.0.3-r1

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

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

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
deleted file mode 100644
index 50bbca2323b5..000000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-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 ~riscv ~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
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2022-06-10  4:54 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2022-06-10  4:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f295bf1517ebaad7ffc35d5e93716f1155e9ca7f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 04:51:01 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 04:51:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f295bf15

dev-ruby/rails-dom-testing: enable ruby31

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

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
index e9ad3e08cfa4..07ae57327f66 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2022-06-10  4:54 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2022-06-10  4:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8366fbd0bad48f510e2e26e8e979570b1d3b02f2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 04:51:24 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 04:51:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8366fbd0

dev-ruby/rails-dom-testing: stabilize 2.0.3-r2 for amd64

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

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
index 07ae57327f66..27f64b453065 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2022-03-25 10:22 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2022-03-25 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     028124692f0a6ecf3bf6e04e2e2e9217dfd91dfb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 07:00:57 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 10:22:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02812469

dev-ruby/rails-dom-testing: add ruby30; EAPI 8

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

 .../rails-dom-testing-2.0.3-r2.ebuild              | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
new file mode 100644
index 000000000000..e9ad3e08cfa4
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+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-4.2.0:*
+	>=dev-ruby/nokogiri-1.6"
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2021-09-07 21:28 Marek Szuba
  0 siblings, 0 replies; 43+ messages in thread
From: Marek Szuba @ 2021-09-07 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     bd8ba869bff57ee3b50aa5fe5ee7996b3f8dc288
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 21:19:33 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 21:28:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8ba869

dev-ruby/rails-dom-testing: keyword 2.0.3-r1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index a39c32c9b93..50bbca2323b 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2021-07-04 10:25 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2021-07-04 10:25 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2021-07-04 10:25 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2021-07-04 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9a86bd76613d8a166e991e047b01c1e4f08969e1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 09:19:55 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=9a86bd76

dev-ruby/rails-dom-testing: amd64 stable

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

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index ef731c8a8e8..a39c32c9b93 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-12-20 19:14 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2020-12-20 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     45b2dd6986353819089daff415963f322954e9c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 19:04:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:14:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b2dd69

dev-ruby/rails-dom-testing: Keyword 2.0.3-r1 ppc, #692324

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index 570180a1fe0..ef731c8a8e8 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-12-20 19:03 Sam James
  0 siblings, 0 replies; 43+ messages in thread
From: Sam James @ 2020-12-20 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f82b9a0a8a0f82d0530cf4130d4ed1bff3cf4bee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 18:54:14 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:03:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82b9a0a

dev-ruby/rails-dom-testing: Keyword 2.0.3-r1 ppc64, #692324

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index e5f10482386..570180a1fe0 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-05-05  8:06 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2020-05-05  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     beab09cd258f04d93ebc1c3fe42a416abc6343f9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May  5 07:53:11 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May  5 08:05:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beab09cd

dev-ruby/rails-dom-testing: remove masked slot

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

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index e3396093b11..6c38c5c58c0 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1 @@
-DIST rails-dom-testing-1.0.8.gem 17408 BLAKE2B 50d786712c8d85426e773d66c6f7ae0f687b6be02579ae52e2a3b61637fd27be08519bee0fd00ca687e7ea2c21ec5633b26e9ef1fefddbe48ea38127349fc1f3 SHA512 313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
 DIST rails-dom-testing-2.0.3.gem 14336 BLAKE2B 8740433474e88a7cb5be14b4357dd0b69d45a39972136cfe9a4d695d2478b5b535e2b407eb0acc9ec3abd633cb1f8591a634abe6eacd8ec38bba865ad32ed92e SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72

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


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-04-21 19:45 Sergei Trofimovich
  0 siblings, 0 replies; 43+ messages in thread
From: Sergei Trofimovich @ 2020-04-21 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     426f93f5347cbf3977fd88d04d6c5b62222176d7
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Apr 21 16:54:27 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 19:45:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426f93f5

dev-ruby/rails-dom-testing: keyworded 2.0.3 for sparc, bug #692324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 96572579898..8cdcf4dde98 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2020-04-20 20:41 Sergei Trofimovich
  0 siblings, 0 replies; 43+ messages in thread
From: Sergei Trofimovich @ 2020-04-20 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ab2702752a09bcd0d8487280316d10f9847c3af0
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Apr 20 18:26:21 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 20:41:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab270275

dev-ruby/rails-dom-testing: keyworded 2.0.3-r1 for sparc, bug #692324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index b920cebb02d..e5f10482386 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2019-03-30  9:30 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2019-03-30  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     932f6c8e6f2809cbdc4375cad174e678301ee387
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 07:39:30 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 09:30:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932f6c8e

dev-ruby/rails-dom-testing: add ruby26

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

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 3b2e75145dd..96572579898 100644
--- 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
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2018-05-14  4:23 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2018-05-14  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     baa8ba10a257bfec114ee40abd8e1273187d7d08
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 08:26:42 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 14 04:23:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa8ba10

dev-ruby/rails-dom-testing: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 078d5d2dd75..3b2e75145dd 100644
--- 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
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2018-04-29  9:42 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2018-04-29  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3d88c415184eecf608d223a85672cd2e56605a8a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 09:32:22 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 09:42:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d88c415

dev-ruby/rails-dom-testing: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../rails-dom-testing-1.0.8.ebuild                 | 27 ----------------------
 1 file changed, 27 deletions(-)

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


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2018-03-25 19:45 Sergei Trofimovich
  0 siblings, 0 replies; 43+ messages in thread
From: Sergei Trofimovich @ 2018-03-25 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     37bf5e047349d0185728d2f102c745a896c3db5c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 19:40:55 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 19:40:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bf5e04

dev-ruby/rails-dom-testing: keyworded 1.0.8-r1 for ppc, bug #563858

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8-r1.ebuild
index c1f72fed4ed..d7f1ca77ce0 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2018-01-14  8:15 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2018-01-14  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dfda7c50e2c4b991507fe84d44bb6ed330bd51aa
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 07:56:41 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 08:14:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfda7c50

dev-ruby/rails-dom-testing: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 9fcd8a48d5f..f79bd5f4c24 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2018-01-14  8:15 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2018-01-14  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     02879a759ad0d5a70e7708f109af63537a12b3d2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 07:50:55 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 08:14:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02879a75

dev-ruby/rails-dom-testing: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 0f3301af0c9..e3396093b11 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,3 +1,2 @@
 DIST rails-dom-testing-1.0.8.gem 17408 BLAKE2B 50d786712c8d85426e773d66c6f7ae0f687b6be02579ae52e2a3b61637fd27be08519bee0fd00ca687e7ea2c21ec5633b26e9ef1fefddbe48ea38127349fc1f3 SHA512 313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
-DIST rails-dom-testing-2.0.2.gem 14336 BLAKE2B d7d5087795f69543e8761b02df862c0acbeeccf961a674c0254cec74bd5e02046eeefa4ea7c9328a7c00f9451a214ce23e0eaaf94bbda4f293a7c565ff45486b SHA512 8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93
 DIST rails-dom-testing-2.0.3.gem 14336 BLAKE2B 8740433474e88a7cb5be14b4357dd0b69d45a39972136cfe9a4d695d2478b5b535e2b407eb0acc9ec3abd633cb1f8591a634abe6eacd8ec38bba865ad32ed92e SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
deleted file mode 100644
index c9e061bd2f6..00000000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 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 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/activesupport-4.2:* <dev-ruby/activesupport-6.0:*
-	>=dev-ruby/nokogiri-1.6.0:0"
-
-each_ruby_test() {
-	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-07-04  5:00 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-07-04  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9b8695c7296e33b4884e5de72d250240908aee1e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 04:56:45 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 04:59:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8695c7

dev-ruby/rails-dom-testing: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../rails-dom-testing-1.0.8-r1.ebuild              | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

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


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-07-02  5:43 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-07-02  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc61e04ea1f8e43e42658b1f59c2daa357e4e7d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 05:37:35 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 05:41:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc61e04

dev-ruby/rails-dom-testing: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 514467e440f..9fcd8a48d5f 100644
--- 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
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-07-01 13:45 Alexis Ballier
  0 siblings, 0 replies; 43+ messages in thread
From: Alexis Ballier @ 2017-07-01 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     164421e71e71c9fc896486f248e81af4f4f0740e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 11:50:01 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 13:45:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164421e7

dev-ruby/rails-dom-testing: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 372f5ce9665..514467e440f 100644
--- 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
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-05-12  6:36 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-05-12  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ef983438f2e88280f7fe298ca362a219d2ac6ba6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 06:07:23 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 12 06:36:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef983438

dev-ruby/rails-dom-testing: add 2.0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rails-dom-testing/Manifest                |  1 +
 .../rails-dom-testing-2.0.3.ebuild                 | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 5c4a7dbffe8..21fbba2f0e0 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1,3 @@
 DIST rails-dom-testing-1.0.8.gem 17408 SHA256 19dd4498c8e203b6c7747d0261d961354712e6f67bc74bdecf4060d8e5aac7db SHA512 313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4 WHIRLPOOL 9451a5c6f9f61493441824e745c03dd4b0b2979a81306327feee9f4f9ea5b03a0aeec62a85626db4014e627bcbcf9b0085e3c79f273f15eacda21e93118010e1
 DIST rails-dom-testing-2.0.2.gem 14336 SHA256 7b7a3813b3ae83d450a7d16a80d5f3f38585b5589a28084443fa9c1b492635d8 SHA512 8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93 WHIRLPOOL 1d384ffe55b983d12024eeddd70cb84a929c4e436f7a565c2b072d118322c3addb37389c9ff6de520d40cffa5efa11ffa8f9d3e8cf3b49310e5ece228c95b1fa
+DIST rails-dom-testing-2.0.3.gem 14336 SHA256 b140c4f39f6e609c8113137b9a60dfc2ecb89864e496f87f23a68b3b8f12d8d1 SHA512 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72 WHIRLPOOL 9fdeb5ce9bf80e65a2583b35d05b0a6e2341b1e935ffe93caa4e441fffe1f4cbe2efd09a6d4fcfca6bca1e3b0748cf6f9804a746e968d02838fb92373f3bc3fa

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
new file mode 100644
index 00000000000..372f5ce9665
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="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 ~ppc ~ppc64 ~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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-05-12  6:36 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-05-12  6:36 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-02-25  8:19 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-02-25  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9a658ca66c63ab97ad5f333ee0022c0cb988bdd3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 07:40:22 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 08:17:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a658ca6

dev-ruby/rails-dom-testing: restore x86 keyword

Package-Manager: portage-2.3.3

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 12a7653597..8b5b1905cc 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-02-14  0:36 Michael Weber
  0 siblings, 0 replies; 43+ messages in thread
From: Michael Weber @ 2017-02-14  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b7a2cfdabe7448c9204416cfcc973c6b08fef783
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 00:06:18 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 00:35:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a2cfda

dev-ruby/rails-dom-testing: Add ~ppc keyword (bug 583390).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
index 1e50b539ed..b136ac690d 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2017-01-13  6:54 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2017-01-13  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     738368323ea49af3065145ad4eb0008b3a434bba
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 06:53:56 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 06:53:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73836832

dev-ruby/rails-dom-testing: add 1.0.8

Package-Manager: portage-2.3.0

 dev-ruby/rails-dom-testing/Manifest                |  1 +
 .../rails-dom-testing-1.0.8.ebuild                 | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 2532ea8..dadcb70 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,4 +1,5 @@
 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.8.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild
new file mode 100644
index 00000000..ac4da81
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="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*
+	>=dev-ruby/rails-deprecated_sanitizer-1.0.1"
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-12-30  7:15 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-12-30  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     658d7da9aad8f6417086699254679803e132b95b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 07:10:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 07:10:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d7da9

dev-ruby/rails-dom-testing: add 2.0.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index dbb3365..2532ea8 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,3 +1,4 @@
 DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
 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-2.0.2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
new file mode 100644
index 00000000..1e50b53
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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:0"
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-12-29 13:06 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-12-29 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f55f084534f6c9ea6f13696d2952d631ba3c9411
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 08:47:05 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 13:05:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55f0845

dev-ruby/rails-dom-testing: drop ~ppc, keywording timeout

Package-Manager: portage-2.3.0

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild | 2 +-
 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild | 2 +-
 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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
index 9c2f29c..df586fc 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "

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
index c11abef..87f7d95 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "

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
index c11abef..87f7d95 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-07-18  6:49 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-07-18  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8b8d265c364413b7d7f7cb24cda27752c03e9cdf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 06:40:41 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 06:48:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8d265c

dev-ruby/rails-dom-testing: add ruby23 revision

Package-Manager: portage-2.2.28

 .../rails-dom-testing-1.0.7-r1.ebuild              | 28 ++++++++++++++++++++++
 .../rails-dom-testing-2.0.1-r1.ebuild              | 27 +++++++++++++++++++++
 2 files changed, 55 insertions(+)

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
new file mode 100644
index 0000000..0877d54
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-2.0.1-r1.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1-r1.ebuild
new file mode 100644
index 0000000..7fad8d3
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-06-02  5:16 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-06-02  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0ca8c33db53437d914e9fb8213626c63ed13e0f7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 05:09:35 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 05:09:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca8c33d

dev-ruby/rails-dom-testing: add 2.0.1

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 7dbab10..dbb3365 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1,3 @@
 DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
 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

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
new file mode 100644
index 0000000..c11abef
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~ppc ~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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-05-18  8:55 Fabian Groffen
  0 siblings, 0 replies; 43+ messages in thread
From: Fabian Groffen @ 2016-05-18  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5486aa1975b463ff73e71121c2ced3c92e760fc6
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 08:51:36 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed May 18 08:51:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5486aa19

dev-ruby/rails-dom-testing: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild | 2 +-
 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
index 993c873..9c2f29c 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "

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
index b3bcccf..c11abef 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-05-09  5:01 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-05-09  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c244e67b27710a9e6c75045c96a87de47b8c314d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 04:46:10 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May  9 04:46:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c244e67b

dev-ruby/rails-dom-testing: add 2.0.0

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index 631de04..7dbab10 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1 +1,2 @@
 DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
+DIST rails-dom-testing-2.0.0.gem 13824 SHA256 dfe5b894167bdb5dcd24e679a6efe8bb03ca471ed7237b1f873920cfaaa730ea SHA512 87c01525487bf8f7c76f250a3732e9608954f1c96f02ff4aed7011db760f299221cba78abd68a0b8016d7478ce695fa86c028e433e3014797aa439feaa63b89f WHIRLPOOL 627cd589009c869176e1b88207f3335bf1eb1a475183e14217e3fd813b2dbc3dcc013a519519ea77dbfcff41f741b117975a74b327a9ead85cb660cc14f61a9f

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
new file mode 100644
index 0000000..b3bcccf
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~ppc ~ppc64 ~x86"
+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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-02-16 21:14 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-02-16 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8caa7f8a745808008f49251f676a70e5aa5baaa4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 20:28:46 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 21:12:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caa7f8a

dev-ruby/rails-dom-testing: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 29f5eef..993c873 100644
--- 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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-01-17  8:22 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-01-17  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e2c3962beab634c258c0a3ebefe6ab5c50ab05da
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 08:13:24 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 08:20:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c3962b

dev-ruby/rails-dom-testing: add ruby22

Package-Manager: portage-2.2.26

 dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 1984a7b..29f5eef 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2016-01-17  8:22 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2016-01-17  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     867e186bccacac6464f1957ce328695191e7bf39
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 07:05:18 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 08:20:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867e186b

dev-ruby/rails-dom-testing: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rails-dom-testing/Manifest                |  2 --
 .../rails-dom-testing-1.0.5.ebuild                 | 27 ----------------------
 .../rails-dom-testing-1.0.6.ebuild                 | 27 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index be2c24e..631de04 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,3 +1 @@
-DIST rails-dom-testing-1.0.5.gem 16896 SHA256 35a6b222f33e98bc8c0401cea57aaf155c5a7ab75748e219071538dd096f6f13 SHA512 49b363f89a21af84f4f502284dc4802de2c324f4129c6653c96b548bacd35492b1ca11ae6d631cfc3b777f66ab2cbcccfa9714e7971221ddecd7d296441f6b14 WHIRLPOOL a9f04238acde83b174e85c315d48a4f416eaa08ba07461093dd9fd5abb3dab4213c119d493009489dc8cea203300684fd5c36f811e6ede66c8800f54bf8150a0
-DIST rails-dom-testing-1.0.6.gem 17408 SHA256 a7b69cc95c84b5eb8e3fc6cd77726e409475415223c298647b61ffa33d849dd7 SHA512 56884897b6a2b890920c689412e92489e33979f1c7f55c0d1b82fb0256ca85a32c383f4924cad524e10f95bcc75bb16680ff05460082478491800e5ede71591e WHIRLPOOL b24450c5bb4df0d882463e2d11ea2813c04cd7f8136296bc8f9f0787d7d18ccbcd869358060cbcf4bf2f2a09f6698707410e6e731d913ff94705b3b888229e13
 DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.5.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.5.ebuild
deleted file mode 100644
index 9ed4ace..0000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-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 ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/nokogiri-1.6.0
-	>=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.6.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild
deleted file mode 100644
index 9ed4ace..0000000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-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 ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/nokogiri-1.6.0
-	>=dev-ruby/rails-deprecated_sanitizer-1.0.1"
-
-each_ruby_test() {
-	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
-}


^ permalink raw reply related	[flat|nested] 43+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
@ 2015-08-15  5:42 Hans de Graaff
  0 siblings, 0 replies; 43+ messages in thread
From: Hans de Graaff @ 2015-08-15  5:42 UTC (permalink / raw
  To: gentoo-commits

commit:     213ac475f6ac177a319327bc2c247c622e476784
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 05:41:49 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 05:42:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213ac475

dev-ruby/rails-dom-testing: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/rails-dom-testing/Manifest                |  1 +
 .../rails-dom-testing-1.0.7.ebuild                 | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index a65c3dc..be2c24e 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1,3 @@
 DIST rails-dom-testing-1.0.5.gem 16896 SHA256 35a6b222f33e98bc8c0401cea57aaf155c5a7ab75748e219071538dd096f6f13 SHA512 49b363f89a21af84f4f502284dc4802de2c324f4129c6653c96b548bacd35492b1ca11ae6d631cfc3b777f66ab2cbcccfa9714e7971221ddecd7d296441f6b14 WHIRLPOOL a9f04238acde83b174e85c315d48a4f416eaa08ba07461093dd9fd5abb3dab4213c119d493009489dc8cea203300684fd5c36f811e6ede66c8800f54bf8150a0
 DIST rails-dom-testing-1.0.6.gem 17408 SHA256 a7b69cc95c84b5eb8e3fc6cd77726e409475415223c298647b61ffa33d849dd7 SHA512 56884897b6a2b890920c689412e92489e33979f1c7f55c0d1b82fb0256ca85a32c383f4924cad524e10f95bcc75bb16680ff05460082478491800e5ede71591e WHIRLPOOL b24450c5bb4df0d882463e2d11ea2813c04cd7f8136296bc8f9f0787d7d18ccbcd869358060cbcf4bf2f2a09f6698707410e6e731d913ff94705b3b888229e13
+DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1

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
new file mode 100644
index 0000000..1984a7b
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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 ~ppc ~ppc64"
+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
+}


^ permalink raw reply related	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2024-01-07  7:49 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12  8:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-01-07  7:49 Hans de Graaff
2024-01-07  7:49 Hans de Graaff
2023-08-20 10:29 Sam James
2023-08-04  6:12 Hans de Graaff
2023-07-01  8:41 Hans de Graaff
2023-04-03  3:03 Sam James
2022-06-24 10:04 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2021-07-04 10:25 Hans de Graaff
2021-07-04 10:25 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-05-05  8:06 Hans de Graaff
2020-04-21 19:45 Sergei Trofimovich
2020-04-20 20:41 Sergei Trofimovich
2019-03-30  9:30 Hans de Graaff
2018-05-14  4:23 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-01-14  8:15 Hans de Graaff
2018-01-14  8:15 Hans de Graaff
2017-07-04  5:00 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-05-12  6:36 Hans de Graaff
2017-05-12  6:36 Hans de Graaff
2017-02-25  8:19 Hans de Graaff
2017-02-14  0:36 Michael Weber
2017-01-13  6:54 Hans de Graaff
2016-12-30  7:15 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-06-02  5:16 Hans de Graaff
2016-05-18  8:55 Fabian Groffen
2016-05-09  5:01 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2016-01-17  8:22 Hans de Graaff
2016-01-17  8:22 Hans de Graaff
2015-08-15  5:42 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox