public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-13 10:17 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-13 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6592d09ca2b911fec743ae5ae045c52e293450ae
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 09:46:32 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 10:17:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6592d09c

dev-util/cucumber-html-formatter: import of 13.0.0

New dependency for dev-util/cucumber

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-13.0.0.ebuild          | 25 ++++++++++++++++++++++
 dev-util/cucumber-html-formatter/metadata.xml      | 10 +++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
new file mode 100644
index 00000000000..fe783d871a4
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -0,0 +1 @@
+DIST cucumber-html-formatter-13.0.0.gem 436224 BLAKE2B ce3f58995560f6d78e855e95af83128e426817c749f64de8c8b2c475893a0da02ee72ea00ccf2d5d5745d94f93924ef52e9a1c01bebaca9cde889cba49f32270 SHA512 687ccb9245213ff9e59b85cf729fad05de385c94a31ae70cb770ba515c57309107fea16756853d93b1af39c68c3f936f7975540070b4b45bbdd79baf94513dc4

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild
new file mode 100644
index 00000000000..33c434d91d4
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+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-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/metadata.xml b/dev-util/cucumber-html-formatter/metadata.xml
new file mode 100644
index 00000000000..06c13e2d2e3
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>graaff@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">aslakhellesoy/cucumber</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-14  9:20 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-14  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     16cb78f523f8c9a0ff5232342d009b1a304b64e1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 09:00:35 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 09:20:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cb78f5

dev-util/cucumber-html-formatter: install assets

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-r1.ebuild       | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
new file mode 100644
index 00000000000..b03fad428dd
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27"
+
+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-15.0.0:15
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>15.0"' spec/html_formatter_spec.rb || die
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-14  9:45 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-14  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     856f5caab92471cfb2335d2a1f4f41bee026b2a1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 09:40:48 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 09:40:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856f5caa

