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, 27 Apr 2019 06:13:30
Message-Id: 1556345452.85a0ec7ed8ffb40143545833e5f195d023e7bcb6.graaff@gentoo
1 commit: 85a0ec7ed8ffb40143545833e5f195d023e7bcb6
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 06:10:52 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 06:10:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a0ec7e
7
8 dev-ruby/rack-protection: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/rack-protection/Manifest | 3 ---
14 .../rack-protection/rack-protection-2.0.2.ebuild | 25 ----------------------
15 .../rack-protection/rack-protection-2.0.3.ebuild | 25 ----------------------
16 .../rack-protection/rack-protection-2.0.4.ebuild | 25 ----------------------
17 4 files changed, 78 deletions(-)
18
19 diff --git a/dev-ruby/rack-protection/Manifest b/dev-ruby/rack-protection/Manifest
20 index 41cc46782bc..195e1e2e54f 100644
21 --- a/dev-ruby/rack-protection/Manifest
22 +++ b/dev-ruby/rack-protection/Manifest
23 @@ -1,5 +1,2 @@
24 DIST rack-protection-1.5.5.gem 18432 BLAKE2B abda1313e7e0d04299a689c55241cd92d0f5ed2048395ab79f09ba271100a8dc99fbf5f924e3b3cbe28f318090144539eb0174cc1813d371d9f37df31ab04315 SHA512 c4066a50771247fc89d4ddee44ff87e40a24bad95e914ed2f72cbf9c45152e67e51d2ccc7d1725ade637296a080b06f304157a1a024613a97595b144e03e2e70
25 -DIST rack-protection-2.0.2.gem 16896 BLAKE2B b3ed6a399f93c359a305cef0893bb5056ac26e8d5f345761f497b5eb77aecc201cd388bc0fc021ed039f230bc2ca2348f7eec19aaaac3f2662500bd4c6496a93 SHA512 e74be8b079a1c436d80df2e6bf58dcaea089aceb58b8ec6c08d6ac78b5390bdb1b494d9155350dc7e2639e858209aac10757be54085a565b910e5e74ee882235
26 -DIST rack-protection-2.0.3.gem 16896 BLAKE2B e33cfc8290cf108f986bd625623411f63812aa79bc5354041e3d541a244bdc6f2ba30ebfab77cb2fe15c8a53e21e11adc6a54ab90a687147759d1b14b5e0be73 SHA512 396d1b45783e0b6782b479b6ba77c2eb23c2a6a2b695a631b7a4b9ace661471325d4d321a40ba7c8090964e68b5dd8f9c92c4843464e6d6ff178aecf9996f338
27 -DIST rack-protection-2.0.4.gem 16896 BLAKE2B d20bd67bfcbb8ba34689cdc909c1f89305bc6a08c44b9cdde8a7d1615c86400572a24a060a9100c699791cd910e5bbf17106b8c921e1e6a21f814457a93dc2c1 SHA512 e934873e7e8e45c1fa0450b568f33e28db29b9c4bacb0a747218ca929e73706518c09ce131f749e89dc7af894dcfbd6fcabdf12324edbfbcfa532eb227f977a4
28 DIST rack-protection-2.0.5.gem 16896 BLAKE2B 144888ca499739017ffec494785ca5cba0d1cbfabdf08b11aad4fc88aaaa737408d1801412f05919830c65fd11b2f344f0f758a0334b109174805d5089352521 SHA512 9c4c80a8f70042bea81a67260e26aa25c0a33c73835e4e49cd44c83930f97d8c4d63004d3e39ed631f016e44d66fba238f9c509b0e44eddb2f484d174adea9b4
29
30 diff --git a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild b/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
31 deleted file mode 100644
32 index 688357c2360..00000000000
33 --- a/dev-ruby/rack-protection/rack-protection-2.0.2.ebuild
34 +++ /dev/null
35 @@ -1,25 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -USE_RUBY="ruby23 ruby24 ruby25"
41 -
42 -# There are no specs in the gem and the source cannot be downloaded separately.
43 -RUBY_FAKEGEM_RECIPE_TEST="none"
44 -
45 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
46 -RUBY_FAKEGEM_EXTRADOC="README.md"
47 -
48 -inherit ruby-fakegem eapi7-ver
49 -
50 -DESCRIPTION="This gem protects against typical web attacks"
51 -HOMEPAGE="https://github.com/rkh/rack-protection"
52 -
53 -LICENSE="MIT"
54 -SLOT="$(ver_cut 1)"
55 -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"
56 -IUSE=""
57 -
58 -ruby_add_rdepend "dev-ruby/rack:*"
59 -
60 -# ruby_add_bdepend "test? ( dev-ruby/rack-test )"
61
62 diff --git a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild b/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
63 deleted file mode 100644
64 index 688357c2360..00000000000
65 --- a/dev-ruby/rack-protection/rack-protection-2.0.3.ebuild
66 +++ /dev/null
67 @@ -1,25 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -USE_RUBY="ruby23 ruby24 ruby25"
73 -
74 -# There are no specs in the gem and the source cannot be downloaded separately.
75 -RUBY_FAKEGEM_RECIPE_TEST="none"
76 -
77 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
78 -RUBY_FAKEGEM_EXTRADOC="README.md"
79 -
80 -inherit ruby-fakegem eapi7-ver
81 -
82 -DESCRIPTION="This gem protects against typical web attacks"
83 -HOMEPAGE="https://github.com/rkh/rack-protection"
84 -
85 -LICENSE="MIT"
86 -SLOT="$(ver_cut 1)"
87 -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"
88 -IUSE=""
89 -
90 -ruby_add_rdepend "dev-ruby/rack:*"
91 -
92 -# ruby_add_bdepend "test? ( dev-ruby/rack-test )"
93
94 diff --git a/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild b/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
95 deleted file mode 100644
96 index 688357c2360..00000000000
97 --- a/dev-ruby/rack-protection/rack-protection-2.0.4.ebuild
98 +++ /dev/null
99 @@ -1,25 +0,0 @@
100 -# Copyright 1999-2018 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=6
104 -USE_RUBY="ruby23 ruby24 ruby25"
105 -
106 -# There are no specs in the gem and the source cannot be downloaded separately.
107 -RUBY_FAKEGEM_RECIPE_TEST="none"
108 -
109 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
110 -RUBY_FAKEGEM_EXTRADOC="README.md"
111 -
112 -inherit ruby-fakegem eapi7-ver
113 -
114 -DESCRIPTION="This gem protects against typical web attacks"
115 -HOMEPAGE="https://github.com/rkh/rack-protection"
116 -
117 -LICENSE="MIT"
118 -SLOT="$(ver_cut 1)"
119 -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"
120 -IUSE=""
121 -
122 -ruby_add_rdepend "dev-ruby/rack:*"
123 -
124 -# ruby_add_bdepend "test? ( dev-ruby/rack-test )"