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/loofah/
Date: Wed, 09 Apr 2025 06:51:57 +0000 (UTC)	[thread overview]
Message-ID: <1744181491.518fcc6c0b01c8f6b6cc275a598af7a59dbcd0c1.graaff@gentoo> (raw)

commit:     518fcc6c0b01c8f6b6cc275a598af7a59dbcd0c1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  9 05:48:20 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr  9 06:51:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518fcc6c

dev-ruby/loofah: drop 2.22.0, 2.23.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/loofah/Manifest             |  2 --
 dev-ruby/loofah/loofah-2.22.0.ebuild | 39 ------------------------------------
 dev-ruby/loofah/loofah-2.23.0.ebuild | 39 ------------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 9ea7cd039283..763881c89715 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,2 @@
-DIST loofah-2.22.0.tar.gz 85892 BLAKE2B d465dcc83cac2a994145f7840b8607f92a080fef7ef6860ae81a3eecaf41be6be7e3b59263c05d09c5a729844d4f2490ce3e39046fdd863647ac157367c16427 SHA512 b1b9ba490334563b935d8a176ba6eee8d98c5c3ebbecc878c654e64a48311c38d0684a9b8e2704797c36492a33bc1248137a7611eb9f796a5ea9aa4df1b5f90e
-DIST loofah-2.23.0.tar.gz 86416 BLAKE2B 58344fbd9b3c94fa739ae29ba595be81e8617c987054ac8990aab4dd5caf8b2edb2b81f0f4745a08f305b83413e9c5e45dc953f97f1018383b5f1b203bf25df3 SHA512 7dd8eff48a4574b41ecadadba1730c0225e2a99590a83f1c5faaf2b62697e910533e24f96e873a9c96da4eece02cadc08a0004dbff177e23a9e66d900271f3f0
 DIST loofah-2.23.1.tar.gz 86486 BLAKE2B 7fcc58b3ee7ca082a6be89f7e10a475d2e17a5ad2837d5ead7574dc99bfa1e2b49660715a3137a422fde8bcab5208b8d6445214ec98a5b3fa2f0c149e25c0cb8 SHA512 1251fb69aa815306c01e864745074276280e1402a3540ed94f927d49231911baa56a113ab69c3cb24ee52c094b33d2cd2a63e36482dce517d169affa63673fbc
 DIST loofah-2.24.0.tar.gz 87409 BLAKE2B de30f213d1be17c9a4fe23eb72cc66f68f91f8503b95da1bacd29fd51e213b73d5a9ef333c98ec26577c05148451a8c439c8dd51f9f09c1c5b09efa705b6365e SHA512 46969516db8220e39d640c7d7db2ac20d9fa744f70f86127aacc339d800501ac6ccd4871c12f818db013bba71551ca7b6af8b9886d232c53db54ee28b248f2ce

diff --git a/dev-ruby/loofah/loofah-2.22.0.ebuild b/dev-ruby/loofah/loofah-2.22.0.ebuild
deleted file mode 100644
index 837891432690..000000000000
--- a/dev-ruby/loofah/loofah-2.22.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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.12.0"
-
-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
-}

diff --git a/dev-ruby/loofah/loofah-2.23.0.ebuild b/dev-ruby/loofah/loofah-2.23.0.ebuild
deleted file mode 100644
index a0a8d2e8bf18..000000000000
--- a/dev-ruby/loofah/loofah-2.23.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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="test"
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 >=dev-ruby/nokogiri-1.12.0"
-
-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
-}


             reply	other threads:[~2025-04-09  6:52 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-09  6:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-03 12:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ Hans de Graaff
2025-05-12 18:49 Hans de Graaff
2025-04-09  6:51 Hans de Graaff
2025-04-09  6:51 Hans de Graaff
2025-01-02 10:03 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-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=1744181491.518fcc6c0b01c8f6b6cc275a598af7a59dbcd0c1.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