dev-ruby/sorbet-runtime: treeclean

only required for old versions of dev-ruby/ruby-lsp
upstream updates tags too often (multiple per day)

Signed-off-by: Bryce Copeland <truffle074@gmail.com>
This commit is contained in:
Bryce Copeland
2025-09-01 23:00:12 +10:00
parent ce48d2f1bf
commit 0d3481846d
6 changed files with 0 additions and 91 deletions

View File

@@ -1,19 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
inherit ruby-fakegem
DESCRIPTION="Sorbet's runtime static type checker component"
HOMEPAGE="https://sorbet.org/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# sorbet itself is a huge package, with a mix of c++ & ruby
# the tests defined in the main repo are for the full package and wouldn't
# make sense for this gem
RUBY_FAKEGEM_RECIPE_TEST="none"