[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2024-01-20 Thread Hans de Graaff
commit: eca69f5427f13321f2f75e6c6be9a48cae1381b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 21 07:38:31 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 21 07:38:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca69f54

dev-ruby/rack-protection: add 3.2.0

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.2.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 53bbf271c721..bb5be98d1139 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff
 DIST rack-protection-3.0.6.gem 20480 BLAKE2B 
b29d8b87dd7bc4629d97923a448feacb53ae62f8d3753b44a627db742e3065eb1d09846e0be9131b02c83a32e1241154a844fcd5a5a7e708039cae7f6938fbb8
 SHA512 
4763a0439a3d99cfd799325004c7e6cb46783b3fcd77ea0df08caa6b5cdfc95c6ec96791d79261a0d7df26eb0b084e7ead2cceb05b589617159e948b3172e564
 DIST rack-protection-3.1.0.gem 20480 BLAKE2B 
ae5a784eb7420b756d15b251ebc981197f11979e76fed2ad42eb0bcf84719f4b9ab9d68a40ac9ee8db392ad7a8c45c8d4f03de2efb0375dbaa131ec5ff2022e2
 SHA512 
18a5ffe614a906ca876926bff3e4d1657f0b6963005ee32de80d0ab987b9465f603b30d69f07fd8d8a1ebf4fa85eb89bfd0b607d72387b360d13bea113a63ef7
+DIST rack-protection-3.2.0.gem 20480 BLAKE2B 
ac471dd39e8aad633bf20835f8dbeb9ca53b314b038391a8b334b1e5f2dd2c88983b1988655b5c946211883956318e50a7c2990386a0a43881f29bca474c8789
 SHA512 
8c8a715e031bbba3a572dc70e3ebc75357e43860fb8c3c88d15c9f07c07b3d6d27b335abc2eebb29c12a78871ef7be9788231f7ccfafca692afea49397310fee

diff --git a/dev-ruby/rack-protection/rack-protection-3.2.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.2.0.ebuild
new file mode 100644
index ..b79877ef8fa3
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://sinatrarb.com/protection/;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-12-28 Thread Hans de Graaff
commit: 8716a93156728708e93361e54e4ea05eb3d01110
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 29 07:20:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 29 07:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716a931

dev-ruby/rack-protection: enable ruby33

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

 dev-ruby/rack-protection/rack-protection-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
index d1d2be4d588d..084831e63ebe 100644
--- a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-08-18 Thread Hans de Graaff
commit: 9f8a98c1ea193b838e03ffb7ef61abbbccafd7dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 19 05:20:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 19 05:20:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8a98c1

dev-ruby/rack-protection: drop 2.2.3

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

 dev-ruby/rack-protection/Manifest  |  1 -
 .../rack-protection/rack-protection-2.2.3.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index dc9a78f21d51..53bbf271c721 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,4 +1,3 @@
-DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
 DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff
 DIST rack-protection-3.0.6.gem 20480 BLAKE2B 
b29d8b87dd7bc4629d97923a448feacb53ae62f8d3753b44a627db742e3065eb1d09846e0be9131b02c83a32e1241154a844fcd5a5a7e708039cae7f6938fbb8
 SHA512 
4763a0439a3d99cfd799325004c7e6cb46783b3fcd77ea0df08caa6b5cdfc95c6ec96791d79261a0d7df26eb0b084e7ead2cceb05b589617159e948b3172e564
 DIST rack-protection-3.1.0.gem 20480 BLAKE2B 
ae5a784eb7420b756d15b251ebc981197f11979e76fed2ad42eb0bcf84719f4b9ab9d68a40ac9ee8db392ad7a8c45c8d4f03de2efb0375dbaa131ec5ff2022e2
 SHA512 
18a5ffe614a906ca876926bff3e4d1657f0b6963005ee32de80d0ab987b9465f603b30d69f07fd8d8a1ebf4fa85eb89bfd0b607d72387b360d13bea113a63ef7

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
deleted file mode 100644
index afb3346107e5..
--- a/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-08-12 Thread Hans de Graaff
commit: 930159a5b73991d34dfe4bda5256670cdd1c9e89
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 12 06:50:23 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 12 07:21:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930159a5

dev-ruby/rack-protection: add 3.1.0

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.1.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 563cbdc9d1cb..dc9a78f21d51 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
 DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff
 DIST rack-protection-3.0.6.gem 20480 BLAKE2B 
b29d8b87dd7bc4629d97923a448feacb53ae62f8d3753b44a627db742e3065eb1d09846e0be9131b02c83a32e1241154a844fcd5a5a7e708039cae7f6938fbb8
 SHA512 
4763a0439a3d99cfd799325004c7e6cb46783b3fcd77ea0df08caa6b5cdfc95c6ec96791d79261a0d7df26eb0b084e7ead2cceb05b589617159e948b3172e564
+DIST rack-protection-3.1.0.gem 20480 BLAKE2B 
ae5a784eb7420b756d15b251ebc981197f11979e76fed2ad42eb0bcf84719f4b9ab9d68a40ac9ee8db392ad7a8c45c8d4f03de2efb0375dbaa131ec5ff2022e2
 SHA512 
18a5ffe614a906ca876926bff3e4d1657f0b6963005ee32de80d0ab987b9465f603b30d69f07fd8d8a1ebf4fa85eb89bfd0b607d72387b360d13bea113a63ef7

diff --git a/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
new file mode 100644
index ..d1d2be4d588d
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://sinatrarb.com/protection/;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-07-24 Thread Jakov Smolić
commit: db5621ba279949beb08f58d38263bd30d897825a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 12:06:39 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 12:06:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5621ba

dev-ruby/rack-protection: Stabilize 3.0.6 amd64, #910999

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/rack-protection/rack-protection-3.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild
index d1d2be4d588d..fe0df221df36 100644
--- a/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://sinatrarb.com/protection/;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-06-13 Thread Hans de Graaff
commit: efada6e0ecdea596648c910bbc568f649ab03f8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 10:03:00 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 10:11:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efada6e0

dev-ruby/rack-protection: drop 3.0.1, 3.0.2, 3.0.4

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

 dev-ruby/rack-protection/Manifest  |  3 ---
 .../rack-protection/rack-protection-3.0.1.ebuild   | 24 --
 .../rack-protection/rack-protection-3.0.2.ebuild   | 24 --
 .../rack-protection/rack-protection-3.0.4.ebuild   | 24 --
 4 files changed, 75 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 2952e95eb2e3..21d5a3d44dd8 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,5 +1,2 @@
 DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
-DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
-DIST rack-protection-3.0.2.gem 20480 BLAKE2B 
95c951c6995ac4e69bb6aca85ff0c8a86793466db84e149ef6d287fb479fe49bc3708d0bc71ca656c4bb79b069d3b01139fab04756bc68051eda90db29f506a4
 SHA512 
54603e8ba22f1b359e5ffe82a3ee99a31a26e5dedd1e46edd4591ca416a1f241dc37ce2b6da25262a9cf9027b0e8687bd23c6dcbea0197131ca33088cbfd0280
-DIST rack-protection-3.0.4.gem 20480 BLAKE2B 
a71d86a123cdf392632c3193cccf8fc5635ca076039eecc40fd0aa050624e909d63c578727ca1e4bf13736fb844b8d3114ce34a6729b57b600715cab7ec25c1f
 SHA512 
b898c66dcac38219c43b1a6ce3a2952ca35e44f81b604f00dbff43938b5493df4c9a654ae221f01675f8f4b8aaf90f31b435a648f46f70789ac78a0c4a0c4f12
 DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
deleted file mode 100644
index 152e78e45bd0..
--- a/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild
deleted file mode 100644
index 152e78e45bd0..
--- a/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild
deleted file mode 100644
index 152e78e45bd0..
--- a/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-06-13 Thread Hans de Graaff
commit: fd179da16aadc4da026dc578ba4f0ad63386cc12
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 10:10:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 10:11:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd179da1

dev-ruby/rack-protection: add 3.0.6

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.0.6.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 21d5a3d44dd8..563cbdc9d1cb 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1,3 @@
 DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
 DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff
+DIST rack-protection-3.0.6.gem 20480 BLAKE2B 
b29d8b87dd7bc4629d97923a448feacb53ae62f8d3753b44a627db742e3065eb1d09846e0be9131b02c83a32e1241154a844fcd5a5a7e708039cae7f6938fbb8
 SHA512 
4763a0439a3d99cfd799325004c7e6cb46783b3fcd77ea0df08caa6b5cdfc95c6ec96791d79261a0d7df26eb0b084e7ead2cceb05b589617159e948b3172e564

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild
new file mode 100644
index ..d1d2be4d588d
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://sinatrarb.com/protection/;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-06-13 Thread Hans de Graaff
commit: 79bba396560e8527ea6ea4d63c04f4776caa02fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 10:10:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 10:11:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bba396

dev-ruby/rack-protection: update upstream metadata

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

 dev-ruby/rack-protection/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/metadata.xml 
b/dev-ruby/rack-protection/metadata.xml
index 2ca187126bb2..f2a92a716a0a 100644
--- a/dev-ruby/rack-protection/metadata.xml
+++ b/dev-ruby/rack-protection/metadata.xml
@@ -10,6 +10,6 @@
   of software inbetween.
   
   
-rkh/rack-protection
+sinatra/rack-protection
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-04-07 Thread Sam James
commit: cebdce026a2e24682c8d0a2e9f335b2c467388d3
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 07:40:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 11:24:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebdce02

dev-ruby/rack-protection: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/rack-protection/rack-protection-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
index 31bb18448cc9..be284c2c4bc2 100644
--- a/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-04-06 Thread Sam James
commit: e91e5d090b19f56ab3e322e006edca60c854b62c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 04:12:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 04:12:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91e5d09

dev-ruby/rack-protection: Stabilize 3.0.5 amd64, #903943

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/rack-protection/rack-protection-3.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
index c1fe98e42fca..31bb18448cc9 100644
--- a/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-01-07 Thread Hans de Graaff
commit: df5b52bd9d1c57a976126629ec08dbd9729977f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  7 08:23:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 07:49:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5b52bd

dev-ruby/rack-protection: drop 2.2.0, 2.2.1, 2.2.2

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

 dev-ruby/rack-protection/Manifest  |  3 ---
 .../rack-protection/rack-protection-2.2.0.ebuild   | 24 --
 .../rack-protection/rack-protection-2.2.1.ebuild   | 24 --
 .../rack-protection/rack-protection-2.2.2.ebuild   | 24 --
 4 files changed, 75 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 01de54161898..2952e95eb2e3 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,6 +1,3 @@
-DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
-DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
-DIST rack-protection-2.2.2.gem 17408 BLAKE2B 
d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d
 SHA512 
6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb
 DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
 DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
 DIST rack-protection-3.0.2.gem 20480 BLAKE2B 
95c951c6995ac4e69bb6aca85ff0c8a86793466db84e149ef6d287fb479fe49bc3708d0bc71ca656c4bb79b069d3b01139fab04756bc68051eda90db29f506a4
 SHA512 
54603e8ba22f1b359e5ffe82a3ee99a31a26e5dedd1e46edd4591ca416a1f241dc37ce2b6da25262a9cf9027b0e8687bd23c6dcbea0197131ca33088cbfd0280

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
deleted file mode 100644
index 13db1f3f6e1f..
--- a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild
deleted file mode 100644
index d31bdbd997d7..
--- a/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.2.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2023-01-07 Thread Hans de Graaff
commit: c12c6719d9c9d7981c778d87153fb64ef624e8f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  7 08:21:23 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 07:49:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12c6719

dev-ruby/rack-protection: add 3.0.5

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.0.5.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index a67be12c4287..01de54161898 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -5,3 +5,4 @@ DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce22
 DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
 DIST rack-protection-3.0.2.gem 20480 BLAKE2B 
95c951c6995ac4e69bb6aca85ff0c8a86793466db84e149ef6d287fb479fe49bc3708d0bc71ca656c4bb79b069d3b01139fab04756bc68051eda90db29f506a4
 SHA512 
54603e8ba22f1b359e5ffe82a3ee99a31a26e5dedd1e46edd4591ca416a1f241dc37ce2b6da25262a9cf9027b0e8687bd23c6dcbea0197131ca33088cbfd0280
 DIST rack-protection-3.0.4.gem 20480 BLAKE2B 
a71d86a123cdf392632c3193cccf8fc5635ca076039eecc40fd0aa050624e909d63c578727ca1e4bf13736fb844b8d3114ce34a6729b57b600715cab7ec25c1f
 SHA512 
b898c66dcac38219c43b1a6ce3a2952ca35e44f81b604f00dbff43938b5493df4c9a654ae221f01675f8f4b8aaf90f31b435a648f46f70789ac78a0c4a0c4f12
+DIST rack-protection-3.0.5.gem 20480 BLAKE2B 
1fa11760c6ddac58234ffe2e6d783c985e29b5e2bd10ea21b0782f7824b5930351c8e32c9401b6276ef028adcd8b25ca4458333d8008a554c413f54315ff8809
 SHA512 
4ed0ee9e8fe08532ff7f2905251af110f3fff0e419da5be50ae3e5a90906e43c39cf8edc219fcfe3e27a72591500c040afcc9552da875773375b170fb91aa9ff

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
new file mode 100644
index ..c1fe98e42fca
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-12-04 Thread Arthur Zamarin
commit: e42745356da1c636d73869288ba165792297ce1a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 17:56:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 17:56:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4274535

dev-ruby/rack-protection: Stabilize 2.2.3 amd64, #884241

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/rack-protection/rack-protection-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
index d31bdbd997d7..ab048d247562 100644
--- a/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-12-03 Thread Hans de Graaff
commit: 8d0d545cf3f459fccae7a2b3140439cdb88046b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 10:27:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 11:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d545c

dev-ruby/rack-protection: add 2.2.3, 3.0.4

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

 dev-ruby/rack-protection/Manifest  |  2 ++
 .../rack-protection/rack-protection-2.2.3.ebuild   | 24 ++
 .../rack-protection/rack-protection-3.0.4.ebuild   | 24 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index d9636c2171be..a67be12c4287 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,5 +1,7 @@
 DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
 DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
 DIST rack-protection-2.2.2.gem 17408 BLAKE2B 
d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d
 SHA512 
6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb
+DIST rack-protection-2.2.3.gem 17920 BLAKE2B 
7a66cf4d5de68acd3ef4c7db2485657ce226e3101660f4f15bb3a8ab937785211055e49d676cf73cf52d4896e787d8f78a62099549a4ff846b5963c4247b5dd3
 SHA512 
ce41e1e61016090125557d8211b65b0fc9d545fac6c42f64fb3f48ac0fea56689e17acf7aca6cd82137ba7384c559ac47ac9995f57068f3f216ae61b7fe8953d
 DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
 DIST rack-protection-3.0.2.gem 20480 BLAKE2B 
95c951c6995ac4e69bb6aca85ff0c8a86793466db84e149ef6d287fb479fe49bc3708d0bc71ca656c4bb79b069d3b01139fab04756bc68051eda90db29f506a4
 SHA512 
54603e8ba22f1b359e5ffe82a3ee99a31a26e5dedd1e46edd4591ca416a1f241dc37ce2b6da25262a9cf9027b0e8687bd23c6dcbea0197131ca33088cbfd0280
+DIST rack-protection-3.0.4.gem 20480 BLAKE2B 
a71d86a123cdf392632c3193cccf8fc5635ca076039eecc40fd0aa050624e909d63c578727ca1e4bf13736fb844b8d3114ce34a6729b57b600715cab7ec25c1f
 SHA512 
b898c66dcac38219c43b1a6ce3a2952ca35e44f81b604f00dbff43938b5493df4c9a654ae221f01675f8f4b8aaf90f31b435a648f46f70789ac78a0c4a0c4f12

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-10-21 Thread Hans de Graaff
commit: 0ac194d3ccc9653768e0ae98ca404c96121bb12a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 22 04:21:32 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 22 04:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac194d3

dev-ruby/rack-protection: add 3.0.2

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.0.2.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 606fbe1aea17..d9636c2171be 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -2,3 +2,4 @@ DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c
 DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
 DIST rack-protection-2.2.2.gem 17408 BLAKE2B 
d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d
 SHA512 
6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb
 DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
+DIST rack-protection-3.0.2.gem 20480 BLAKE2B 
95c951c6995ac4e69bb6aca85ff0c8a86793466db84e149ef6d287fb479fe49bc3708d0bc71ca656c4bb79b069d3b01139fab04756bc68051eda90db29f506a4
 SHA512 
54603e8ba22f1b359e5ffe82a3ee99a31a26e5dedd1e46edd4591ca416a1f241dc37ce2b6da25262a9cf9027b0e8687bd23c6dcbea0197131ca33088cbfd0280

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-10-01 Thread Hans de Graaff
commit: 8df959a256ae980bfa367d668bfe9c7784a2f9cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  1 07:13:03 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  1 07:55:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df959a2

dev-ruby/rack-protection: add 3.0.1

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-3.0.1.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 49812e12289d..606fbe1aea17 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
 DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
 DIST rack-protection-2.2.2.gem 17408 BLAKE2B 
d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d
 SHA512 
6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb
+DIST rack-protection-3.0.1.gem 20480 BLAKE2B 
102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc
 SHA512 
730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df

diff --git a/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-07-24 Thread Hans de Graaff
commit: ac119814ca8607934eb57f794a09f45cf7d40929
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 24 07:35:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 24 07:35:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac119814

dev-ruby/rack-protection: add 2.2.2

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.2.2.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index aaffbbc57a4c..49812e12289d 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1,3 @@
 DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
 DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
+DIST rack-protection-2.2.2.gem 17408 BLAKE2B 
d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d
 SHA512 
6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.2.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.2.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-07-16 Thread Hans de Graaff
commit: 61b6098e465068568c04776a27f637ab5a966022
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 16 06:47:10 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 16 06:52:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b6098e

dev-ruby/rack-protection: add 2.2.1

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.2.1.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 258781ff427b..aaffbbc57a4c 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1 +1,2 @@
 DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
+DIST rack-protection-2.2.1.gem 17408 BLAKE2B 
21ecf95a27ab08b2e89369cfa43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6
 SHA512 
595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild
new file mode 100644
index ..d31bdbd997d7
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-06-03 Thread Hans de Graaff
commit: 6e23d44e35b2f3d88a3eb8d4cafdfb3dd3c15fc6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  3 06:33:56 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  4 05:47:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e23d44e

dev-ruby/rack-protection: enable ruby31

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

 dev-ruby/rack-protection/rack-protection-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
index 263f114e79f3..13db1f3f6e1f 100644
--- a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.2.0.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"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-05-06 Thread Hans de Graaff
commit: 1bb1dcb2ac8405797cfe57044675ec99aad3222f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 08:21:32 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 08:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb1dcb2

dev-ruby/rack-protection: stabilize 2.2.0 for amd64

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

 dev-ruby/rack-protection/rack-protection-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
index d4ddbd88b292..263f114e79f3 100644
--- a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-05-06 Thread Hans de Graaff
commit: ffbf448639908a2965478eabb2c2a763be53783b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 08:22:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 08:22:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbf4486

dev-ruby/rack-protection: drop 2.1.0

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

 dev-ruby/rack-protection/Manifest  |  1 -
 .../rack-protection/rack-protection-2.1.0.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index df6fa09ab02a..258781ff427b 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1 @@
-DIST rack-protection-2.1.0.gem 17408 BLAKE2B 
e4804273d346c76e9e7348bfa9575f16c9d415da9db4e8677782aed70fa613b6f322c82808707734276b8db60fce9d87fbbaac807c1b8df7f6bf1960c76ae244
 SHA512 
965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded
 DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4

diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
deleted file mode 100644
index c5f7a62db614..
--- a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2022-03-18 Thread Hans de Graaff
commit: b2ffd2092c0ab2003e0b19a4a6f4ae92462b0db0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 18 06:55:26 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 18 06:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ffd209

dev-ruby/rack-protection: add 2.2.0

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.2.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index ba7ffb86acc9..df6fa09ab02a 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1 +1,2 @@
 DIST rack-protection-2.1.0.gem 17408 BLAKE2B 
e4804273d346c76e9e7348bfa9575f16c9d415da9db4e8677782aed70fa613b6f322c82808707734276b8db60fce9d87fbbaac807c1b8df7f6bf1960c76ae244
 SHA512 
965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded
+DIST rack-protection-2.2.0.gem 17408 BLAKE2B 
d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358
 SHA512 
06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4

diff --git a/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
new file mode 100644
index ..d4ddbd88b292
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2021-09-07 Thread Marek Szuba
commit: 66eec99136d5f30d4dbb17c9cfd4b6a3992aba2f
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 19:26:13 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 21:28:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eec991

dev-ruby/rack-protection: keyword 2.1.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-ruby/rack-protection/rack-protection-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
index 749cd6610d3..c5f7a62db61 100644
--- a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2021-05-22 Thread Hans de Graaff
commit: f62b97e9f3856482634e5e98b6bf8428ad4be350
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 22 07:11:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 22 07:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b97e9

dev-ruby/rack-protection: add ruby30

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/rack-protection-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
index 35febe98e55..749cd6610d3 100644
--- a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-12-29 Thread Hans de Graaff
commit: 50f8a6019f777a5c210be5bce33d84ceb7e269f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 29 10:46:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 29 10:48:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f8a601

dev-ruby/rack-protection: cleanup

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/Manifest  |  1 -
 .../rack-protection/rack-protection-2.0.8.1.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index e359f5b06da..ba7ffb86acc 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1 @@
-DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 
013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb
 SHA512 
264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562
 DIST rack-protection-2.1.0.gem 17408 BLAKE2B 
e4804273d346c76e9e7348bfa9575f16c9d415da9db4e8677782aed70fa613b6f322c82808707734276b8db60fce9d87fbbaac807c1b8df7f6bf1960c76ae244
 SHA512 
965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
deleted file mode 100644
index 89bfa5e9576..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-12-28 Thread Hans de Graaff
commit: 98134588f8960f52e550b640d9b8717a0308754a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 29 07:19:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 29 07:19:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98134588

dev-ruby/rack-protection: amd64 stable, bug 761897

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/rack-protection-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
index 06b55d8939f..4d19468eb3a 100644
--- a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-09-19 Thread Hans de Graaff
commit: ac8feffa456b17d76fbf0639500ee45283f3e3b9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 19 06:06:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 19 06:06:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8feffa

dev-ruby/rack-protection: add 2.1.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.1.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 8386432d8d2..e359f5b06da 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1 +1,2 @@
 DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 
013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb
 SHA512 
264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562
+DIST rack-protection-2.1.0.gem 17408 BLAKE2B 
e4804273d346c76e9e7348bfa9575f16c9d415da9db4e8677782aed70fa613b6f322c82808707734276b8db60fce9d87fbbaac807c1b8df7f6bf1960c76ae244
 SHA512 
965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded

diff --git a/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
new file mode 100644
index 000..06b55d8939f
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-09-05 Thread Hans de Graaff
commit: 6002382d57cb8341b68d460fef5704158aefca01
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  5 06:37:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep  5 08:01:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6002382d

dev-ruby/rack-protection: cleanup

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/Manifest  |  1 -
 .../rack-protection/rack-protection-1.5.5.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index bc125b8cc69..8386432d8d2 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1 @@
-DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 
013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb
 SHA512 
264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
deleted file mode 100644
index 947c453c7e4..000
--- a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-07-05 Thread Hans de Graaff
commit: 6755509ef9d06c9bed591faf991b9176768513b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  5 06:19:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  5 06:25:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6755509e

dev-ruby/rack-protection: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/Manifest  |  2 --
 .../rack-protection/rack-protection-2.0.5.ebuild   | 25 --
 .../rack-protection/rack-protection-2.0.7.ebuild   | 24 -
 3 files changed, 51 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 7d2f3c9b869..bc125b8cc69 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,4 +1,2 @@
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
-DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4
-DIST rack-protection-2.0.7.gem 16896 BLAKE2B 
e9d6c91cebc62e6f1efa91a790edc218c78b8336ebcb03ac086e070360be0e5ded4a897042b85bef8e5625dd8c1bf035a825202f0a619f10e584fafce1ab0d0d
 SHA512 
9001bee93859c87060450b83171eab80bf085c0238f978673ac6e31e3e1884a0de1a6d789a61900d1fc429e64f2eb3893e88cf32bef0b3e2a9f58e6f3a3abea1
 DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 
013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb
 SHA512 
264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
deleted file mode 100644
index cf0d8d0cf44..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
+++ /dev/null
@@ -1,25 +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"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild
deleted file mode 100644
index baa1bf4d9be..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-06-21 Thread Hans de Graaff
commit: 038f9baff88fe3965b343bf1aa22bc20ed89c4df
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 21 09:02:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 21 09:05:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038f9baf

dev-ruby/rack-protection: amd64 stable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
index 9f85bed8bd0..89bfa5e9576 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-03-12 Thread Hans de Graaff
commit: a57f78fba44e6650d3210cd02cb86a957676309f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 12 13:47:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 12 13:47:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57f78fb

dev-ruby/rack-protection: add ruby27

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

 dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
index 86e10045f0a..f91729d3beb 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2020-03-01 Thread Hans de Graaff
commit: 4a09c71dc7c9ee35735f5832fe5eb87867050fde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar  1 08:21:11 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  1 08:22:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a09c71d

dev-ruby/rack-protection: add 2.0.8.1

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

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.8.1.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 6fa2c52715a..7d2f3c9b869 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4
 DIST rack-protection-2.0.7.gem 16896 BLAKE2B 
e9d6c91cebc62e6f1efa91a790edc218c78b8336ebcb03ac086e070360be0e5ded4a897042b85bef8e5625dd8c1bf035a825202f0a619f10e584fafce1ab0d0d
 SHA512 
9001bee93859c87060450b83171eab80bf085c0238f978673ac6e31e3e1884a0de1a6d789a61900d1fc429e64f2eb3893e88cf32bef0b3e2a9f58e6f3a3abea1
+DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 
013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb
 SHA512 
264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
new file mode 100644
index 000..86e10045f0a
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2019-08-23 Thread Hans de Graaff
commit: 544097eeb8104dbf606afea3274f82f160a77336
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 24 04:45:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 24 04:45:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544097ee

dev-ruby/rack-protection: add 2.0.7

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.7.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 195e1e2e54f..6fa2c52715a 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1,3 @@
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4
+DIST rack-protection-2.0.7.gem 16896 BLAKE2B 
e9d6c91cebc62e6f1efa91a790edc218c78b8336ebcb03ac086e070360be0e5ded4a897042b85bef8e5625dd8c1bf035a825202f0a619f10e584fafce1ab0d0d
 SHA512 
9001bee93859c87060450b83171eab80bf085c0238f978673ac6e31e3e1884a0de1a6d789a61900d1fc429e64f2eb3893e88cf32bef0b3e2a9f58e6f3a3abea1

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild
new file mode 100644
index 000..424f35c8363
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2019-04-27 Thread Hans de Graaff
commit: 6ced81e28d9dedb13ec54fed839d71147cd010ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 27 06:12:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 27 06:12:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ced81e2

dev-ruby/rack-protection: amd64 stable

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

 dev-ruby/rack-protection/rack-protection-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
index fefd162a4f3..1ebe8567064 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2019-04-27 Thread Hans de Graaff
commit: 85a0ec7ed8ffb40143545833e5f195d023e7bcb6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 27 06:10:52 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 27 06:10:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a0ec7e

dev-ruby/rack-protection: cleanup

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

 dev-ruby/rack-protection/Manifest  |  3 ---
 .../rack-protection/rack-protection-2.0.2.ebuild   | 25 --
 .../rack-protection/rack-protection-2.0.3.ebuild   | 25 --
 .../rack-protection/rack-protection-2.0.4.ebuild   | 25 --
 4 files changed, 78 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 41cc46782bc..195e1e2e54f 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,5 +1,2 @@
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
-DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
-DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338
-DIST rack-protection-2.0.4.gem 16896 BLAKE2B 
d20bd67bfcbb8ba34689cdc909c1f89305bc6a08c44b9cdde8a7d1615c86400572a24a060a9100c699791cd910e5bbf17106b8c921e1e6a21f814457a93dc2c1
 SHA512 
e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4
 DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
deleted file mode 100644
index 688357c2360..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
deleted file mode 100644
index 688357c2360..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
deleted file mode 100644
index 688357c2360..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2019-01-11 Thread Hans de Graaff
commit: 8cefd1a84d3e26c637e8f8dd62e76fcea1c8a0d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 11 07:38:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 11 07:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cefd1a8

dev-ruby/rack-protection: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rack-protection/rack-protection-2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
index 7128d3fd8e4..fefd162a4f3 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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"
 
 # There are no specs in the gem and the source cannot be downloaded separately.
 RUBY_FAKEGEM_RECIPE_TEST="none"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-12-23 Thread Hans de Graaff
commit: 740fa543d21b27d5f8c85391f51e6619329d955d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 24 06:57:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 24 06:57:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740fa543

dev-ruby/rack-protection: add 2.0.5

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.5.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index ec4d7f0853a..41cc46782bc 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -2,3 +2,4 @@ DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
 DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338
 DIST rack-protection-2.0.4.gem 16896 BLAKE2B 
d20bd67bfcbb8ba34689cdc909c1f89305bc6a08c44b9cdde8a7d1615c86400572a24a060a9100c699791cd910e5bbf17106b8c921e1e6a21f814457a93dc2c1
 SHA512 
e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4
+DIST rack-protection-2.0.5.gem 16896 BLAKE2B 
144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521
 SHA512 
9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
new file mode 100644
index 000..7128d3fd8e4
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-09-26 Thread Hans de Graaff
commit: 20f45848d4ded1ec890285da28ac4056a1631ef1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 27 04:10:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 27 04:10:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f45848

dev-ruby/rack-protection: add 2.0.4

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.4.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 8a431e51644..ec4d7f0853a 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
 DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338
+DIST rack-protection-2.0.4.gem 16896 BLAKE2B 
d20bd67bfcbb8ba34689cdc909c1f89305bc6a08c44b9cdde8a7d1615c86400572a24a060a9100c699791cd910e5bbf17106b8c921e1e6a21f814457a93dc2c1
 SHA512 
e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
new file mode 100644
index 000..688357c2360
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-19 Thread Hans de Graaff
commit: 35386ad5f76d70518a103bde2fc49a0f112b5a20
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 19 06:23:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 19 06:23:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35386ad5

dev-ruby/rack-protection: move ~arm64 forward

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/rack-protection-2.0.2.ebuild | 2 +-
 dev-ruby/rack-protection/rack-protection-2.0.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
index a874a0ed929..688357c2360 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
index a874a0ed929..688357c2360 100644
--- a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-17 Thread Hans de Graaff
commit: 2aafae1819c07fd6acbbf0e8d8b17d24e35112ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 05:48:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 05:48:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aafae18

dev-ruby/rack-protection: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/Manifest  |  2 --
 .../rack-protection/rack-protection-2.0.0.ebuild   | 25 --
 .../rack-protection/rack-protection-2.0.1.ebuild   | 25 --
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 1dd2f88cf02..83a7f8a0958 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,6 +1,4 @@
 DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f713166965a6d1392f20a966e3502facc4294c0a824beaa395306e0ba3234902eef717ed839e3e3ca907deedf83370d
 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
-DIST rack-protection-2.0.0.gem 15872 BLAKE2B 
706fba47a09565bc973a5dbae3369cb26d02839be92347bb153c5f12054ef605e8e025a0666cb0aa44aae316ba494fffdbb7bbc840dfefff9b3e0b0efd39817a
 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
-DIST rack-protection-2.0.1.gem 15872 BLAKE2B 
bd2b17d21767f4f6772400168ddd53491693780b62359d526739580cca66b5b27d4f4c6f419a6ef695ffbef5ff9045bac683c78117765ff784fda136ec102090
 SHA512 
6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
 DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild
deleted file mode 100644
index 275dc564959..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild
deleted file mode 100644
index 77b5b041412..000
--- a/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# There are no specs in the gem and the source cannot be downloaded separately.
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack:*"
-
-# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-17 Thread Hans de Graaff
commit: 0ebaf51a9f6c5bc979b30f5c8d151227d3be4440
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 05:46:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 05:46:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ebaf51a

dev-ruby/rack-protection: add 1.5.5 for bug 661454

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-1.5.5.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index be3e6ecdce9..1dd2f88cf02 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,4 +1,5 @@
 DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f713166965a6d1392f20a966e3502facc4294c0a824beaa395306e0ba3234902eef717ed839e3e3ca907deedf83370d
 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
+DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.0.gem 15872 BLAKE2B 
706fba47a09565bc973a5dbae3369cb26d02839be92347bb153c5f12054ef605e8e025a0666cb0aa44aae316ba494fffdbb7bbc840dfefff9b3e0b0efd39817a
 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
 DIST rack-protection-2.0.1.gem 15872 BLAKE2B 
bd2b17d21767f4f6772400168ddd53491693780b62359d526739580cca66b5b27d4f4c6f419a6ef695ffbef5ff9045bac683c78117765ff784fda136ec102090
 SHA512 
6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
new file mode 100644
index 000..87a0b02784e
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-17 Thread Hans de Graaff
commit: c454869172e21775253c90a932bb248743ef1c8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 05:50:49 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 05:50:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4548691

dev-ruby/rack-protection: remove vulnerable version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/Manifest  |  1 -
 .../rack-protection-1.5.3-r1.ebuild| 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 83a7f8a0958..8a431e51644 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,4 +1,3 @@
-DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f713166965a6d1392f20a966e3502facc4294c0a824beaa395306e0ba3234902eef717ed839e3e3ca907deedf83370d
 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
 DIST rack-protection-1.5.5.gem 18432 BLAKE2B 
abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315
 SHA512 
c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
 DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
deleted file mode 100644
index 10a511702bf..000
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-17 Thread Hans de Graaff
commit: ef57fe0c2fb5e914c70c703b1084faf3a7aa28d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 18 05:50:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 18 05:50:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef57fe0c

dev-ruby/rack-protection: ad64 stable, bug 661454

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/rack-protection-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
index 87a0b02784e..947c453c7e4 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-07-05 Thread Hans de Graaff
commit: c81ae6ad6dfdc726dd88d1a34294a2049de2f51e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  6 03:59:55 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul  6 03:59:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81ae6ad

dev-ruby/rack-protection: add 2.0.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.3.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 734090a5cb0..be3e6ecdce9 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -2,3 +2,4 @@ DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f7
 DIST rack-protection-2.0.0.gem 15872 BLAKE2B 
706fba47a09565bc973a5dbae3369cb26d02839be92347bb153c5f12054ef605e8e025a0666cb0aa44aae316ba494fffdbb7bbc840dfefff9b3e0b0efd39817a
 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
 DIST rack-protection-2.0.1.gem 15872 BLAKE2B 
bd2b17d21767f4f6772400168ddd53491693780b62359d526739580cca66b5b27d4f4c6f419a6ef695ffbef5ff9045bac683c78117765ff784fda136ec102090
 SHA512 
6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df
 DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
+DIST rack-protection-2.0.3.gem 16896 BLAKE2B 
e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73
 SHA512 
396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
new file mode 100644
index 000..a874a0ed929
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-06-06 Thread Hans de Graaff
commit: c1960acd837e736476aa4d788df06f1074d25cfc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun  7 04:35:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun  7 04:35:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1960acd

dev-ruby/rack-protection: add 2.0.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.2.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 3119a3d8763..734090a5cb0 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,3 +1,4 @@
 DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f713166965a6d1392f20a966e3502facc4294c0a824beaa395306e0ba3234902eef717ed839e3e3ca907deedf83370d
 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
 DIST rack-protection-2.0.0.gem 15872 BLAKE2B 
706fba47a09565bc973a5dbae3369cb26d02839be92347bb153c5f12054ef605e8e025a0666cb0aa44aae316ba494fffdbb7bbc840dfefff9b3e0b0efd39817a
 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
 DIST rack-protection-2.0.1.gem 15872 BLAKE2B 
bd2b17d21767f4f6772400168ddd53491693780b62359d526739580cca66b5b27d4f4c6f419a6ef695ffbef5ff9045bac683c78117765ff784fda136ec102090
 SHA512 
6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df
+DIST rack-protection-2.0.2.gem 16896 BLAKE2B 
b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19c3f2662500bd4c6496a93
 SHA512 
e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
new file mode 100644
index 000..a874a0ed929
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-04-27 Thread Hans de Graaff
commit: 4b2d3d84019b5d340b1a3d2ebe2a556395c2148b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 27 08:32:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 27 08:32:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2d3d84

dev-ruby/rack-protection: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index 99d1df173c9..10a511702bf 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2018-02-18 Thread Hans de Graaff
commit: 25a639e3c23d0ac69f7c5b62bb75e5d32aacd14f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 19 06:18:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 19 06:18:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a639e3

dev-ruby/rack-protection: add 2.0.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.1.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index 53ef636e042..3119a3d8763 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1,2 +1,3 @@
 DIST rack-protection-1.5.3.gem 18432 BLAKE2B 
96daf85f6b51b4a8c8992109ccb0821b9f713166965a6d1392f20a966e3502facc4294c0a824beaa395306e0ba3234902eef717ed839e3e3ca907deedf83370d
 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
 DIST rack-protection-2.0.0.gem 15872 BLAKE2B 
706fba47a09565bc973a5dbae3369cb26d02839be92347bb153c5f12054ef605e8e025a0666cb0aa44aae316ba494fffdbb7bbc840dfefff9b3e0b0efd39817a
 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
+DIST rack-protection-2.0.1.gem 15872 BLAKE2B 
bd2b17d21767f4f6772400168ddd53491693780b62359d526739580cca66b5b27d4f4c6f419a6ef695ffbef5ff9045bac683c78117765ff784fda136ec102090
 SHA512 
6dd525384a0027a1943741881168433c63dc2d18093833dffb3417f3f6ccc46d597435a880d297d07751db1c449f3e37942ae03e33d378dbc74caec38c5cf1df

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild
new file mode 100644
index 000..58c4ac881ee
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eutils versionator
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2017-06-30 Thread Alexis Ballier
commit: 7bda5738bc57af4be5aa9cef26f52d64d7844269
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 08:36:14 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 11:16:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bda5738

dev-ruby/rack-protection: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index 5fad2f28015..0dc8fa0058b 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2017-06-22 Thread Hans de Graaff
commit: 716a2bc0fe8a567042226e6ab6ee0a5c87abc2a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 23 03:38:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 23 03:38:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716a2bc0

dev-ruby/rack-protection: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index bdbd4525962..5fad2f28015 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2017-06-12 Thread Hans de Graaff
commit: 402615c486f13b466f38815f8f740d5d9375a5b1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 12 05:49:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 12 06:03:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402615c4

dev-ruby/rack-protection: add 2.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rack-protection/Manifest  |  1 +
 .../rack-protection/rack-protection-2.0.0.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rack-protection/Manifest 
b/dev-ruby/rack-protection/Manifest
index fad547b4b45..b6760577d08 100644
--- a/dev-ruby/rack-protection/Manifest
+++ b/dev-ruby/rack-protection/Manifest
@@ -1 +1,2 @@
 DIST rack-protection-1.5.3.gem 18432 SHA256 
b9c08cb17b13c6672ef642cc4855b4c4ba8fcb1f66abc687f03cddf37f106b33 SHA512 
9f94f9f25197c3f8227f5c9c9fd2e896e35bfc08d4a20f4dded9c42772f348d16dceda6916429833b498b29c4dbba4dbb31b1a3cf90de597fb6df2de145d655a
 WHIRLPOOL 
f1c3b7ddc9dedfefb6d7509bccfd43cf594c7d1234a41fe39ce8740c97d2b1a09c0dd2c8112d1751c93c32380442696c8d5cd7e7e6e1bbaa9ae441601f596883
+DIST rack-protection-2.0.0.gem 15872 SHA256 
5574f10cb3fcfe736389f121b868cd3320207aef777a34afb8f2d1226368aa11 SHA512 
cce6a8a64c502e4cfec47ae3d76e71aef42b1eec5aa4802a6c443fcb7a8971a99ad9a5b34fea7ae878630faba10d4f5bde4d9a3eb66f63600fcaf02d9ecc0c2e
 WHIRLPOOL 
1cc520cf2105e1d81bd9585c4d719100aba29bab92a802ff4fa13a4e24cc891a8fcc53c5ff45fe9f249933cef6e363f3ea4380ed82c1f2bda404cb3cdebedf9d

diff --git a/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild 
b/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild
new file mode 100644
index 000..bae4e356cde
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# There are no specs in the gem and the source cannot be downloaded separately.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem eutils versionator
+
+DESCRIPTION="This gem protects against typical web attacks"
+HOMEPAGE="https://github.com/rkh/rack-protection;
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+# ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2016-07-25 Thread Hans de Graaff
commit: 82200b9b51aa55b666f87655083713cc49c1c960
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 25 17:25:09 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 25 17:28:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82200b9b

dev-ruby/rack-protection: mark ruby21 revision stable

Package-Manager: portage-2.2.28

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index 5a0a998..51129c3 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2016-07-25 Thread Hans de Graaff
commit: a09e7a4d8ece7dcef36652e049566ed433a00d0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 25 17:26:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 25 17:28:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09e7a4d

dev-ruby/rack-protection: cleanup

Package-Manager: portage-2.2.28

 .../rack-protection/rack-protection-1.5.3.ebuild   | 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
deleted file mode 100644
index 26f173e..000
--- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="This gem protects against typical web attacks"
-HOMEPAGE="https://github.com/rkh/rack-protection;
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2016-06-02 Thread Richard Farina
commit: e4154be91f0e907517cf7fc34f6bfd4f42f64aac
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu Jun  2 21:41:41 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu Jun  2 21:47:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4154be9

dev-ruby/rack-protection: add ruby23, drop ruby19 to quiet repoman

Package-Manager: portage-2.3.0_rc1

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 2 +-
 dev-ruby/rack-protection/rack-protection-1.5.3.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index a1ad2bd..5a0a998 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
index 51ff5d3..26f173e 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3.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"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2016-04-16 Thread Hans de Graaff
commit: e3a32d512e0c7da6de0f16b0e47ab4a1233b13a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 16 05:43:52 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 16 05:59:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a32d51

dev-ruby/rack-protection: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
index a26909c..a1ad2bd 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/

2015-08-16 Thread Mikle Kolyada
commit: 25d2596aeeb655997c4555f6034865536869ca05
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug 16 23:10:55 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug 16 23:10:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d2596a

dev-ruby/rack-protection: amd64 stable wrt bug #543240

Package-Manager: portage-2.2.20.1

 dev-ruby/rack-protection/rack-protection-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild 
b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
index 75bf6f6..51ff5d3 100644
--- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
+++ b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE=https://github.com/rkh/rack-protection;
 
 LICENSE=MIT
 SLOT=$(get_version_component_range 1)
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 ruby_add_bdepend test? ( dev-ruby/rack-test )