Install this version:
emerge -a =sys-fs/advfs-fuse-1.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/advfs-fuse-1.0.2
Or alternatively:
emerge --autounmask-write -a =sys-fs/advfs-fuse-1.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Read-only FUSE driver and forensics toolkit for Tru64 AdvFS"
HOMEPAGE="https://lab.simple-co.de/zappel/advfs-fuse"
GIT_TAG="v${PV}"
SRC_URI="https://lab.simple-co.de/zappel/${PN}/-/archive/${GIT_TAG}/${PN}-${GIT_TAG}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_TAG}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+fuse +tools"
REQUIRED_USE="|| ( fuse tools )"
RDEPEND="
fuse? ( sys-fs/fuse:3 )
"
DEPEND="${RDEPEND}"
src_compile() {
if use fuse && use tools; then
emake
elif use fuse; then
emake fuse
else
emake tool
fi
}
src_test() {
emake test
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
dodoc README.md
dodoc docs/architecture.md
}
Manage flags for this package:
euse -i <flag> -p sys-fs/advfs-fuse |
euse -E <flag> -p sys-fs/advfs-fuse |
euse -D <flag> -p sys-fs/advfs-fuse
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | advfs-fuse-1.0.2.tar.gz | 698028 bytes | https://lab.simple-co.de/zappel/advfs-fuse/-/archive/v1.0.2/advfs-fuse-v1.0.2.tar.gz |