# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby26 ruby27 ruby30 ruby31" MY_P="redis-rb-${PV}" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_GEMSPEC="redis.gemspec" inherit ruby-fakegem DESCRIPTION="A Ruby client library for Redis" HOMEPAGE="https://github.com/redis/redis-rb" SRC_URI="https://github.com/redis/redis-rb/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" KEYWORDS="~amd64 ~arm64" IUSE="doc test" DEPEND="test? (