Install this version:
emerge -a =dev-ruby/nokogiri-happymapper-0.10.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ruby/nokogiri-happymapper-0.10.1
Or alternatively:
emerge --autounmask-write -a =dev-ruby/nokogiri-happymapper-0.10.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10.1 | 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_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_GEMSPEC="nokogiri-happymapper.gemspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
inherit ruby-fakegem
DESCRIPTION="Parse XML data and convert it quickly and easily into ruby data structures"
HOMEPAGE="https://rubygems.org/gems/nokogiri-happymapper"
SRC_URI="https://github.com/mvz/happymapper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
RUBY_S="happymapper-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
ruby_add_rdepend ">=dev-ruby/nokogiri-1.5"
all_ruby_prepare() {
sed -i -e '/simplecov/,/^end/ s:^:#:' -e '/pry/ s:^:#:' spec/spec_helper.rb || die
sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nokogiri-happymapper-0.10.1.tar.gz | 60601 bytes | https://github.com/mvz/happymapper/archive/v0.10.1.tar.gz |