Install this version:
emerge -a =dev-ruby/roda-3.99.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/roda-3.99.0
Or alternatively:
emerge --autounmask-write -a =dev-ruby/roda-3.99.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.99.0 | 8 | ~amd64 | 3 |
# 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_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_GEMSPEC="roda.gemspec"
inherit ruby-fakegem
DESCRIPTION="Routing tree web toolkit"
HOMEPAGE="https://roda.jeremyevans.net/"
SRC_URI="https://github.com/jeremyevans/roda/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64"
IUSE="test"
ruby_add_rdepend "dev-ruby/rack:*"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.7.0 dev-ruby/minitest-global_expectations dev-ruby/tilt )"
Manage flags for this package:
euse -i <flag> -p dev-ruby/roda |
euse -E <flag> -p dev-ruby/roda |
euse -D <flag> -p dev-ruby/roda
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | roda-3.99.0.tar.gz | 970139 bytes | https://github.com/jeremyevans/roda/archive/3.99.0.tar.gz |