gnome-extra/gnome-user-docs - 49.5 (gentoo)

Search

Install

Install this version:

emerge -a =gnome-extra/gnome-user-docs-49.5

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

autounmask =gnome-extra/gnome-user-docs-49.5

Or alternatively:

emerge --autounmask-write -a =gnome-extra/gnome-user-docs-49.5

Package Information

Description:
GNOME end user documentation
Homepage:
https://gitlab.gnome.org/GNOME/gnome-user-docs
License:
CC-BY-3.0

Ebuild Details

Version EAPI Keywords Slot
49.5 8 ~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit gnome2

DESCRIPTION="GNOME end user documentation"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs"

LICENSE="CC-BY-3.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="test"

BDEPEND="test? ( dev-libs/libxml2 )"
# eautoreconf requires:
#	app-text/yelp-tools
# rebuilding translations requires:
#	app-text/yelp-tools
#	dev-util/gettext

# This ebuild does not install any binaries
RESTRICT="binchecks strip
	!test? ( test )"

src_configure() {
	# itstool is only needed for rebuilding translations
	# xmllint is only needed for tests
	gnome2_src_configure \
		$(usex test "" XMLLINT=$(type -P true)) \
		ITSTOOL=$(type -P true)
}

src_compile() {
	# Do not compile; "make all" with unset LINGUAS rebuilds all translations,
	# which can take > 2 hours on a Core i7.
	return
}

USE Flags

Manage flags for this package: euse -i <flag> -p gnome-extra/gnome-user-docs | euse -E <flag> -p gnome-extra/gnome-user-docs | euse -D <flag> -p gnome-extra/gnome-user-docs

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

test? ( dev-libs/libxml2 )