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 DCA1A159C9B for ; Fri, 9 Aug 2024 07:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AA3E2BB5; Fri, 9 Aug 2024 07:08:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 21B18E2BB5 for ; Fri, 9 Aug 2024 07:08:22 +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 6D731343087 for ; Fri, 9 Aug 2024 07:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34E6A1EC0 for ; Fri, 9 Aug 2024 07:08:18 +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: <1723187283.f77c800b6ef29d119e07506298b47ca1e2ce06d7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild X-VCS-Directories: dev-util/cucumber-html-formatter/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f77c800b6ef29d119e07506298b47ca1e2ce06d7 X-VCS-Branch: master Date: Fri, 9 Aug 2024 07:08:18 +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: b9ba4ef6-3001-4da4-9026-0ac0be52cf4f X-Archives-Hash: 64435d5500448052a39274477985a12d commit: f77c800b6ef29d119e07506298b47ca1e2ce06d7 Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 9 07:07:45 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 9 07:08:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77c800b dev-util/cucumber-html-formatter: drop 19.2.0 Signed-off-by: Hans de Graaff gentoo.org> .../cucumber-html-formatter-19.2.0.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild deleted file mode 100644 index f2d8ed1a88fe..000000000000 --- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRAINSTALL="assets" - -inherit ruby-fakegem - -DESCRIPTION="HTML formatter for Cucumber" -HOMEPAGE="https://cucumber.io/" -LICENSE="Ruby" - -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" -SLOT="$(ver_cut 1)" -IUSE="test" - -ruby_add_rdepend " - >=dev-util/cucumber-messages-18.0.0:18 - !=dev-util/cucumber-compatibility-kit-9.2.0:9 ) -" - -all_ruby_prepare() { - sed -i -e '1igem "cucumber-messages", "~>18.0"' spec/html_formatter_spec.rb || die -}