public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/
Date: Mon,  7 Oct 2019 05:46:17 +0000 (UTC)	[thread overview]
Message-ID: <1570427170.2ff87ddd4a57bb0edde6b0e6602fc7d5b239346f.graaff@gentoo> (raw)

commit:     2ff87ddd4a57bb0edde6b0e6602fc7d5b239346f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 05:18:17 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 05:46:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff87ddd

dev-ruby/rails-html-sanitizer: add 1.3.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rails-html-sanitizer/Manifest             |  1 +
 .../rails-html-sanitizer-1.3.0.ebuild              | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rails-html-sanitizer/Manifest b/dev-ruby/rails-html-sanitizer/Manifest
index e8cf1880015..2d17ae9c4fc 100644
--- a/dev-ruby/rails-html-sanitizer/Manifest
+++ b/dev-ruby/rails-html-sanitizer/Manifest
@@ -1,2 +1,3 @@
 DIST rails-html-sanitizer-1.0.4.gem 15872 BLAKE2B 4408a494f75bedb4e4286e053536abf62f094873d9e0a8c21f9de6f42b2826f187c9919fb86c84380c1eff241c62f077d48cc21912c93fe85ac2b6039089a84d SHA512 f608f2b642869606fc2c3986298a8ae3e36c676a7eda5e3cce419700961bfed011f8d4a2dcb59e5d32a41f556815ca5f214ec19f8940ce71d1217ba84686b8e1
 DIST rails-html-sanitizer-1.2.0.gem 16384 BLAKE2B f5a5ededf15c199b59dfcd7b2da234f766cd46cf46834b458940d7b68fe27dd97602a6a673d8c0f700cf9c593a8375c97e74da0ac0db355af93bf951540ac368 SHA512 efe006ad2857a21d466375f630fe269cceb78aa467d91cdf193ec5eab8fdb0d58443696989b920840f6aafcb9ddfa6a72972f0e09456b2aa57018d86791cc38f
+DIST rails-html-sanitizer-1.3.0.gem 16384 BLAKE2B ae0b9acfd4ffc53b84b92cb42c149022312112f90d64866de916be2b91b680ecfbbdc94d278626c992cc90b0061705c11c9a604f6d9e91092e1117e40e003e6d SHA512 01d67f750ffc6ac857e4dc47b77d66e02acc4488f353af97e2fc367590fe85107b631aaf8b32f61f9e1f375c93e1b24fbf966f738e35483f5174880a0ffe5ddb

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0.ebuild
new file mode 100644
index 00000000000..3b19aa92c2a
--- /dev/null
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize HTML fragments in Rails applications"
+HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"
+
+ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
+
+all_ruby_prepare() {
+	# Avoid tests that depend on nokogiri patches to libxml2.
+	sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip "libxml2"' test/sanitizer_test.rb || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


             reply	other threads:[~2019-10-07  5:46 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07  5:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07  7:32 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/ Hans de Graaff
2024-12-16  6:19 Hans de Graaff
2024-12-03 14:09 Hans de Graaff
2024-06-01  5:41 Hans de Graaff
2024-01-24  9:23 Hans de Graaff
2023-07-12  1:14 Sam James
2023-06-03  8:49 Hans de Graaff
2023-06-03  8:49 Hans de Graaff
2023-04-03  3:03 Sam James
2023-01-21  7:20 Hans de Graaff
2022-12-21  7:34 Hans de Graaff
2022-12-18  9:08 Hans de Graaff
2022-12-13 18:36 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-06-24 10:04 Hans de Graaff
2022-06-24 10:04 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-03-25 10:22 Hans de Graaff
2021-11-08  2:51 Yixun Lan
2021-08-24  5:59 Hans de Graaff
2021-08-19  6:33 Hans de Graaff
2021-03-11 10:54 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-09-11  4:06 Hans de Graaff
2020-04-20 20:41 Sergei Trofimovich
2020-03-12 10:57 Hans de Graaff
2019-10-07  5:46 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-08-24  7:36 Hans de Graaff
2019-08-05  5:17 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-03-30  9:30 Hans de Graaff
2018-05-14 18:50 Hans de Graaff
2018-04-11 18:50 Markus Meier
2018-03-24  8:35 Hans de Graaff
2018-01-14  8:15 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-02-16 21:14 Hans de Graaff
2016-02-06  8:11 Hans de Graaff
2016-01-26  6:39 Hans de Graaff
2016-01-26  6:39 Hans de Graaff
2016-01-17  8:22 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570427170.2ff87ddd4a57bb0edde6b0e6602fc7d5b239346f.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox