summaryrefslogtreecommitdiff
path: root/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-06-23 06:53:05 +0200
committerHans de Graaff <graaff@gentoo.org>2025-06-23 06:53:05 +0200
commitfa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f (patch)
tree92199e2dbd6507be050d38a470585e2944098119 /dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
parent76edeb5500a83220580e1fdff73b9bba3dec7665 (diff)
downloadgentoo-fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f.tar.gz
gentoo-fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f.tar.bz2
gentoo-fa1da118d6bd3aa1ce58bb480d065ca8e9d2b10f.zip
dev-util/cucumber-html-formatter: add 21.12.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild')
-rw-r--r--dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
new file mode 100644
index 000000000000..931730fc54f0
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.12.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/"
+
+# Can be used for specs but requires assets to be created from npm
+#SRC_URI="https://github.com/cucumber/html-formatter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+#RUBY_S="html-formatter-${PV}/ruby"
+
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+
+# Specs are no longer available in the distributed gem
+RESTRICT="test"
+
+ruby_add_rdepend "
+ || ( dev-util/cucumber-messages:27 dev-util/cucumber-messages:22 )
+ !<dev-util/cucumber-html-formatter-19.2.0-r1:19
+ !<dev-util/cucumber-html-formatter-20.4.0-r1:20
+"