dev-ruby/rspec-wait: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-04-20 00:54:03 +02:00
parent 3a8ea9e441
commit 01c080e24b
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby30 ruby27 ruby26 ruby25"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec"
inherit ruby-fakegem
DESCRIPTION="enables time-resilient expectations in your RSpec test suite"
HOMEPAGE="https://github.com/laserlemon/rspec-wait"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend "
>=dev-ruby/rspec-3
"