From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72D8215800A for ; Tue, 29 Aug 2023 17:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8B3F2BC057; Tue, 29 Aug 2023 17:19:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D0A12BC039 for ; Tue, 29 Aug 2023 17:19:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 368D634097F for ; Tue, 29 Aug 2023 17:19:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D6B410E1 for ; Tue, 29 Aug 2023 17:19:20 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1693329188.0e3a38cc9fe3c1f86b8e295fea6ed218331e3946.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/html-pipeline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/html-pipeline/Manifest dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild X-VCS-Directories: dev-ruby/html-pipeline/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0e3a38cc9fe3c1f86b8e295fea6ed218331e3946 X-VCS-Branch: master Date: Tue, 29 Aug 2023 17:19:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5743bfc-eebf-4ae7-baeb-fa6976af6062 X-Archives-Hash: 02e319f2af3a4a828d742cd2f6f3bc20 commit: 0e3a38cc9fe3c1f86b8e295fea6ed218331e3946 Author: Hans de Graaff gentoo org> AuthorDate: Tue Aug 29 17:13:08 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 29 17:13:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3a38cc dev-ruby/html-pipeline: drop 2.14.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/html-pipeline/Manifest | 1 - dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/dev-ruby/html-pipeline/Manifest b/dev-ruby/html-pipeline/Manifest index 1b5a74a1a4b3..41263ccd9f7b 100644 --- a/dev-ruby/html-pipeline/Manifest +++ b/dev-ruby/html-pipeline/Manifest @@ -1,2 +1 @@ -DIST html-pipeline-2.14.2.tar.gz 39691 BLAKE2B 156b73b1ff2efe9495556b24a5e0b607386ba944e239f3748e9224024d8bcce6f51f54d50db36499a2fbebb083b064f84f62af335576dfafab0554e8e4259204 SHA512 6782295364f9dae304e1044827bd594c742257903f48f78fbcac4359c6596c506bf3028c9d3c33116f1971a568c4aa2de72689c576ab0576ffdda438c6497de6 DIST html-pipeline-2.14.3.tar.gz 45196 BLAKE2B f9a2976188a29648b53cbb065343aa6f2f4faf8346daf65256a2178a737dd529cb87b68df6cf98ed9ba7805a73f245a97bfcbb51e35554f09172147dc74dcce1 SHA512 fe2ed353894b87f66f30498625e657593aea3a5730d122f3d57a17a53d76351ed6899c04a597b81473b22be752af044fcd13e01885851ac525913143daa8b4c6 diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild b/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild deleted file mode 100644 index 2f0ed5becc11..000000000000 --- a/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="html-pipeline.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="GitHub HTML processing filters and utilities" -HOMEPAGE="https://github.com/gjtorikian/html-pipeline" -SRC_URI="https://github.com/gjtorikian/html-pipeline/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/activesupport-2:* - >=dev-ruby/nokogiri-1.4 -" - -ruby_add_bdepend "test? ( - dev-ruby/commonmarker - dev-ruby/rinku - dev-ruby/redcloth - dev-ruby/rouge - dev-ruby/sanitize -)" - -all_ruby_prepare() { - sed -i -e '/\(bundler\|focus\)/ s:^:#:' Rakefile test/test_helper.rb || die - sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid running tests for unpackaged optional dependencies - # escape_utils, email_reply_parser, gemoji - rm -f test/html/pipeline/{email_reply,emoji,plain_text_input,syntax_highlight,toc}_filter_test.rb || die -}