sys-apps/debianutils - 5.23.2 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/debianutils-5.23.2

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

autounmask =sys-apps/debianutils-5.23.2

Or alternatively:

emerge --autounmask-write -a =sys-apps/debianutils-5.23.2

Package Information

Description:
A selection of tools from Debian
Homepage:
https://packages.qa.debian.org/d/debianutils.html
License:
BSD GPL-2 SMAIL

Ebuild Details

Version EAPI Keywords Slot
5.23.2 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~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 autotools flag-o-matic

DESCRIPTION="A selection of tools from Debian"
HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
#SRC_URI="mirror://gentoo/e7/${PN}_${PV}.tar.xz"
S="${WORKDIR}"/work

LICENSE="BSD GPL-2 SMAIL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="static"

PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )

src_prepare() {
	# Avoid adding po4a dependency, upstream refreshes manpages.
	sed -i -e '/SUBDIRS/s|po4a||' Makefile.am || die

	default
	eautoreconf
}

src_configure() {
	use static && append-ldflags -static
	default
}

src_install() {
	einstalldocs

	into /
	dobin run-parts

	into /usr
	dobin ischroot
	dosbin savelog

	doman ischroot.1 run-parts.8 savelog.8
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/debianutils | euse -E <flag> -p sys-apps/debianutils | euse -D <flag> -p sys-apps/debianutils

Global/Standard Flags

Inherited Eclasses

Manifest for 5.23.2

Type File Size Source URLs
DIST debianutils_5.23.2.tar.xz 82376 bytes mirror://debian/pool/main/d/debianutils/debianutils_5.23.2.tar.xz