From 06fc52bc2b03e83a038b787608c111555234722d Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 26 Nov 2024 18:27:26 +0500 Subject: dev-crystal/lucky_flow: revbump for dev-crystal/habitat Bug: https://bugs.gentoo.org/945013 Closes: https://bugs.gentoo.org/945014 Closes: https://bugs.gentoo.org/945012 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/lucky_flow/Manifest | 1 - dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild | 26 ++++++++++++++++++++++ dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild | 26 ---------------------- dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild | 26 ---------------------- 4 files changed, 26 insertions(+), 53 deletions(-) create mode 100644 dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild delete mode 100644 dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild delete mode 100644 dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild (limited to 'dev-crystal') diff --git a/dev-crystal/lucky_flow/Manifest b/dev-crystal/lucky_flow/Manifest index 40e5341bf..8f9082089 100644 --- a/dev-crystal/lucky_flow/Manifest +++ b/dev-crystal/lucky_flow/Manifest @@ -1,2 +1 @@ DIST lucky_flow-0.10.0.tar.gz 17564 BLAKE2B 4f118108a2f8960c04cab97fa260df6fe98ad81be6c1630d2a48c4320b4533961a8e6e3983fbbdea358ec2bdab5eb5035f1d4bc3e5222c08a3e34408f20fa74a SHA512 8b03266d9d259665a7274b95880c211654170db135f618cf84148d693ae6c7658ff3fe1c4df896e10db8139cf9d6e0f5a2659829f3e4f657eff7f9cf1d25f4c0 -DIST lucky_flow-0.9.1.tar.gz 16887 BLAKE2B 3dd6422f9edaaebf032fa08cdfe35392d91b933980b2b2de65b785ec8c63140f8cbb2b055a679e94725445a68a9ccaafb2f4a5de74bb1cac8928133be330b75d SHA512 bd09f0cf141236ed8648f9db507f652de2986348df9b5db44d389849d196e10af17de11ecaea850fea3a9c844bbad456fd4360a53ee44ba2d1b1dae0f9c15084 diff --git a/dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild b/dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild new file mode 100644 index 000000000..c375db904 --- /dev/null +++ b/dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="LuckyFlow is a library for testing user flows in the browser" +HOMEPAGE="https://github.com/luckyframework/lucky_flow" +SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-crystal/crystal-html5 + >=dev-crystal/habitat-0.4.9 + dev-crystal/selenium + dev-crystal/webdrivers + dev-crystal/webless +" + +src_test() { + shards_src_test --tag "~headless_chrome" --tag "~headless_firefox" +} diff --git a/dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild b/dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild deleted file mode 100644 index 853a59609..000000000 --- a/dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shards - -DESCRIPTION="LuckyFlow is a library for testing user flows in the browser" -HOMEPAGE="https://github.com/luckyframework/lucky_flow" -SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-crystal/crystal-html5 - dev-crystal/habitat - dev-crystal/selenium - dev-crystal/webdrivers - dev-crystal/webless -" - -src_test() { - shards_src_test --tag "~headless_chrome" --tag "~headless_firefox" -} diff --git a/dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild b/dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild deleted file mode 100644 index a213375bd..000000000 --- a/dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit shards - -DESCRIPTION="LuckyFlow is a library for testing user flows in the browser" -HOMEPAGE="https://github.com/luckyframework/lucky_flow" -SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-crystal/crystal-html5 - dev-crystal/habitat - dev-crystal/selenium - dev-crystal/webdrivers - dev-crystal/webless -" - -src_test() { - ecrystal spec --tag "~headless_chrome" -} -- cgit v1.2.3-65-gdbad