Install this version:
emerge -a =sys-process/acct-6.6.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.6.4 | 8 | ~alpha amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~sparc x86 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools flag-o-matic systemd tmpfiles
DESCRIPTION="GNU system accounting utilities"
HOMEPAGE="https://savannah.gnu.org/projects/acct/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~sparc x86"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-acct )"
BDEPEND="sys-apps/texinfo"
PATCHES=(
"${FILESDIR}"/${PN}-6.6.4-cross-compile-fixed.patch
"${FILESDIR}"/${PN}-6.6.4-fortify-source-3-sprintf-buffer-overflow.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
# bug #944194
append-flags -std=gnu17
econf --enable-linux-multiformat
}
src_install() {
default
keepdir /var/account
newinitd "${FILESDIR}"/acct.initd-r2 acct
newconfd "${FILESDIR}"/acct.confd-r1 acct
systemd_dounit "${FILESDIR}"/acct.service
insinto /etc/logrotate.d
newins "${FILESDIR}"/acct.logrotate-r1 psacct
# sys-apps/sysvinit already provides this
rm "${ED}"/usr/bin/last "${ED}"/usr/share/man/man1/last.1 || die
newtmpfiles "${FILESDIR}"/acct.tmpfiles acct.conf
}
pkg_postinst() {
tmpfiles_process acct.conf
}
Manage flags for this package:
euse -i <flag> -p sys-process/acct |
euse -E <flag> -p sys-process/acct |
euse -D <flag> -p sys-process/acct
| Mirror Name | URLs |
|---|---|
| gnu |
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | acct-6.6.4.tar.bz2 | 671480 bytes | mirror://gnu/acct/acct-6.6.4.tar.bz2 |