app-admin/fatrace - 0.19.1 (guru)

Search

Install

Install this version:

emerge -a =app-admin/fatrace-0.19.1

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

autounmask =app-admin/fatrace-0.19.1

Or alternatively:

emerge --autounmask-write -a =app-admin/fatrace-0.19.1

Package Information

Description:
report system wide file access events
Homepage:
https://github.com/martinpitt/fatrace
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.19.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="report system wide file access events"
HOMEPAGE="https://github.com/martinpitt/fatrace"
SRC_URI="https://github.com/martinpitt/fatrace/archive/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="powertop"

RDEPEND="powertop? ( sys-power/powertop )"

src_install() {
	dosbin fatrace
	doman fatrace.8
	use powertop && dosbin power-usage-report
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-admin/fatrace | euse -E <flag> -p app-admin/fatrace | euse -D <flag> -p app-admin/fatrace

Global/Standard Flags

Dependencies

RDEPEND

powertop? ( sys-power/powertop )

Manifest for 0.19.1

Type File Size Source URLs
DIST fatrace-0.19.1.tar.gz 32918 bytes https://github.com/martinpitt/fatrace/archive/0.19.1/fatrace-0.19.1.tar.gz