dev-util/cucumber-html-formatter: remove broken version

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.ebuild          | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild
deleted file mode 100644
index 33c434d91d4..00000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-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-15.0.0:15
-"
-
-all_ruby_prepare() {
-	sed -i -e '1igem "cucumber-messages", "~>15.0"' spec/html_formatter_spec.rb || die
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-22  4:45 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-22  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e180c38d486a01f414b84981b56c2e087eccaf63
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 04:35:11 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 04:35:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e180c38d

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

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-16.0.1.ebuild          | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index fe783d871a4..1bf0d54ab12 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1 +1,2 @@
 DIST cucumber-html-formatter-13.0.0.gem 436224 BLAKE2B ce3f58995560f6d78e855e95af83128e426817c749f64de8c8b2c475893a0da02ee72ea00ccf2d5d5745d94f93924ef52e9a1c01bebaca9cde889cba49f32270 SHA512 687ccb9245213ff9e59b85cf729fad05de385c94a31ae70cb770ba515c57309107fea16756853d93b1af39c68c3f936f7975540070b4b45bbdd79baf94513dc4
+DIST cucumber-html-formatter-16.0.1.gem 432128 BLAKE2B b1b53566d15573f6f4fa87a9a87ce5c1844d9bd6f43715aee1a08ab45d66baa211631a612aedd59f97c24364ce9b6b607697763744906ec78f96adf0c5ca260d SHA512 2bcdd55e0d3dfebc60c25e2a64a0d2b132e561fdb0f77ca0a491464c9b338cffad5a436123d3ed5e85816d509caa60badda958d7b435a42d89ed27a17f97edbc

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1.ebuild
new file mode 100644
index 00000000000..d62ce489916
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1.ebuild
@@ -0,0 +1,27 @@
+# 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
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>17.0"' spec/html_formatter_spec.rb || die
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-25  3:23 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-07-25  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     bef55f53c255eb016890cf5ae15ab034a070e916
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 03:22:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 03:23:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef55f53

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 arm, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index b03fad428dd..40ada440c6e 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-26  5:22 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-07-26  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bc01d7b1f142bc2dd53752646deb554b067ce6a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:22:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:22:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc01d7b1

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 ppc64, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index 40ada440c6e..861fad1d3b9 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-26  5:22 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-07-26  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     291c46d88eabbfc206f67ed13ab24d84cfe77c8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:22:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:22:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291c46d8

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 arm64, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index 861fad1d3b9..eef34265153 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-26  5:43 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-26  5:43 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-07-30  8:30 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-07-30  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     76b49c6111abe59f4e3e4f576dc30fa77718c3d6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:28:53 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:30:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b49c61

dev-util/cucumber-html-formatter: move keywords forward

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 .../cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
index 37ab42c63ab..1217af0a683 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 

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
index aa84e2994ee..18026d637c5 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-08-02 21:48 Marek Szuba
  0 siblings, 0 replies; 57+ messages in thread
From: Marek Szuba @ 2021-08-02 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7f8173336d19963e75a6d3d1541e559e104d336a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 21:35:59 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 21:47:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f817333

dev-util/cucumber-html-formatter: keyword 16.0.1-r1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 18026d637c5..7bb9afe0e9c 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-10 20:48 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-10-10 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7d365e4219cc5a6a229965250b71981a685a8ba5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:48:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:48:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d365e42

dev-util/cucumber-html-formatter: Keyword 13.0.0-r2 x86, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 1217af0a683..6293ba29881 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-10 20:53 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-10-10 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b0fcb76d9e0e19a5f09676fb6c527a5ae8dac232
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:53:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:53:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fcb76d

dev-util/cucumber-html-formatter: Keyword 13.0.0-r2 sparc, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6293ba29881..52925c337d3 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-10 21:48 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-10-10 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8d0130cef9c87b11a6236cb9ce8557a093877665
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 21:47:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 21:47:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0130ce

dev-util/cucumber-html-formatter: Keyword 13.0.0-r2 ppc, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 52925c337d3..9ffe0fde43a 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-11  0:45 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-10-11  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7abb7694946ff74645e55b6d1c8fc3f63bbf3eed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 00:44:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 00:44:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb7694

dev-util/cucumber-html-formatter: Keyword 13.0.0-r2 s390, #802141

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 9ffe0fde43a..b408f5e1384 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-16  7:46 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-10-16  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     75e54facd056b7c15737f18aa050d29a0671fbbb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 06:49:38 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 07:46:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e54fac

dev-util/cucumber-html-formatter: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../cucumber-html-formatter-13.0.0-r1.ebuild       | 27 ----------------------
 .../cucumber-html-formatter-16.0.1.ebuild          | 27 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
deleted file mode 100644
index eef34265153..00000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27"
-
-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 ~ppc64"
-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.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1.ebuild
deleted file mode 100644
index d62ce489916..00000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-"
-
-all_ruby_prepare() {
-	sed -i -e '1igem "cucumber-messages", "~>17.0"' spec/html_formatter_spec.rb || die
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-16  7:46 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-10-16  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4e197c67ec5e50fad6243781477d21010d547847
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 06:51:02 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 07:46:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e197c67

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

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-17.0.0.ebuild          | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 1bf0d54ab12..da9312bc382 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,2 +1,3 @@
 DIST cucumber-html-formatter-13.0.0.gem 436224 BLAKE2B ce3f58995560f6d78e855e95af83128e426817c749f64de8c8b2c475893a0da02ee72ea00ccf2d5d5745d94f93924ef52e9a1c01bebaca9cde889cba49f32270 SHA512 687ccb9245213ff9e59b85cf729fad05de385c94a31ae70cb770ba515c57309107fea16756853d93b1af39c68c3f936f7975540070b4b45bbdd79baf94513dc4
 DIST cucumber-html-formatter-16.0.1.gem 432128 BLAKE2B b1b53566d15573f6f4fa87a9a87ce5c1844d9bd6f43715aee1a08ab45d66baa211631a612aedd59f97c24364ce9b6b607697763744906ec78f96adf0c5ca260d SHA512 2bcdd55e0d3dfebc60c25e2a64a0d2b132e561fdb0f77ca0a491464c9b338cffad5a436123d3ed5e85816d509caa60badda958d7b435a42d89ed27a17f97edbc
+DIST cucumber-html-formatter-17.0.0.gem 434176 BLAKE2B 9bab7b11d2a17b6bb7fb1a81275a7db9221c5848779e870e95b9fee939d93d8df43faa29b1b85a3ac170763ffd8bb75abef8bdcfa2a7392cbfa7ae96737a0fdd SHA512 7be1e8805f45ab78a80997ff556856289f715d59f6ee4f01ccc95452b0cc898bcd0b97d029a70cfaa1f292069f913b99517aa1cd7f2cf45f7cdc9152520ae670

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
new file mode 100644
index 00000000000..91fcf66c1ee
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.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 ~arm ~arm64 ~ppc64 ~riscv"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend "
+	>=dev-util/cucumber-messages-17.1.0.1:17
+	!<dev-util/cucumber-html-formatter-13.0.0-r2
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>17.1"' spec/html_formatter_spec.rb || die
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-10-18  5:52 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-10-18  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     86d2dd1c92b593ba21fa00ba837c2fd3be3695f2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 05:51:51 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 05:52:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d2dd1c

dev-util/cucumber-html-formatter: fix file collision

Closes: https://bugs.gentoo.org/818451
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 ...atter-17.0.0.ebuild => cucumber-html-formatter-16.0.1-r2.ebuild} | 6 ++++--
 .../cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild   | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
similarity index 80%
copy from dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
copy to dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
index 91fcf66c1ee..9d9cc748042 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
@@ -8,6 +8,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 RUBY_FAKEGEM_EXTRAINSTALL="assets"
 
+RUBY_FAKEGEM_BINWRAP=""
+
 inherit ruby-fakegem
 
 DESCRIPTION="HTML formatter for Cucumber"
@@ -19,10 +21,10 @@ SLOT="$(ver_cut 1)"
 IUSE="test"
 
 ruby_add_rdepend "
-	>=dev-util/cucumber-messages-17.1.0.1:17
+	>=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.1"' spec/html_formatter_spec.rb || die
+	sed -i -e '1igem "cucumber-messages", "~>17.0"' spec/html_formatter_spec.rb || die
 }

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 91fcf66c1ee..fe9815ec6c9 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -21,6 +21,7 @@ IUSE="test"
 ruby_add_rdepend "
 	>=dev-util/cucumber-messages-17.1.0.1:17
 	!<dev-util/cucumber-html-formatter-13.0.0-r2
