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-util/cucumber-html-formatter/
Date: Mon, 23 Jun 2025 04:54:15 +0000 (UTC)	[thread overview]
Message-ID: <1750654385.fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f.graaff@gentoo> (raw)

commit:     fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 04:53:05 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 04:53:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1da118

dev-util/cucumber-html-formatter: add 21.12.0

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-21.12.0.ebuild         | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index d44060b6b048..dda6acae6b44 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,4 +1,5 @@
 DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23ad14d71eb06a8363c7af7f417e4755ffffb2beabe8502ed5d82a881c072b911a42cb1fc2f1809e7326c223c00c25a36482d052b SHA512 c5f1453677b4df5e9091721bbb15a522f5c91cbcb2cb11a8c1d8f2577d8b3b93810698447a1fe1f2b80dc52a1bf798ffcb876b2c728ceaf109f1997a2fdde249
 DIST cucumber-html-formatter-21.10.1.gem 285184 BLAKE2B 2e47d5022410127c551e47117e32f27e395dfe6482043f607fc131fc226b6a23d28b43216c237d8391c184019fb06af348461499d711db42fc69858e9c70bf60 SHA512 93648e949fb2b1540787c5712337688c91bde91410df49ac5d07390fc31751fe0b642f5cdd0bd7658a60052ae28ee9fa3ac8771424c0acaf4485ae23389779b8
+DIST cucumber-html-formatter-21.12.0.gem 283648 BLAKE2B 034d40d6ebbe07c5438b27311b6bb31a4302b46126ebc632a832f06e8a2aec537626f73abff691bc24484fc63570a816d4034678881f1d752c61fcb857200576 SHA512 1bb0ab6636012f7375265c23964d62729113d0de19ae4b72603128039fff2d66150109808d8d0ce4de1e52da05c263f4917c843b25710f25526a84c4d0929cfc
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
 DIST cucumber-html-formatter-21.9.0.gem 271872 BLAKE2B 19efcaab70423d40ef616d3db30a5b65096cb6c7dd70d04423bf6956ddbc1e933b09d77eee18b99384d5bea739661c32423e9625b707c3c9edfcdcdde6f0d632 SHA512 90b24ca0219d0666e93c950ead734932f03e05c1ef613fa449b8830eecdddb1e3198ecf14dd32469ce71627e6ad5f7567e7098b4716bb1685e4dacbf7f8ed3e6

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
new file mode 100644
index 000000000000..931730fc54f0
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/"
+
+# Can be used for specs but requires assets to be created from npm
+#SRC_URI="https://github.com/cucumber/html-formatter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+#RUBY_S="html-formatter-${PV}/ruby"
+
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+
+# Specs are no longer available in the distributed gem
+RESTRICT="test"
+
+ruby_add_rdepend "
+	|| ( dev-util/cucumber-messages:27 dev-util/cucumber-messages:22 )
+	!<dev-util/cucumber-html-formatter-19.2.0-r1:19
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


             reply	other threads:[~2025-06-23  4:54 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-23  4:54 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-20  9:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ Hans de Graaff
2025-09-09 19:07 Arthur Zamarin
2025-08-22  7:45 Hans de Graaff
2025-07-08  5:54 Hans de Graaff
2025-06-14  6:54 Hans de Graaff
2025-06-05 15:06 Sam James
2025-06-05 10:31 Sam James
2025-06-02  0:01 Sam James
2025-06-01  3:04 Sam James
2025-05-31 18:13 Hans de Graaff
2025-05-18  8:58 Sam James
2025-05-07 18:20 Hans de Graaff
2025-02-15  6:43 Hans de Graaff
2024-08-26  5:49 Hans de Graaff
2024-08-26  5:49 Hans de Graaff
2024-08-09  7:08 Hans de Graaff
2024-08-09  7:08 Hans de Graaff
2024-07-28  5:22 Hans de Graaff
2024-07-21 13:22 Sam James
2024-07-21 13:22 Sam James
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:55 Jakov Smolić
2024-07-21 12:42 Sam James
2024-07-21  7:50 Hans de Graaff
2024-07-21  7:50 Hans de Graaff
2024-04-01  6:47 Hans de Graaff
2024-03-17  6:46 Hans de Graaff
2024-03-03  7:32 Hans de Graaff
2024-03-03  7:32 Hans de Graaff
2024-03-03  7:32 Hans de Graaff
2023-11-04  7:13 Hans de Graaff
2023-11-04  7:13 Hans de Graaff
2023-08-19  5:25 Hans de Graaff
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:34 Sam James
2023-04-10 10:28 Sam James
2023-04-10 10:28 Sam James
2023-04-10 10:28 Sam James
2023-04-01 23:19 Sam James
2022-07-14  7:40 Hans de Graaff
2022-07-14  7:16 Hans de Graaff
2022-07-13  9:05 Hans de Graaff
2022-05-22  6:23 Agostino Sarubbo
2022-05-22  6:15 Agostino Sarubbo
2022-05-21  8:27 Agostino Sarubbo
2022-05-21  8:26 Agostino Sarubbo
2022-05-21  8:25 Agostino Sarubbo
2022-05-20  9:02 Agostino Sarubbo
2022-05-20  9:00 Agostino Sarubbo
2022-04-18 12:14 Hans de Graaff
2021-11-24  7:29 Hans de Graaff
2021-11-23 16:09 Sam James
2021-10-18  5:52 Hans de Graaff
2021-10-16  7:46 Hans de Graaff
2021-10-16  7:46 Hans de Graaff
2021-10-11  0:45 Sam James
2021-10-10 21:48 Sam James
2021-10-10 20:53 Sam James
2021-10-10 20:48 Sam James
2021-08-02 21:48 Marek Szuba
2021-07-30  8:30 Hans de Graaff
2021-07-26  5:43 Hans de Graaff
2021-07-26  5:22 Sam James
2021-07-26  5:22 Sam James
2021-07-25  3:23 Sam James
2021-07-22  4:45 Hans de Graaff
2021-07-14  9:45 Hans de Graaff
2021-07-14  9:20 Hans de Graaff
2021-07-13 10:17 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=1750654385.fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f.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