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: Wed, 25 Jul 2018 06:13:12 +0000 (UTC)	[thread overview]
Message-ID: <1532499180.7abf1651befecca521639b6280b5ea8d45955e87.graaff@gentoo> (raw)

commit:     7abf1651befecca521639b6280b5ea8d45955e87
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 06:13:00 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 06:13:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abf1651

dev-ruby/sanitize: add 4.6.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest
index ca0e33ce3a5..099753d98f3 100644
--- a/dev-ruby/sanitize/Manifest
+++ b/dev-ruby/sanitize/Manifest
@@ -1,2 +1,3 @@
 DIST sanitize-4.6.4.tar.gz 1349418 BLAKE2B 2d1a56340e562d057c85edc0d5157508267a4089b0aeb59156d0c249c8a39adcc15a10c8c67d84be77a2b388aa779e9330b9b4b52f28f11d7666eb97fb41bd24 SHA512 d870d8cc5ce6043e3825cfbb50f31c00d348c9ca05823c0eda245b9c175ae0bb9d0941845112bb3721ded9013bc554c09bfc55a1bfad70fcccd1660142e4ca82
 DIST sanitize-4.6.5.tar.gz 1349481 BLAKE2B bc0b3317952c1b5a903ca403300fdc788df129669761ab7f16d1cb76a75bed7306bd47065cb58449525c0ab0986015da93cc91d74f12fe407e273a84a79876f4 SHA512 3bd37faf5e99073fd87cf7e3f12628233117dcf38c298a806680da20c00050237d83d286936c898f03583d64b4bac5ae2be373fb89b259e4ca6dea283ca713b7
+DIST sanitize-4.6.6.tar.gz 1349809 BLAKE2B d34f3359f1241881f96d48cfce6aa554796e7c7a2282c729dc93b6db7f1c5d2ec1677ebd1cddb79cb14f84d7724ddb7dad551136cd130bd89750ab5851a8094f SHA512 6f2567601dea9fd08996fe537e5543c7618e407a68580a19b74333a6e840d1123891a087e6c57c88f887390cd04e4c25af71547d7d9622e61369dc4ffe92f220

diff --git a/dev-ruby/sanitize/sanitize-4.6.6.ebuild b/dev-ruby/sanitize/sanitize-4.6.6.ebuild
new file mode 100644
index 00000000000..03582866e28
--- /dev/null
+++ b/dev-ruby/sanitize/sanitize-4.6.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+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="4"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend "
+	>=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0*
+	>=dev-ruby/nokogiri-1.4.4
+	>=dev-ruby/nokogumbo-1.4:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+each_ruby_test() {
+	${RUBY} -Ilib test/test_sanitize.rb || die
+}


             reply	other threads:[~2018-07-25  6:13 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-25  6:13 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-15  6:24 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sanitize/ 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-10-04  5:51 Hans de Graaff
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-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=1532499180.7abf1651befecca521639b6280b5ea8d45955e87.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