+	!<dev-util/cucumber-html-formatter-16.0.1-r2
 "
 
 all_ruby_prepare() {


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-11-23 16:09 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2021-11-23 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     33314b87e94c68842d2ebde0f06ab88d34179d77
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Nov 23 15:26:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 16:09:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33314b87

dev-util/cucumber-html-formatter: mark 13.0.0-r2 ~hppa, bug #802141

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index b408f5e1384b..da066defb460 100644
--- 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
@@ -16,7 +16,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2021-11-24  7:29 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2021-11-24  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f532ad7c9f13addb22746bf3485dd6cfff3f7a5e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 07:19:29 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 07:29:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f532ad7c

dev-util/cucumber-html-formatter: move keywords forward

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index fe9815ec6c9e..772a79674653 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-04-18 12:14 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2022-04-18 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6db8adf0534ce2fbb02447b67e58076671575b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 09:47:40 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 12:14:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6db8ad

dev-util/cucumber-html-formatter: enable ruby31

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

 .../cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 772a79674653..6aaff4f3e5f5 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-20  9:00 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-20  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     392349549882fdf31573d293c0e1cb95e4e967e7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 09:00:21 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 20 09:00:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39234954

dev-util/cucumber-html-formatter: arm stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index df55392432be..3fc9f577c243 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-20  9:02 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-20  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b2341c6f6113053d24387e36b2e35415c214c27c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 09:01:48 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 20 09:01:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2341c6f

dev-util/cucumber-html-formatter: arm64 stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 3fc9f577c243..8063f4939357 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-21  8:25 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-21  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b1af7f00519ab033fc4dd616ecbd7f70a35c37f1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 08:24:57 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 21 08:24:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1af7f00

dev-util/cucumber-html-formatter: ppc stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 8063f4939357..24edfebc0f6d 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-21  8:26 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-21  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f3054e8cfbf6705ac310cd7573fdb48dd87d675d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 08:26:20 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 21 08:26:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3054e8c

dev-util/cucumber-html-formatter: ppc64 stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 24edfebc0f6d..993b2b800024 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-21  8:27 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-21  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0d985421355f4e322304c54e4318aa5b5d7c0bc2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 08:27:21 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 21 08:27:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d985421

dev-util/cucumber-html-formatter: sparc stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 993b2b800024..f7a67cee64bf 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-22  6:15 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-22  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     fae79f187e67f8227e121806e67882d15eb585e1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 06:14:50 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 22 06:14:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae79f18

dev-util/cucumber-html-formatter: amd64 stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index f7a67cee64bf..c3ddbf38fb94 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-05-22  6:23 Agostino Sarubbo
  0 siblings, 0 replies; 57+ messages in thread
From: Agostino Sarubbo @ 2022-05-22  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     446084c29e6cf327a06052c3df43ca68fe8f87fa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 06:23:17 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 22 06:23:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446084c2

dev-util/cucumber-html-formatter: x86 stable wrt bug #846524

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index c3ddbf38fb94..6be5eb4f966d 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-07-13  9:05 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2022-07-13  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9b1963f6f2c1a9ab0bcd41752fc6b8ad4664eb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:35:12 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 09:05:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9b1963

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-17.0.0-r1.ebuild       | 30 ++++++++++++++++++++++
 .../cucumber-html-formatter-19.2.0.ebuild          | 30 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index ec1b2febf168..5229eb9ac35e 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1 +1,2 @@
 DIST cucumber-html-formatter-17.0.0.gem 434176 BLAKE2B 9bab7b11d2a17b6bb7fb1a81275a7db9221c5848779e870e95b9fee939d93d8df43faa29b1b85a3ac170763ffd8bb75abef8bdcfa2a7392cbfa7ae96737a0fdd SHA512 7be1e8805f45ab78a80997ff556856289f715d59f6ee4f01ccc95452b0cc898bcd0b97d029a70cfaa1f292069f913b99517aa1cd7f2cf45f7cdc9152520ae670
+DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23ad14d71eb06a8363c7af7f417e4755ffffb2beabe8502ed5d82a881c072b911a42cb1fc2f1809e7326c223c00c25a36482d052b SHA512 c5f1453677b4df5e9091721bbb15a522f5c91cbcb2cb11a8c1d8f2577d8b3b93810698447a1fe1f2b80dc52a1bf798ffcb876b2c728ceaf109f1997a2fdde249

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
new file mode 100644
index 000000000000..f75b478f848a
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+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-17.1.0.1:17
+	!<dev-util/cucumber-html-formatter-13.0.0-r2
+	!<dev-util/cucumber-html-formatter-16.0.1-r2
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>17.1"' spec/html_formatter_spec.rb || die
+}

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
new file mode 100644
index 000000000000..b0b901679b89
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+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-13.0.0-r2
+	!<dev-util/cucumber-html-formatter-16.0.1-r2
+	!<dev-util/cucumber-html-formatter-17.0.0-r1
+"
+
+all_ruby_prepare() {
+	sed -i -e '1igem "cucumber-messages", "~>18.0"' spec/html_formatter_spec.rb || die
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-07-14  7:16 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2022-07-14  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9b16b790548a3974a7efa21e1d5bacbcde4c4de0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 06:39:48 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 07:16:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b16b790

dev-util/cucumber-html-formatter: add missing test dep

Closes: https://bugs.gentoo.org/857891
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild     | 4 ++++
 1 file changed, 4 insertions(+)

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
index b0b901679b89..04c052c5e1e3 100644
--- 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
@@ -25,6 +25,10 @@ ruby_add_rdepend "
 	!<dev-util/cucumber-html-formatter-17.0.0-r1
 "
 
+ruby_add_bdepend "
+	test? ( >=dev-ruby/cucumber-compatibility-kit-9.2.0:9 )
+"
+
 all_ruby_prepare() {
 	sed -i -e '1igem "cucumber-messages", "~>18.0"' spec/html_formatter_spec.rb || die
 }


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2022-07-14  7:40 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2022-07-14  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cd97806bfdb2659227aa59b29427d189c81e4df4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 07:39:57 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 07:40:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd97806b

dev-util/cucumber-html-formatter: fix test dependency

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

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 04c052c5e1e3..d0858f840aed 100644
--- 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
@@ -26,7 +26,7 @@ ruby_add_rdepend "
 "
 
 ruby_add_bdepend "
-	test? ( >=dev-ruby/cucumber-compatibility-kit-9.2.0:9 )
+	test? ( >=dev-util/cucumber-compatibility-kit-9.2.0:9 )
 "
 
 all_ruby_prepare() {


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-01 23:19 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-01 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     83bd41ae2edbac0466a7505529e0cfc3bebc7497
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 22:44:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 23:18:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bd41ae

dev-util/cucumber-html-formatter: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild  | 4 ++--
 .../cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
index f75b478f848a..3f5d3f2ce072 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"

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
index d0858f840aed..930b696dd82a 100644
--- 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
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:28 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     736a649c648b61ac999f9033d4696d1cfd108cb3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:27:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:28:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736a649c

dev-util/cucumber-html-formatter: Stabilize 19.2.0 amd64, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 47da0394f6a0..7f000f5d7aac 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:28 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     8ed130b638c596d8d1f9cebb8d05015199b3a295
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:27:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:27:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed130b6

dev-util/cucumber-html-formatter: Stabilize 19.2.0 arm64, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 19d2e1111ae8..47da0394f6a0 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:28 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b5d78e1c43aecdd5fa2075269efa848f7bf3e05e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:27:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:28:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d78e1c

dev-util/cucumber-html-formatter: Stabilize 19.2.0 arm, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 7f000f5d7aac..248292709662 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:34 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e9cd48665a72ca63402f0b31bb9fb61d334663c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:34:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:34:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cd4866

dev-util/cucumber-html-formatter: Stabilize 19.2.0 ppc64, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 248292709662..0c18ae5b63d9 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:37 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     663eb96f7e8978a7ed0c650b3bb4a14f9bf89964
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:36:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:36:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663eb96f

dev-util/cucumber-html-formatter: Stabilize 19.2.0 ppc, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 0c18ae5b63d9..3b6fbff7515f 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-04-10 10:37 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2023-04-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5bab918a26fbf49b1cf0e8d7be8fb2182829029a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 10:36:35 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 10:36:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bab918a

dev-util/cucumber-html-formatter: Stabilize 19.2.0 sparc, #904105

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-19.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 3b6fbff7515f..f2d8ed1a88fe 100644
--- 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
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-08-19  5:25 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2023-08-19  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b467a3fad81dca8650b390dfd2915e799cbbe239
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 05:21:58 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 05:21:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b467a3fa

dev-util/cucumber-html-formatter: drop 17.0.0, 17.0.0-r1

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

 dev-util/cucumber-html-formatter/Manifest          |  1 -
 .../cucumber-html-formatter-17.0.0-r1.ebuild       | 30 ----------------------
 .../cucumber-html-formatter-17.0.0.ebuild          | 29 ---------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 5229eb9ac35e..41a3dc40c6ba 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,2 +1 @@
-DIST cucumber-html-formatter-17.0.0.gem 434176 BLAKE2B 9bab7b11d2a17b6bb7fb1a81275a7db9221c5848779e870e95b9fee939d93d8df43faa29b1b85a3ac170763ffd8bb75abef8bdcfa2a7392cbfa7ae96737a0fdd SHA512 7be1e8805f45ab78a80997ff556856289f715d59f6ee4f01ccc95452b0cc898bcd0b97d029a70cfaa1f292069f913b99517aa1cd7f2cf45f7cdc9152520ae670
 DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23ad14d71eb06a8363c7af7f417e4755ffffb2beabe8502ed5d82a881c072b911a42cb1fc2f1809e7326c223c00c25a36482d052b SHA512 c5f1453677b4df5e9091721bbb15a522f5c91cbcb2cb11a8c1d8f2577d8b3b93810698447a1fe1f2b80dc52a1bf798ffcb876b2c728ceaf109f1997a2fdde249

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
deleted file mode 100644
index 3f5d3f2ce072..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0-r1.ebuild
+++ /dev/null
@@ -1,30 +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_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-17.1.0.1:17
-	!<dev-util/cucumber-html-formatter-13.0.0-r2
-	!<dev-util/cucumber-html-formatter-16.0.1-r2
-"
-
-all_ruby_prepare() {
-	sed -i -e '1igem "cucumber-messages", "~>17.1"' spec/html_formatter_spec.rb || die
-}

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
deleted file mode 100644
index 6be5eb4f966d..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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-17.1.0.1:17
-	!<dev-util/cucumber-html-formatter-13.0.0-r2
-	!<dev-util/cucumber-html-formatter-16.0.1-r2
-"
-
-all_ruby_prepare() {
-	sed -i -e '1igem "cucumber-messages", "~>17.1"' spec/html_formatter_spec.rb || die
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-11-04  7:13 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2023-11-04  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4e373c823de58316e59c1765b0f1c51a2d4de9b5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 06:58:38 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=4e373c82

dev-util/cucumber-html-formatter: update upstream metadata

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

 dev-util/cucumber-html-formatter/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/metadata.xml b/dev-util/cucumber-html-formatter/metadata.xml
index ecbd8c460ae2..18fc8f1d5f1f 100644
--- a/dev-util/cucumber-html-formatter/metadata.xml
+++ b/dev-util/cucumber-html-formatter/metadata.xml
@@ -5,6 +5,7 @@
 		<email>graaff@gentoo.org</email>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">aslakhellesoy/cucumber</remote-id>
+		<remote-id type="github">cucumber/html-formatter</remote-id>
+		<remote-id type="rubygems">cucumber-html-formatter</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2023-11-04  7:13 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2023-11-04  7:13 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-03-03  7:32 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-03-03  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1691bfdefb6b3586451f670a787354337ea65c40
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 08:07:52 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 07:32:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1691bfde

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-21.2.0.ebuild          | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 6d537a127cbe..c942003f1705 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,2 +1,3 @@
 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
+DIST cucumber-html-formatter-21.2.0.tar.gz 175743 BLAKE2B 5ade792b6101f2069700f47beb0c958be5da66c542ac7d9b44d9815a047df9d29d82da0f446b5e690f4d3114bd594c6346269dc0a1cf36d4654a098abf06246c SHA512 e2457119ac4321e0a2f38f86f159dbe494f60bbd74d1a8d3710a5bf9102104aaaa058862b110ec55ce14eb106e6e4a7846af623e12f4354cf43a13ec5a76343d

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
new file mode 100644
index 000000000000..bae498b8440b
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-html-formatter.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/"
+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"
+
+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:22
+"
+
+all_ruby_prepare() {
+	# Require a specific version of cucumber-messages that is compatible
+	# throughout the cucumber stack.  Drop compatibility-kit since it
+	# does not work with the supported versions of cucumber-messages and
+	# newer versions are completely broken.
+	sed -e '2igem "cucumber-messages", "~>22.0"' \
+		-e '/compatibility-kit/ s:^:#:' \
+		-i spec/spec_helper.rb || die
+
+	sed -e '/when using the CCK/,/^  end/ s:^:#:' \
+		-i spec/cucumber/html_formatter/formatter_spec.rb || die
+
+}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-03-03  7:32 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-03-03  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     aa67ec7529fc102065a0252168fa8bd7b1d13ad2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 10:54:48 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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
+	!<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
+}

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
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
 "
 
 all_ruby_prepare() {


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-03-03  7:32 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-03-03  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5882e6b83471ad6f862427c6ae6a00eea3dd9a89
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 07:30:17 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 07:32:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5882e6b8

dev-util/cucumber-html-formatter: update SRC_URI

Use the gem since it contains the precompiled npm assets. Unfortunately
the gem no longer contains the specs, so we are not able to run them
anymore. We could use the upstream git repository as a source but that
would require creating and distributing the assets ourselves for each
release.

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

 dev-util/cucumber-html-formatter/Manifest          |  2 +-
 .../cucumber-html-formatter-21.2.0.ebuild          | 27 +++++++---------------
 2 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index c942003f1705..817b747a4997 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,3 +1,3 @@
 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
-DIST cucumber-html-formatter-21.2.0.tar.gz 175743 BLAKE2B 5ade792b6101f2069700f47beb0c958be5da66c542ac7d9b44d9815a047df9d29d82da0f446b5e690f4d3114bd594c6346269dc0a1cf36d4654a098abf06246c SHA512 e2457119ac4321e0a2f38f86f159dbe494f60bbd74d1a8d3710a5bf9102104aaaa058862b110ec55ce14eb106e6e4a7846af623e12f4354cf43a13ec5a76343d
+DIST cucumber-html-formatter-21.2.0.gem 267776 BLAKE2B 8d99b8cebd4722f390740e0a9868d1e1f53c42556689e401948d1d9c7dca8b717fc5870aa7ceec9796d91bb2df3e5311ee073260b914f15071bca3efe5f316b0 SHA512 a6dbda14941a3290a6b2502dccbf980b39adb65ccfc6135ecd4bf09d9f4474d48c4dffa0d86d9d1da71dd9fe973e7ad14584ee3c367d7cfe948fd83e7bf9ade2

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 dec778bc78a5..3d108c72cb09 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
@@ -4,17 +4,17 @@
 EAPI=8
 USE_RUBY="ruby31 ruby32 ruby33"
 
-RUBY_FAKEGEM_GEMSPEC="cucumber-html-formatter.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
 RUBY_FAKEGEM_EXTRAINSTALL="assets"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 inherit ruby-fakegem
 
 DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
-SRC_URI="https://github.com/cucumber/html-formatter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="html-formatter-${PV}/ruby"
+
+# 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"
 
@@ -22,21 +22,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 
+# Specs are no longer available in the distributed gem
+RESTRICT="test"
+
 ruby_add_rdepend "
 	dev-util/cucumber-messages:22
 	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
 "
-
-all_ruby_prepare() {
-	# Require a specific version of cucumber-messages that is compatible
-	# throughout the cucumber stack.  Drop compatibility-kit since it
-	# does not work with the supported versions of cucumber-messages and
-	# newer versions are completely broken.
-	sed -e '2igem "cucumber-messages", "~>22.0"' \
-		-e '/compatibility-kit/ s:^:#:' \
-		-i spec/spec_helper.rb || die
-
-	sed -e '/when using the CCK/,/^  end/ s:^:#:' \
-		-i spec/cucumber/html_formatter/formatter_spec.rb || die
-
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-03-17  6:46 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-03-17  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7b17887768ab020a596bc68aaf8be8aaf756358f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 06:36:43 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 06:46:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b178877

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-21.3.0.ebuild          | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 817b747a4997..68ca9af998c0 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,3 +1,4 @@
 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
 DIST cucumber-html-formatter-21.2.0.gem 267776 BLAKE2B 8d99b8cebd4722f390740e0a9868d1e1f53c42556689e401948d1d9c7dca8b717fc5870aa7ceec9796d91bb2df3e5311ee073260b914f15071bca3efe5f316b0 SHA512 a6dbda14941a3290a6b2502dccbf980b39adb65ccfc6135ecd4bf09d9f4474d48c4dffa0d86d9d1da71dd9fe973e7ad14584ee3c367d7cfe948fd83e7bf9ade2
+DIST cucumber-html-formatter-21.3.0.gem 271872 BLAKE2B 8eaad29c6a67f0dc897cb6e26defc35020ee63e8e76ff20632e56adec3097329da1eeb207cbc1d82ac64dde7f97352838f00d9363f1de80599fdc17fb1bd7d1e SHA512 3cb4c21d58734bd2bab683ee43f77ee9636098c3b388c41bc379d671a9a92ddbaf130dd941f7d622d5c25c06c556fe4a3adda2426e99b2688ecbdff596ea1364

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild
new file mode 100644
index 000000000000..3d108c72cb09
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+# Specs are no longer available in the distributed gem
+RESTRICT="test"
+
+ruby_add_rdepend "
+	dev-util/cucumber-messages:22
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-04-01  6:47 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-04-01  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     89520a01ad59c762fcbb103fee5798d2e84b7962
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 06:45:29 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 06:46:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89520a01

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-21.3.1.ebuild          | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 68ca9af998c0..e4af193e2909 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -2,3 +2,4 @@ DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23
 DIST cucumber-html-formatter-20.4.0.gem 592896 BLAKE2B 48fcdc7dacf354973b25c745c0f86334f882766e6d3776cdcbdbf574b69bd01550d43417fbb55d99c01f8485d174dd3e64a3b4aaeb33a577c3ab3b87318029c0 SHA512 c60b8a084bd0c05c9659e9cfb327194975d9eabf6dd39e282d3ff343df740f0fd13a2d854d3b095064ea3df04e73ba0324102f5fbd05b3cf98498420a036005e
 DIST cucumber-html-formatter-21.2.0.gem 267776 BLAKE2B 8d99b8cebd4722f390740e0a9868d1e1f53c42556689e401948d1d9c7dca8b717fc5870aa7ceec9796d91bb2df3e5311ee073260b914f15071bca3efe5f316b0 SHA512 a6dbda14941a3290a6b2502dccbf980b39adb65ccfc6135ecd4bf09d9f4474d48c4dffa0d86d9d1da71dd9fe973e7ad14584ee3c367d7cfe948fd83e7bf9ade2
 DIST cucumber-html-formatter-21.3.0.gem 271872 BLAKE2B 8eaad29c6a67f0dc897cb6e26defc35020ee63e8e76ff20632e56adec3097329da1eeb207cbc1d82ac64dde7f97352838f00d9363f1de80599fdc17fb1bd7d1e SHA512 3cb4c21d58734bd2bab683ee43f77ee9636098c3b388c41bc379d671a9a92ddbaf130dd941f7d622d5c25c06c556fe4a3adda2426e99b2688ecbdff596ea1364
+DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
new file mode 100644
index 000000000000..3d108c72cb09
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+# Specs are no longer available in the distributed gem
+RESTRICT="test"
+
+ruby_add_rdepend "
+	dev-util/cucumber-messages:22
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21  7:50 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-07-21  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     48110651bdcb951149972d227f3bdcf02a304787
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 07:49:19 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 07:50:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48110651

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

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

 dev-util/cucumber-html-formatter/Manifest          |  1 +
 .../cucumber-html-formatter-21.4.1.ebuild          | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index e4af193e2909..5c7a1fce1e50 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -3,3 +3,4 @@ DIST cucumber-html-formatter-20.4.0.gem 592896 BLAKE2B 48fcdc7dacf354973b25c745c
 DIST cucumber-html-formatter-21.2.0.gem 267776 BLAKE2B 8d99b8cebd4722f390740e0a9868d1e1f53c42556689e401948d1d9c7dca8b717fc5870aa7ceec9796d91bb2df3e5311ee073260b914f15071bca3efe5f316b0 SHA512 a6dbda14941a3290a6b2502dccbf980b39adb65ccfc6135ecd4bf09d9f4474d48c4dffa0d86d9d1da71dd9fe973e7ad14584ee3c367d7cfe948fd83e7bf9ade2
 DIST cucumber-html-formatter-21.3.0.gem 271872 BLAKE2B 8eaad29c6a67f0dc897cb6e26defc35020ee63e8e76ff20632e56adec3097329da1eeb207cbc1d82ac64dde7f97352838f00d9363f1de80599fdc17fb1bd7d1e SHA512 3cb4c21d58734bd2bab683ee43f77ee9636098c3b388c41bc379d671a9a92ddbaf130dd941f7d622d5c25c06c556fe4a3adda2426e99b2688ecbdff596ea1364
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
+DIST cucumber-html-formatter-21.4.1.gem 273920 BLAKE2B c0fb1402118d5aa670346953a5f9322fe848e1006ef8b3cf5e8169d46269d8d15c1d452301c167220fefce1775e311282bbd3d9ede9088440f8148b67ea0e691 SHA512 968b74210c34b227e66b614c613333b683097e425747d54f0cf0f76360cc0f97095022bfb94737bd882b766ba5db1264057c753d341585eedb94f891993e09fb

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
new file mode 100644
index 000000000000..c6870e49ecfa
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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:22
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21  7:50 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-07-21  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7c5a08a0a130727fb45326db14ae01fa1679b872
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 07:50:21 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 07:50:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5a08a0

dev-util/cucumber-html-formatter: drop 20.4.0, 21.2.0, 21.3.0

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

 dev-util/cucumber-html-formatter/Manifest          |  2 --
 .../cucumber-html-formatter-20.4.0.ebuild          | 32 ----------------------
 .../cucumber-html-formatter-21.2.0.ebuild          | 31 ---------------------
 .../cucumber-html-formatter-21.3.0.ebuild          | 31 ---------------------
 4 files changed, 96 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 5c7a1fce1e50..a356b767e75a 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,6 +1,4 @@
 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
-DIST cucumber-html-formatter-21.2.0.gem 267776 BLAKE2B 8d99b8cebd4722f390740e0a9868d1e1f53c42556689e401948d1d9c7dca8b717fc5870aa7ceec9796d91bb2df3e5311ee073260b914f15071bca3efe5f316b0 SHA512 a6dbda14941a3290a6b2502dccbf980b39adb65ccfc6135ecd4bf09d9f4474d48c4dffa0d86d9d1da71dd9fe973e7ad14584ee3c367d7cfe948fd83e7bf9ade2
-DIST cucumber-html-formatter-21.3.0.gem 271872 BLAKE2B 8eaad29c6a67f0dc897cb6e26defc35020ee63e8e76ff20632e56adec3097329da1eeb207cbc1d82ac64dde7f97352838f00d9363f1de80599fdc17fb1bd7d1e SHA512 3cb4c21d58734bd2bab683ee43f77ee9636098c3b388c41bc379d671a9a92ddbaf130dd941f7d622d5c25c06c556fe4a3adda2426e99b2688ecbdff596ea1364
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
 DIST cucumber-html-formatter-21.4.1.gem 273920 BLAKE2B c0fb1402118d5aa670346953a5f9322fe848e1006ef8b3cf5e8169d46269d8d15c1d452301c167220fefce1775e311282bbd3d9ede9088440f8148b67ea0e691 SHA512 968b74210c34b227e66b614c613333b683097e425747d54f0cf0f76360cc0f97095022bfb94737bd882b766ba5db1264057c753d341585eedb94f891993e09fb

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
deleted file mode 100644
index ecefcef2d20c..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}

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
deleted file mode 100644
index 3d108c72cb09..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-SLOT="$(ver_cut 1)"
-IUSE="test"
-
-# Specs are no longer available in the distributed gem
-RESTRICT="test"
-
-ruby_add_rdepend "
-	dev-util/cucumber-messages:22
-	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
-"

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild
deleted file mode 100644
index 3d108c72cb09..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-SLOT="$(ver_cut 1)"
-IUSE="test"
-
-# Specs are no longer available in the distributed gem
-RESTRICT="test"
-
-ruby_add_rdepend "
-	dev-util/cucumber-messages:22
-	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
-"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21 12:42 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-07-21 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8f0d2d212a90592c34448707c93babb032cbcc64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 12:41:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 12:41:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0d2d21

dev-util/cucumber-html-formatter: Stabilize 21.3.1 ppc64, #936424

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index 3d108c72cb09..f3382224c0bc 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://cucumber.io/"
 
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21 12:55 Jakov Smolić
  0 siblings, 0 replies; 57+ messages in thread
From: Jakov Smolić @ 2024-07-21 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     063a753646d464df8daf43717da7ce44f78b3d24
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 12:55:32 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 12:55:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063a7536

dev-util/cucumber-html-formatter: Stabilize 21.3.1 x86, #936424

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index f3382224c0bc..6ce627fa7fa2 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://cucumber.io/"
 
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21 12:55 Jakov Smolić
  0 siblings, 0 replies; 57+ messages in thread
From: Jakov Smolić @ 2024-07-21 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e4cb8d0abd6e8eff8e3740b920fb80bd424749e7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 12:55:42 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 12:55:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cb8d0a

dev-util/cucumber-html-formatter: Stabilize 21.3.1 amd64, #936424

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index 6ce627fa7fa2..971f404480a6 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://cucumber.io/"
 
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21 13:22 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-07-21 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bb52b4b94fe48f54db6a4890f2b64c46ae699272
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 13:21:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 13:21:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb52b4b9

dev-util/cucumber-html-formatter: Stabilize 21.3.1 arm, #936424

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index c02b4ea5b8f0..8e114805fe3c 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://cucumber.io/"
 
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-21 13:22 Sam James
  0 siblings, 0 replies; 57+ messages in thread
From: Sam James @ 2024-07-21 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7e2072be8affce0b9474694a53803bc7f7d5d28d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 13:21:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 13:21:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2072be

dev-util/cucumber-html-formatter: Stabilize 21.3.1 ppc, #936424

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index 8e114805fe3c..1d1d9ac341cb 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://cucumber.io/"
 
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-07-28  5:22 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-07-28  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     788a58da41d6a282a29f3314792cc75743b1aaed
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 05:13:02 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 05:21:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788a58da

dev-util/cucumber-html-formatter: avoid file collision

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

 .../cucumber-html-formatter/cucumber-html-formatter-19.2.0-r1.ebuild  | 4 ++--
 .../cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild     | 1 +
 .../cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild     | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

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
index 1971ba937f1e..d2c33c576749 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
index 1d1d9ac341cb..825cf123fcbc 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.3.1.ebuild
@@ -27,5 +27,6 @@ RESTRICT="test"
 
 ruby_add_rdepend "
 	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
 "

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
index c6870e49ecfa..6a2e1177674c 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
@@ -27,5 +27,6 @@ RESTRICT="test"
 
 ruby_add_rdepend "
 	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
 "


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-08-09  7:08 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-08-09  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f77c800b6ef29d119e07506298b47ca1e2ce06d7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 07:07:45 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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-html-formatter-13.0.0-r2
-	!<dev-util/cucumber-html-formatter-16.0.1-r2
-	!<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
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-08-09  7:08 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-08-09  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c453b9d139fb05713527105b601cf50e89257945
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 07:07:08 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 07:08:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c453b9d1

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

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

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

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index a356b767e75a..52eb34ec7ba1 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -2,3 +2,4 @@ DIST cucumber-html-formatter-19.2.0.gem 478720 BLAKE2B 1f2f6b2f93d63207cb2bb6e23
 DIST cucumber-html-formatter-20.4.0.gem 592896 BLAKE2B 48fcdc7dacf354973b25c745c0f86334f882766e6d3776cdcbdbf574b69bd01550d43417fbb55d99c01f8485d174dd3e64a3b4aaeb33a577c3ab3b87318029c0 SHA512 c60b8a084bd0c05c9659e9cfb327194975d9eabf6dd39e282d3ff343df740f0fd13a2d854d3b095064ea3df04e73ba0324102f5fbd05b3cf98498420a036005e
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
 DIST cucumber-html-formatter-21.4.1.gem 273920 BLAKE2B c0fb1402118d5aa670346953a5f9322fe848e1006ef8b3cf5e8169d46269d8d15c1d452301c167220fefce1775e311282bbd3d9ede9088440f8148b67ea0e691 SHA512 968b74210c34b227e66b614c613333b683097e425747d54f0cf0f76360cc0f97095022bfb94737bd882b766ba5db1264057c753d341585eedb94f891993e09fb
+DIST cucumber-html-formatter-21.6.0.gem 271872 BLAKE2B dc7ed26539d298e7df5cb7c8809b66a7cde98c596df6537aa19436325d322b49dfc0c17fd899ed072983634f9c3de340a2612ea9221cf25a189bbb7553176eda SHA512 51046ac0dd5ecfe93e89c7b19a211af49c4e93ea613a073711c6a4351e3f2b0f478099c54a6ba60ea2b02aa81905ca0b618980a3058680b179cb32dcde85783a

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.6.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.6.0.ebuild
new file mode 100644
index 000000000000..6a2e1177674c
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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:22
+	!<dev-util/cucumber-html-formatter-19.2.0-r1:19
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-08-26  5:49 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-08-26  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5e784bc487d75ab3df18dc5b247cd96a9fd25d19
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 05:45:49 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 05:45:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e784bc4

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

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

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

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 52eb34ec7ba1..3d020f5f923f 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -3,3 +3,4 @@ DIST cucumber-html-formatter-20.4.0.gem 592896 BLAKE2B 48fcdc7dacf354973b25c745c
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
 DIST cucumber-html-formatter-21.4.1.gem 273920 BLAKE2B c0fb1402118d5aa670346953a5f9322fe848e1006ef8b3cf5e8169d46269d8d15c1d452301c167220fefce1775e311282bbd3d9ede9088440f8148b67ea0e691 SHA512 968b74210c34b227e66b614c613333b683097e425747d54f0cf0f76360cc0f97095022bfb94737bd882b766ba5db1264057c753d341585eedb94f891993e09fb
 DIST cucumber-html-formatter-21.6.0.gem 271872 BLAKE2B dc7ed26539d298e7df5cb7c8809b66a7cde98c596df6537aa19436325d322b49dfc0c17fd899ed072983634f9c3de340a2612ea9221cf25a189bbb7553176eda SHA512 51046ac0dd5ecfe93e89c7b19a211af49c4e93ea613a073711c6a4351e3f2b0f478099c54a6ba60ea2b02aa81905ca0b618980a3058680b179cb32dcde85783a
+DIST cucumber-html-formatter-21.7.0.gem 271872 BLAKE2B 1fd904e5915ce8551b127ae873af9a98e8d48c9832426f60342a12d7a6fbe2c7291bd0703cea99796c958c8ea96a2e1528932fadc4f521f28c17d84b6742df08 SHA512 d5c489d4af2d681f3c43b6ba34f9edca9a23e271c5d7246c3a7e642639c0d274f240f3bdb7abb5cd6498d0f76e42b03e611b6304c4ce070d3adfa4ac93ce3a0c

diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.7.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.7.0.ebuild
new file mode 100644
index 000000000000..6a2e1177674c
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+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:22
+	!<dev-util/cucumber-html-formatter-19.2.0-r1:19
+	!<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"


^ permalink raw reply related	[flat|nested] 57+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/
@ 2024-08-26  5:49 Hans de Graaff
  0 siblings, 0 replies; 57+ messages in thread
From: Hans de Graaff @ 2024-08-26  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2ebc17c844aab263691f17996f47f0130aca7295
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 05:46:35 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 05:46:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebc17c8

dev-util/cucumber-html-formatter: drop 20.4.0-r1

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

 dev-util/cucumber-html-formatter/Manifest          |  1 -
 .../cucumber-html-formatter-20.4.0-r1.ebuild       | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-util/cucumber-html-formatter/Manifest b/dev-util/cucumber-html-formatter/Manifest
index 3d020f5f923f..aab93033aa0b 100644
--- a/dev-util/cucumber-html-formatter/Manifest
+++ b/dev-util/cucumber-html-formatter/Manifest
@@ -1,5 +1,4 @@
 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
 DIST cucumber-html-formatter-21.3.1.gem 272384 BLAKE2B cc6dd87f1a3ecf312b0310a032fe26d7177edfd0242e9f98f817e3b11882cf4e5244b6fe43408aee9cec715374c5051087f3eaa9b5b38e5bed4ebec108ffc5f9 SHA512 04fe71ef8dca04491737f61fe0b6858f85ba09cc78a2796f20055612b4125b877faf8b6fc3b0dda2c6e3809ee6360f6bc97c8a7422b8e7beccb67d024b18c894
 DIST cucumber-html-formatter-21.4.1.gem 273920 BLAKE2B c0fb1402118d5aa670346953a5f9322fe848e1006ef8b3cf5e8169d46269d8d15c1d452301c167220fefce1775e311282bbd3d9ede9088440f8148b67ea0e691 SHA512 968b74210c34b227e66b614c613333b683097e425747d54f0cf0f76360cc0f97095022bfb94737bd882b766ba5db1264057c753d341585eedb94f891993e09fb
 DIST cucumber-html-formatter-21.6.0.gem 271872 BLAKE2B dc7ed26539d298e7df5cb7c8809b66a7cde98c596df6537aa19436325d322b49dfc0c17fd899ed072983634f9c3de340a2612ea9221cf25a189bbb7553176eda SHA512 51046ac0dd5ecfe93e89c7b19a211af49c4e93ea613a073711c6a4351e3f2b0f478099c54a6ba60ea2b02aa81905ca0b618980a3058680b179cb32dcde85783a

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
deleted file mode 100644
index b156812777ec..000000000000
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-20.4.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-	!<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
-}


^ permalink raw reply related	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2024-08-26  5:49 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-22  4:45 [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
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-14  9:45 Hans de Graaff
2021-07-14  9:20 Hans de Graaff
2021-07-13 10:17 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox