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 73493158041 for ; Sun, 3 Mar 2024 07:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC9AAE29E2; Sun, 3 Mar 2024 07:32:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 ABC42E29E2 for ; Sun, 3 Mar 2024 07:32:35 +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 BA1C933BE93 for ; Sun, 3 Mar 2024 07:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CBC14F2 for ; Sun, 3 Mar 2024 07:32:31 +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: <1709451126.aa67ec7529fc102065a0252168fa8bd7b1d13ad2.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-20.4.0-r1.ebuild dev-util/cucumber-html-formatter/cucumber-html-formatter-21.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: aa67ec7529fc102065a0252168fa8bd7b1d13ad2 X-VCS-Branch: master Date: Sun, 3 Mar 2024 07:32:31 +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: c34042c2-ba53-48ae-b1f0-c60fce14decc X-Archives-Hash: a3a1375da81ae4ee92e02e37fdc4d225 commit: aa67ec7529fc102065a0252168fa8bd7b1d13ad2 Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 2 10:54:48 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 3 07:32:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa67ec75 dev-util/cucumber-html-formatter: avoid file collision Signed-off-by: Hans de Graaff gentoo.org> .../cucumber-html-formatter-20.4.0-r1.ebuild | 33 ++++++++++++++++++++++ .../cucumber-html-formatter-21.2.0.ebuild | 1 + 2 files changed, 34 insertions(+) diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0-r1.ebuild new file mode 100644 index 000000000000..b156812777ec --- /dev/null +++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_BINWRAP="" +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-19.0.0:19 + !19.0"' spec/*_spec.rb || die +} diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild index bae498b8440b..dec778bc78a5 100644 --- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild +++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild @@ -24,6 +24,7 @@ IUSE="test" ruby_add_rdepend " dev-util/cucumber-messages:22 + !