Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-protection/
Date: Sat, 01 Oct 2022 07:55:54
Message-Id: 1664610948.8df959a256ae980bfa367d668bfe9c7784a2f9cf.graaff@gentoo
1 commit: 8df959a256ae980bfa367d668bfe9c7784a2f9cf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 07:13:03 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 07:55:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df959a2
7
8 dev-ruby/rack-protection: add 3.0.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/rack-protection/Manifest | 1 +
13 .../rack-protection/rack-protection-3.0.1.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ruby/rack-protection/Manifest b/dev-ruby/rack-protection/Manifest
17 index 49812e12289d..606fbe1aea17 100644
18 --- a/dev-ruby/rack-protection/Manifest
19 +++ b/dev-ruby/rack-protection/Manifest
20 @@ -1,3 +1,4 @@
21 DIST rack-protection-2.2.0.gem 17408 BLAKE2B d9d5d8e2473b6354dd61cfc338a05932a2c60aa12544399cb0b9b74c717d6fa48bdec638381582be0a13f845f0c69583275f412458a20198894b5eddc7b53358 SHA512 06d6c2026e3e93131a2405bbaa8a514ddde48607979828b9fc41309dbdfff2b7c8cac48a6981e76b5dda554f0cbdc7c6ff5f44b8925fce1cb9b7de0a16380ca4
22 DIST rack-protection-2.2.1.gem 17408 BLAKE2B 21ecf95a27ab08b2e89369cfaffff43192c2ca5bb74afe7a91041e5fb9f2479a625ca2fcc59fc2f3eb208f17a3456dffd14095d25f8a0ed331972f6f987dace6 SHA512 595dc7ff7deb63130f966a12849750900319356f29948e9cca1e1aebe168bad77de624dd280a1b804ad6a2d44daedfcb352777ca724e9fde2a5de02ead472734
23 DIST rack-protection-2.2.2.gem 17408 BLAKE2B d67384374afa29712742531bff0cca78be96f80dd316d4e5929cb2751152bc0d73f8ede4430aa50a2e114b872845f11ca8debe93eaa1a7a63e05daae697c2e7d SHA512 6bc7694daebcc2fb585b303aa059e82db94c142a82d0e951e0dd99388074449c989d41c3aa05882a150776e28d0394f78d0b063e564e7eda7aea14d496eef0fb
24 +DIST rack-protection-3.0.1.gem 20480 BLAKE2B 102fff6298dbbb766313687b6f3653c60d055c654922e108c0e5eab1364858adf83a800c66f0800ef8a48997884e4b0c16ad1a70c2d00d657fdbcdb929c18bbc SHA512 730cb4fa67e86ee79043e706c4a011f1f4fad8902d27ed25a14e03c7acf7644db9e8685bb6248d9511d32d55a1f13eb548cd9471958b69bf88c4c371fcc1a8df
25
26 diff --git a/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild b/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
27 new file mode 100644
28 index 000000000000..d31bdbd997d7
29 --- /dev/null
30 +++ b/dev-ruby/rack-protection/rack-protection-3.0.1.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +USE_RUBY="ruby27 ruby30 ruby31"
37 +
38 +# There are no specs in the gem and the source cannot be downloaded separately.
39 +RUBY_FAKEGEM_RECIPE_TEST="none"
40 +
41 +RUBY_FAKEGEM_EXTRADOC="README.md"
42 +
43 +inherit ruby-fakegem
44 +
45 +DESCRIPTION="This gem protects against typical web attacks"
46 +HOMEPAGE="https://github.com/rkh/rack-protection"
47 +
48 +LICENSE="MIT"
49 +SLOT="$(ver_cut 1)"
50 +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"
51 +IUSE=""
52 +
53 +ruby_add_rdepend "dev-ruby/rack:*"
54 +
55 +# ruby_add_bdepend "test? ( dev-ruby/rack-test )"