Install this version:
emerge -a =dev-util/puppet-strings-4.1.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/puppet-strings-4.1.3
Or alternatively:
emerge --autounmask-write -a =dev-util/puppet-strings-4.1.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_GEMSPEC="puppet-strings.gemspec"
inherit ruby-fakegem
DESCRIPTION="Puppet documentation via YARD"
HOMEPAGE="https://github.com/puppetlabs/puppet-strings"
SRC_URI="https://github.com/puppetlabs/puppet-strings/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# depends on unpackaged puppet_litmis and json_spec
RESTRICT="test"
ruby_add_rdepend "
>=dev-ruby/rgen-0.9:0
>=dev-ruby/yard-0.9.5 =dev-ruby/yard-0*
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | puppet-strings-4.1.3.tar.gz | 93868 bytes | https://github.com/puppetlabs/puppet-strings/archive/v4.1.3.tar.gz |