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/sanitize/
Date: Mon,  4 Oct 2021 05:51:21 +0000 (UTC)	[thread overview]
Message-ID: <1633326678.493d1545833aa631162c2bebca5a26abddd09162.graaff@gentoo> (raw)

commit:     493d1545833aa631162c2bebca5a26abddd09162
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 05:51:11 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 05:51:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493d1545

dev-ruby/sanitize: add 6.0.0

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

 dev-ruby/sanitize/Manifest              |  1 +
 dev-ruby/sanitize/sanitize-6.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest
index b641830fd5c..38486eb9be6 100644
--- a/dev-ruby/sanitize/Manifest
+++ b/dev-ruby/sanitize/Manifest
@@ -1,3 +1,4 @@
 DIST sanitize-5.2.1.tar.gz 1352785 BLAKE2B 2742085ac296869b8be36cf803f999475032c147d94aa0fba77fb83b8305470baf144f4c68fc5711871779f327c9bf1ba8b3b817f3777a04fb0b9c726318ee1d SHA512 3384d01db244f9f7feeb67bf2fae5773a85f512411bd761db6a71ab3fb690fac33c0caae848e5a4df6f202be7dd7cc52f8bac4c82bef447d20dbc70a586ed82f
 DIST sanitize-5.2.2.tar.gz 1352903 BLAKE2B 8ebe57b6de733556015e38ddca0a2ed69e4bb8a22d5f3e812f7e346f4822df15e0554b4a74d195fd812c45397ecc03543ce7024e9052b4d0045d56fc3c02f64d SHA512 9a2e7d265799fdb7e02256bd9050ede7ae73c6088064bc79fec6c94f3d35871ff427c2b59f0e3ed122e091ae36b996413080f7fdcefe85f740c1825a70abedcf
 DIST sanitize-5.2.3.tar.gz 1353257 BLAKE2B 8b74376e2c184e6219d089f5404cce0f0ec2acb2002d49eead0045b5771331960b6c1c47ff876aad155d822d04b282c2be6881b25d9864f68e617c2be45e6ac2 SHA512 0cb30811251fbb60a7f37307010ccdc8917ca4a5bc8c9c702767e3c00d9e68fb79d5f0fe2afed3ce74646d9195eff8060e11e0fae1ee1e9c3f5c9e05af14f111
+DIST sanitize-6.0.0.tar.gz 1353309 BLAKE2B 3056b79ee9611797cb8058f37a694f029e7609b4df8d968ccbece4ffe562c30aa55d9fafdbb9abc1ded86aa0c605fbd48546b8fbedef06272f0184c16f7e9dad SHA512 8a3ce765b6bc0ef8418af785e1fea5ae3b2a32eda82cfc21f9ea36df164c293250fd277ad8ac065757db18ea104b826fcebcbd46d5ad2ab059807e377765476d

diff --git a/dev-ruby/sanitize/sanitize-6.0.0.ebuild b/dev-ruby/sanitize/sanitize-6.0.0.ebuild
new file mode 100644
index 00000000000..2c4c4668ebf
--- /dev/null
+++ b/dev-ruby/sanitize/sanitize-6.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer"
+HOMEPAGE="https://github.com/rgrove/sanitize"
+SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "
+	>=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
+	>=dev-ruby/nokogiri-1.12.0
+"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+each_ruby_test() {
+	${RUBY} -Ilib test/test_sanitize.rb || die
+}


             reply	other threads:[~2021-10-04  5:51 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04  5:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-05  7:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sanitize/ Hans de Graaff
2025-01-02 10:03 Hans de Graaff
2025-01-02 10:03 Hans de Graaff
2024-08-15  6:24 Hans de Graaff
2024-07-28  5:22 Hans de Graaff
2024-06-13  5:50 Hans de Graaff
2023-12-29  7:40 Hans de Graaff
2023-12-29  7:40 Hans de Graaff
2023-09-15  5:52 Hans de Graaff
2023-07-07  4:28 Hans de Graaff
2023-04-19 20:07 Hans de Graaff
2023-03-31  1:03 Sam James
2023-01-28  8:38 Hans de Graaff
2022-05-26  5:52 Hans de Graaff
2022-03-27 10:32 Hans de Graaff
2022-03-27 10:32 Hans de Graaff
2021-10-10 23:45 Sam James
2021-10-07 22:20 Marek Szuba
2021-01-12  7:08 Hans de Graaff
2021-01-07  7:48 Fabian Groffen
2021-01-07  6:45 Hans de Graaff
2020-08-07  4:38 Hans de Graaff
2020-07-05  6:56 Hans de Graaff
2020-06-17  5:56 Hans de Graaff
2020-06-13  4:42 Hans de Graaff
2019-09-17  4:56 Hans de Graaff
2019-02-23  7:16 Hans de Graaff
2019-02-23  7:16 Hans de Graaff
2018-07-25  6:13 Hans de Graaff
2018-06-16  6:12 Hans de Graaff
2018-05-20  6:20 Hans de Graaff
2018-04-01  5:19 Hans de Graaff
2018-01-30  5:34 Hans de Graaff
2018-01-30  5:34 Hans de Graaff
2017-06-07  5:09 Hans de Graaff
2017-06-07  5:09 Hans de Graaff
2016-12-24  3:14 Manuel Rüger
2016-10-29  6:19 Hans de Graaff
2016-09-22  6:06 Hans de Graaff
2016-09-22  6:06 Hans de Graaff
2016-08-24  5:24 Hans de Graaff
2016-07-19  5:58 Hans de Graaff
2016-07-19  5:58 Hans de Graaff
2016-04-17 14:43 Manuel Rüger
2015-12-17  7:14 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=1633326678.493d1545833aa631162c2bebca5a26abddd09162.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