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, 26 Jul 2021 05:43:07 +0000 (UTC) [thread overview]
Message-ID: <1627278145.0ae6ae367b3ea35a9d77cc4774addb180f1420c3.graaff@gentoo> (raw)
commit: 0ae6ae367b3ea35a9d77cc4774addb180f1420c3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 09:37:54 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:42:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae6ae36
dev-util/cucumber-html-formatter: fix file collision
Closes: https://bugs.gentoo.org/803329
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../cucumber-html-formatter-13.0.0-r2.ebuild | 29 ++++++++++++++++++++++
.../cucumber-html-formatter-16.0.1-r1.ebuild | 28 +++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild
new file mode 100644
index 00000000000..37ab42c63ab
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend "
+ >=dev-util/cucumber-messages-15.0.0:15
+"
+
+all_ruby_prepare() {
+ sed -i -e '1igem "cucumber-messages", "~>15.0"' spec/html_formatter_spec.rb || die
+}
diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild
new file mode 100644
index 00000000000..aa84e2994ee
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+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"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend "
+ >=dev-util/cucumber-messages-17.0.1:17
+ !<dev-util/cucumber-html-formatter-13.0.0-r2
+"
+
+all_ruby_prepare() {
+ sed -i -e '1igem "cucumber-messages", "~>17.0"' spec/html_formatter_spec.rb || die
+}
next reply other threads:[~2021-07-26 5:43 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 5:43 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-18 8:58 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ 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: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=1627278145.0ae6ae367b3ea35a9d77cc4774addb180f1420c3.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