dev-ruby/niceogiri - 1.1.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ruby/niceogiri-1.1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/niceogiri-1.1.2

Or alternatively:

emerge --autounmask-write -a =dev-ruby/niceogiri-1.1.2

Package Information

Description:
Some wrappers around and helpers for XML manipulation using Nokogiri
Homepage:
https://github.com/benlangfeld/Niceogiri
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.2 8 ~amd64 0
View Raw Ebuild
# 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="README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC="doc"

inherit ruby-fakegem

DESCRIPTION="Some wrappers around and helpers for XML manipulation using Nokogiri"
HOMEPAGE="https://github.com/benlangfeld/Niceogiri"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

ruby_add_rdepend "dev-ruby/nokogiri"

ruby_add_bdepend "doc? ( dev-ruby/yard )"

all_ruby_prepare() {
	sed -i -e '/guard-rspec/d' ${PN}.gemspec || die
	sed -i -e '/[Bb]undler/d' Rakefile || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/niceogiri | euse -E <flag> -p dev-ruby/niceogiri | euse -D <flag> -p dev-ruby/niceogiri

Global/Standard Flags

doc

Inherited Eclasses