aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-11-26 18:27:26 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-11-26 18:50:38 +0500
commit06fc52bc2b03e83a038b787608c111555234722d (patch)
treeee52127d90f8e151fec932452caad97bd2357b75 /dev-crystal
parentdev-crystal/webdrivers: revbump for dev-crystal/habitat (diff)
downloadguru-06fc52bc2b03e83a038b787608c111555234722d.tar.gz
guru-06fc52bc2b03e83a038b787608c111555234722d.tar.bz2
guru-06fc52bc2b03e83a038b787608c111555234722d.zip
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 <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/lucky_flow/Manifest1
-rw-r--r--dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild (renamed from dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild)2
-rw-r--r--dev-crystal/lucky_flow/lucky_flow-0.9.1.ebuild26
3 files changed, 1 insertions, 28 deletions
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.ebuild b/dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild
index 853a59609..c375db904 100644
--- a/dev-crystal/lucky_flow/lucky_flow-0.10.0.ebuild
+++ b/dev-crystal/lucky_flow/lucky_flow-0.10.0-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-crystal/crystal-html5
- dev-crystal/habitat
+ >=dev-crystal/habitat-0.4.9
dev-crystal/selenium
dev-crystal/webdrivers
dev-crystal/webless
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"
-}