From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/
Date: Sun, 22 May 2022 07:45:38 +0000 (UTC) [thread overview]
Message-ID: <1653205533.9b9dd07b5080e30a781d2d351086114630a07752.graaff@gentoo> (raw)
commit: 9b9dd07b5080e30a781d2d351086114630a07752
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 07:42:15 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 22 07:45:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9dd07b
dev-ruby/loofah: add 2.18.0
Closes: https://bugs.gentoo.org/835399
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/loofah/Manifest | 1 +
dev-ruby/loofah/loofah-2.18.0.ebuild | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index ab110b25d1eb..afa89be2f011 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e SHA512 f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5 SHA512 b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f
DIST loofah-2.15.0.tar.gz 69736 BLAKE2B f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf SHA512 58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
+DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8 SHA512 beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017
diff --git a/dev-ruby/loofah/loofah-2.18.0.ebuild b/dev-ruby/loofah/loofah-2.18.0.ebuild
new file mode 100644
index 000000000000..130df6ac6b62
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.18.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah"
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 >=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+ # Fix version in gemspec
+ sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Avoid unneeded development dependencies
+ sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+ # Avoid test failing on different whitespace.
+ sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip "gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die
+}
next reply other threads:[~2022-05-22 7:45 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-22 7:45 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 6:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ Hans de Graaff
2024-10-25 6:31 Hans de Graaff
2024-10-25 6:31 Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-01-23 8:27 Hans de Graaff
2023-11-14 6:35 Hans de Graaff
2023-10-11 5:37 Hans de Graaff
2023-08-29 17:19 Hans de Graaff
2023-07-11 9:43 Hans de Graaff
2023-06-03 8:49 Hans de Graaff
2023-05-12 5:26 Hans de Graaff
2023-05-12 5:26 Hans de Graaff
2023-04-02 6:47 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-12-13 18:36 Hans de Graaff
2022-10-01 7:06 Hans de Graaff
2022-05-22 7:45 Hans de Graaff
2022-03-16 6:41 Hans de Graaff
2022-03-16 6:41 Hans de Graaff
2022-02-23 5:53 Hans de Graaff
2022-02-23 5:53 Hans de Graaff
2021-11-08 2:51 Yixun Lan
2021-08-12 5:14 Hans de Graaff
2021-08-12 5:14 Hans de Graaff
2021-08-01 5:44 Hans de Graaff
2021-08-01 5:44 Hans de Graaff
2021-08-01 5:44 Hans de Graaff
2021-06-18 3:48 Hans de Graaff
2021-06-18 3:48 Hans de Graaff
2021-06-18 3:48 Hans de Graaff
2021-06-07 4:56 Hans de Graaff
2021-06-07 4:56 Hans de Graaff
2021-06-07 4:56 Hans de Graaff
2021-04-08 6:07 Hans de Graaff
2021-01-15 7:08 Hans de Graaff
2021-01-15 7:08 Hans de Graaff
2020-11-26 5:14 Hans de Graaff
2020-11-26 5:14 Hans de Graaff
2020-11-26 5:14 Hans de Graaff
2020-08-27 5:37 Hans de Graaff
2020-08-27 5:37 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-06-17 5:56 Hans de Graaff
2020-05-19 13:22 Hans de Graaff
2020-05-16 4:41 Hans de Graaff
2020-05-05 10:01 Hans de Graaff
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-04-06 9:28 Hans de Graaff
2020-04-06 9:28 Hans de Graaff
2020-03-12 10:57 Hans de Graaff
2019-11-26 6:30 Hans de Graaff
2019-11-11 19:19 Hans de Graaff
2019-10-28 7:41 Agostino Sarubbo
2019-10-22 13:22 Hans de Graaff
2019-10-22 13:22 Hans de Graaff
2019-09-29 9:07 Hans de Graaff
2019-02-01 11:46 Hans de Graaff
2018-11-07 18:57 Hans de Graaff
2018-10-31 6:52 Hans de Graaff
2018-10-30 15:56 Hans de Graaff
2018-05-14 4:23 Hans de Graaff
2018-04-12 5:28 Hans de Graaff
2018-04-11 18:50 Markus Meier
2018-03-23 5:40 Hans de Graaff
2018-03-23 5:40 Hans de Graaff
2018-03-20 9:32 Hans de Graaff
2018-02-12 16:29 Thomas Deutschmann
2018-02-12 6:59 Hans de Graaff
2018-01-14 8:15 Hans de Graaff
2017-12-22 5:20 Markus Meier
2017-09-26 23:23 Sergei Trofimovich
2017-09-26 23:19 Sergei Trofimovich
2017-09-25 5:23 Hans de Graaff
2017-07-02 5:43 Hans de Graaff
2016-05-18 8:41 Fabian Groffen
2016-02-16 21:14 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2015-08-18 5:06 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=1653205533.9b9dd07b5080e30a781d2d351086114630a07752.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