dev-util/fatrace - 0.17.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-util/fatrace-0.17.0

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

autounmask =dev-util/fatrace-0.17.0

Or alternatively:

emerge --autounmask-write -a =dev-util/fatrace-0.17.0

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.17.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools linux-info

SRC_URI="https://github.com/martinpitt/${PN}/archive/refs/tags/${PV}.tar.gz"
KEYWORDS="~amd64"

DESCRIPTION="report system wide file access events"
HOMEPAGE="https://github.com/martinpitt/fatrace"

LICENSE="GPL-3"
SLOT="0"

CONFIG_CHECK="
	~FANOTIFY
"

export PREFIX="/usr"

Inherited Eclasses

Manifest for 0.17.0

Type File Size Source URLs
DIST 0.17.0.tar.gz 25151 bytes https://github.com/martinpitt/fatrace/archive/refs/tags/0.17.0.tar.gz