Install this version:
emerge -a =dev-ruby/PoParser-3.2.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/PoParser-3.2.8
Or alternatively:
emerge --autounmask-write -a =dev-ruby/PoParser-3.2.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.2.8 | 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_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
DESCRIPTION="A PO file parser, editor and generator"
HOMEPAGE="https://github.com/arashm/poparser"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
ruby_add_rdepend ">=dev-ruby/simple_po_parser-1.1.6 =dev-ruby/simple_po_parser-1.1*"
all_ruby_prepare() {
sed -e '/SimpleCov/,/^end/ s:^:#: ; /\(awesome_print\|simplecov\)/ s:^:#: ; 1irequire "pathname"' \
-i spec/spec_helper.rb || die
}