summaryrefslogtreecommitdiff
path: root/dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-07-21 09:49:19 +0200
committerHans de Graaff <graaff@gentoo.org>2024-07-21 09:50:42 +0200
commit48110651bdcb951149972d227f3bdcf02a304787 (patch)
tree25a34eee7b76bd2e9d0589cd97a273ed75c36f1b /dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild
parent287f97c77df17bc780061cfaca68473e6df4695c (diff)
downloadgentoo-48110651bdcb951149972d227f3bdcf02a304787.tar.gz
gentoo-48110651bdcb951149972d227f3bdcf02a304787.tar.bz2
gentoo-48110651bdcb951149972d227f3bdcf02a304787.zip
dev-util/cucumber-html-formatter: add 21.4.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild')
-rw-r--r--dev-util/cucumber-html-formatter/cucumber-html-formatter-21.4.1.ebuild31
1 files changed, 31 insertions, 0 deletions
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
+"