# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_BINDIR="exe" RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib" RUBY_FAKEGEM_EXTENSIONS=(ext/rbs_extension/extconf.rb) RUBY_FAKEGEM_GEMSPEC="rbs.gemspec" inherit ruby-fakegem DESCRIPTION="The language for type signatures for Ruby and standard library definitions" HOMEPAGE="https://github.com/ruby/rbs" SRC_URI="https://github.com/ruby/rbs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Ruby-BSD BSD-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_rdepend "dev-ruby/logger" ruby_add_bdepend "test? ( dev-ruby/bundler