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/rails-html-sanitizer/
Date: Fri, 24 Jun 2022 10:04:49
Message-Id: 1656065078.6cee3cb1d1ec2e173d0a31a39bc10c4e368b8f84.graaff@gentoo
1 commit: 6cee3cb1d1ec2e173d0a31a39bc10c4e368b8f84
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 09:42:47 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 10:04:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cee3cb1
7
8 dev-ruby/rails-html-sanitizer: drop 1.3.0-r1, 1.4.1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/rails-html-sanitizer/Manifest | 2 --
13 .../rails-html-sanitizer-1.3.0-r1.ebuild | 31 ----------------------
14 .../rails-html-sanitizer-1.4.1.ebuild | 30 ---------------------
15 3 files changed, 63 deletions(-)
16
17 diff --git a/dev-ruby/rails-html-sanitizer/Manifest b/dev-ruby/rails-html-sanitizer/Manifest
18 index d4b6b87bc65f..1dae4704a48b 100644
19 --- a/dev-ruby/rails-html-sanitizer/Manifest
20 +++ b/dev-ruby/rails-html-sanitizer/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST rails-html-sanitizer-1.3.0.gem 16384 BLAKE2B ae0b9acfd4ffc53b84b92cb42c149022312112f90d64866de916be2b91b680ecfbbdc94d278626c992cc90b0061705c11c9a604f6d9e91092e1117e40e003e6d SHA512 01d67f750ffc6ac857e4dc47b77d66e02acc4488f353af97e2fc367590fe85107b631aaf8b32f61f9e1f375c93e1b24fbf966f738e35483f5174880a0ffe5ddb
23 -DIST rails-html-sanitizer-1.4.1.gem 17408 BLAKE2B 4d503bad7a84aefe3bfbb1121eebe768ecf388f502e9ee58f2daf9d1a497ecfea2ad29e7bdd7c2b06e6914355b8eeaf2eeb730aadbceadebdd5a342b9fdc0969 SHA512 c778189fd3fdbdca4a586938d0f22b600f499a174d4d0e34567f0a2a92b8095a2c6c544e47cca3bd7d1f8ae09916898c200d4462de2d31f6bb8eb2c920ab69b4
24 DIST rails-html-sanitizer-1.4.2.gem 16896 BLAKE2B 97f09d43ad99c13c07c34c0f5c47e3b34983b94773923cf7d131d1115d818ede619fc0ef268c5523524c53178afde2c9ee2652617add6b4efc282d190591be80 SHA512 9f0872f1000c758918f66a889322d3393ec678604eb3b01fc21bbb861189ec04fcf05f5c9487bd5eeb63ce6d99a80064718c82bfce2daf25c07754979a2ed747
25 DIST rails-html-sanitizer-1.4.3.gem 17920 BLAKE2B 2745ce137612337d4d85593b0af9a3e5102e399957b71dea366cc864a1acc66bb2bd099bd53701c71925ba64ae0287896bbd33eb64bb5ec22cbcbfb3173953dc SHA512 ead339d8ed5aefa737298d886a0db3c353254cfa57bdee7d2011f596ed2871dcad3bd16561728da2447e239fcaa908256bb6436493462bca6310a17a3812ffd9
26
27 diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild
28 deleted file mode 100644
29 index b96d893f1ddf..000000000000
30 --- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Sanitize HTML fragments in Rails applications"
45 -HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer"
46 -
47 -LICENSE="MIT"
48 -SLOT="1"
49 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
50 -IUSE=""
51 -
52 -ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"
53 -
54 -ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
55 -
56 -all_ruby_prepare() {
57 - # Avoid tests that depend on nokogiri patches to libxml2.
58 - sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip "libxml2"' test/sanitizer_test.rb || die
59 -}
60 -
61 -each_ruby_test() {
62 - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
63 -}
64
65 diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.1.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.1.ebuild
66 deleted file mode 100644
67 index 144833b644b3..000000000000
68 --- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.4.1.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -USE_RUBY="ruby26 ruby27"
76 -
77 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
78 -
79 -inherit ruby-fakegem
80 -
81 -DESCRIPTION="Sanitize HTML fragments in Rails applications"
82 -HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer"
83 -
84 -LICENSE="MIT"
85 -SLOT="1"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
87 -IUSE=""
88 -
89 -ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"
90 -
91 -ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
92 -
93 -all_ruby_prepare() {
94 - # Avoid tests that depend on nokogiri patches to libxml2.
95 - sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip "libxml2"' test/sanitizer_test.rb || die
96 -}
97 -
98 -each_ruby_test() {
99 - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
100 -}