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: Fri, 23 Mar 2018 05:40:22 +0000 (UTC) [thread overview]
Message-ID: <1521783420.3887ef3b5d68ff7638db953cc11692a40c5afdd6.graaff@gentoo> (raw)
commit: 3887ef3b5d68ff7638db953cc11692a40c5afdd6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 05:37:00 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 05:37:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3887ef3b
dev-ruby/loofah: add 2.2.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/loofah/Manifest | 1 +
dev-ruby/loofah/loofah-2.2.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 38f8ede45ad..2c870fcb427 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
DIST loofah-2.0.3.gem 60416 BLAKE2B 04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41 SHA512 1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
DIST loofah-2.1.1.gem 61440 BLAKE2B adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc1223200003c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349 SHA512 16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
DIST loofah-2.2.1.gem 65024 BLAKE2B dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69 SHA512 df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
+DIST loofah-2.2.2.gem 65024 BLAKE2B 4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee SHA512 3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e
diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild b/dev-ruby/loofah/loofah-2.2.2.ebuild
new file mode 100644
index 00000000000..aaf05c90a3f
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~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 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+ # 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
+}
next reply other threads:[~2018-03-23 5:40 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-23 5:40 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-02 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ Hans de Graaff
2025-01-02 10:03 Hans de Graaff
2024-10-26 6:59 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-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-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=1521783420.3887ef3b5d68ff7638db953cc11692a40c5afdd6.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