sys-apps/help2man - 1.49.3 (gentoo)

Search

Package Information

Description:
GNU utility to convert program --help output to a man page
Homepage:
https://www.gnu.org/software/help2man/ https://salsa.debian.org/bod/help2man
License:
GPL-3+ nls? ( FSFAP )

Ebuild Details

Version EAPI Keywords Slot
1.49.3 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="GNU utility to convert program --help output to a man page"
HOMEPAGE="https://www.gnu.org/software/help2man/ https://salsa.debian.org/bod/help2man"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

# nls/FSFAP for bindtextdomain.c
LICENSE="GPL-3+ nls? ( FSFAP )"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="nls"

RDEPEND="dev-lang/perl
	nls? ( dev-perl/Locale-gettext )"
DEPEND="${RDEPEND}"

# bug #385753
DOCS=( debian/changelog NEWS README THANKS )

PATCHES=(
	"${FILESDIR}"/${PN}-1.46.1-linguas.patch
)

src_prepare() {
	if [[ ${CHOST} == *-darwin* ]] ; then
		sed -i \
			-e 's/-shared/-bundle/' \
			Makefile.in || die
	fi

	default
}

src_configure() {
	# Disable gettext requirement as the release includes the gmo files, bug #555018
	local myeconfargs=(
		ac_cv_path_MSGFMT=$(type -P false)
		$(use_enable nls)
	)

	econf "${myeconfargs[@]}"
}

USE Flags

nls

Applicable Mirrors

Mirror Name URLs
gnu

Dependencies

DEPEND

dev-lang/perl
	nls? ( dev-perl/Locale-gettext )

RDEPEND

dev-lang/perl
	nls? ( dev-perl/Locale-gettext )

Manifest for 1.49.3

Type File Size Source URLs
DIST help2man-1.49.3.tar.xz 228472 bytes mirror://gnu/help2man/help2man-1.49.3.tar.xz