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: Tue, 29 Dec 2020 10:48:52
Message-Id: 1609238917.50f8a6019f777a5c210be5bce33d84ceb7e269f0.graaff@gentoo
1 commit: 50f8a6019f777a5c210be5bce33d84ceb7e269f0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 10:46:07 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 10:48:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f8a601
7
8 dev-ruby/rack-protection: cleanup
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rack-protection/Manifest | 1 -
14 .../rack-protection/rack-protection-2.0.8.1.ebuild | 24 ----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-ruby/rack-protection/Manifest b/dev-ruby/rack-protection/Manifest
18 index e359f5b06da..ba7ffb86acc 100644
19 --- a/dev-ruby/rack-protection/Manifest
20 +++ b/dev-ruby/rack-protection/Manifest
21 @@ -1,2 +1 @@
22 -DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb SHA512 264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562
23 DIST rack-protection-2.1.0.gem 17408 BLAKE2B e4804273d346c76e9e7348bfa9575f16c9d415da9db4e8677782aed70fa613b6f322c82808707734276b8db60fce9d87fbbaac807c1b8df7f6bf1960c76ae244 SHA512 965388584a2cae9065ccc0d041bbd40951f22420f05e657586d710f87ae8f854a0be32c3274b9373f96b5f8eb19354d371e3bce9b2df83c013abfea99f16bded
24
25 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
26 deleted file mode 100644
27 index 89bfa5e9576..00000000000
28 --- a/dev-ruby/rack-protection/rack-protection-2.0.8.1.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 -
37 -# There are no specs in the gem and the source cannot be downloaded separately.
38 -RUBY_FAKEGEM_RECIPE_TEST="none"
39 -
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="This gem protects against typical web attacks"
45 -HOMEPAGE="https://github.com/rkh/rack-protection"
46 -
47 -LICENSE="MIT"
48 -SLOT="$(ver_cut 1)"
49 -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"
50 -IUSE=""
51 -
52 -ruby_add_rdepend "dev-ruby/rack:*"
53 -
54 -# ruby_add_bdepend "test? ( dev-ruby/rack-test )"