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, 05 Sep 2020 08:01:49
Message-Id: 1599292889.6002382d57cb8341b68d460fef5704158aefca01.graaff@gentoo
1 commit: 6002382d57cb8341b68d460fef5704158aefca01
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 06:37:31 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 08:01:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6002382d
7
8 dev-ruby/rack-protection: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rack-protection/Manifest | 1 -
14 .../rack-protection/rack-protection-1.5.5.ebuild | 23 ----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/dev-ruby/rack-protection/Manifest b/dev-ruby/rack-protection/Manifest
18 index bc125b8cc69..8386432d8d2 100644
19 --- a/dev-ruby/rack-protection/Manifest
20 +++ b/dev-ruby/rack-protection/Manifest
21 @@ -1,2 +1 @@
22 -DIST rack-protection-1.5.5.gem 18432 BLAKE2B abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315 SHA512 c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
23 DIST rack-protection-2.0.8.1.gem 16896 BLAKE2B 013fc8a5ceaadbfde52a7aca0dab8116cb01d6f034f3370d22a09545885a61adef92ad5ed9f82faf4434507a079ff9a0c3781b906ab6aba69fa032216f276fcb SHA512 264aef904d9ae1c38197ad4ad44f1638905bd180fc4bb402c47856c37168059e8e975ca2de5518b1e5cebf79b970024b7d9f5f8b8908880451357dea5e428562
24
25 diff --git a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
26 deleted file mode 100644
27 index 947c453c7e4..00000000000
28 --- a/dev-ruby/rack-protection/rack-protection-1.5.5.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby23 ruby24 ruby25"
36 -
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_EXTRADOC="README.md"
40 -
41 -RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
42 -
43 -inherit ruby-fakegem eapi7-ver
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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE=""
52 -
53 -ruby_add_bdepend "test? ( dev-ruby/rack-test )"