Install this version:
emerge -a =dev-ruby/debride-erb-1.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/debride-erb-1.0.2
Or alternatively:
emerge --autounmask-write -a =dev-ruby/debride-erb-1.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.2 | 8 | ~amd64 | $(ver_cut 1) |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
inherit ruby-fakegem
DESCRIPTION="Extends debride to analyze erb files (erubis ala rails, actually)"
HOMEPAGE="https://github.com/seattlerb/debride-erb"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
ruby_add_rdepend "
>=dev-ruby/debride-1.2:1
>=dev-ruby/erubi-1.10:0
"
each_ruby_test() {
${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each { |f| require f }' || die
}