Install this version:
emerge -a =dev-ruby/rgen-0.10.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/rgen-0.10.2
Or alternatively:
emerge --autounmask-write -a =dev-ruby/rgen-0.10.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
RUBY_FAKEGEM_GEMSPEC="rgen.gemspec"
inherit ruby-fakegem
DESCRIPTION="A framework for Model Driven Software Development (MDSD)"
HOMEPAGE="https://github.com/mthiede/rgen"
SRC_URI="https://github.com/mthiede/rgen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
each_ruby_test() {
${RUBY} -Ilib:test:. -e "Dir['test/**/*_test.rb'].each { require _1 }" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rgen-0.10.2.tar.gz | 279119 bytes | https://github.com/mthiede/rgen/archive/v0.10.2.tar.gz |