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: Fri, 18 Jun 2021 03:48:48 +0000 (UTC)	[thread overview]
Message-ID: <1623988119.df4a10a05414f7db53d71426b8d634669412aeb7.graaff@gentoo> (raw)

commit:     df4a10a05414f7db53d71426b8d634669412aeb7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 03:41:27 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 03:48:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4a10a0

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest            |  1 -
 dev-ruby/loofah/loofah-2.7.0.ebuild | 39 -------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 04ae057e811..4485b16de74 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449 SHA512 c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea399999e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
-DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806 SHA512 698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb SHA512 a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92 SHA512 625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.7.0.ebuild b/dev-ruby/loofah/loofah-2.7.0.ebuild
deleted file mode 100644
index 58aad399e56..00000000000
--- a/dev-ruby/loofah/loofah-2.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-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 ~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
-}


             reply	other threads:[~2021-06-18  3:48 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  3:48 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 13:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/loofah/ 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-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=1623988119.df4a10a05414f7db53d71426b8d634669412aeb7.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