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: Sat,  4 Nov 2023 07:13:34 +0000 (UTC)	[thread overview]
Message-ID: <1699081836.d397dfd65f0b4892dae7089cf1925b047b3c8afe.graaff@gentoo> (raw)

commit:     d397dfd65f0b4892dae7089cf1925b047b3c8afe
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 06:57:26 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 07:10:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d397dfd6

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-19.2.0-r1.ebuild       | 33 ++++++++++++++++++++++
 .../cucumber-html-formatter-20.4.0.ebuild          | 32 +++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 41a3dc40c6ba..6d537a127cbe 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1 +1,2 @@
 DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23ad14d71eb06a8363c7af7f417e4755ffffb2beabe8502ed5d82a881c072b911a42cb1fc2f1809e7326c223c00c25a36482d052b SHA512 c5f1453677b4df5e9091721bbb15a522f5c91cbcb2cb11a8c1d8f2577d8b3b93810698447a1fe1f2b80dc52a1bf798ffcb876b2c728ceaf109f1997a2fdde249
+DIST cucumber-html-formatter-20.4.0.gem 592896 BLAKE2B 48fcdc7dacf354973b25c745c0f86334f882766e6d3776cdcbdbf574b69bd01550d43417fbb55d99c01f8485d174dd3e64a3b4aaeb33a577c3ab3b87318029c0 SHA512 c60b8a084bd0c05c9659e9cfb327194975d9eabf6dd39e282d3ff343df740f0fd13a2d854d3b095064ea3df04e73ba0324102f5fbd05b3cf98498420a036005e

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0-r1.ebuild
new file mode 100644
index 000000000000..1971ba937f1e
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 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-18.0.0:18
+	!<dev-util/cucumber-html-formatter-17.0.0-r1
+"
+
+ruby_add_bdepend "
+	test? ( >=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
+}

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0.ebuild
new file mode 100644
index 000000000000..ecefcef2d20c
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="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-19.0.0:19
+	!<dev-util/cucumber-html-formatter-19.2.0-r1
+"
+
+ruby_add_bdepend "
+	test? ( dev-util/cucumber-compatibility-kit:10 )
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>19.0"' spec/*_spec.rb || die
+}


             reply	other threads:[~2023-11-04  7:13 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-04  7:13 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26  5:49 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ 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-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=1699081836.d397dfd65f0b4892dae7089cf1925b047b3c8afe.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