Install this version:
emerge -a =net-fs/ufs-0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-fs/ufs-0.2
Or alternatively:
emerge --autounmask-write -a =net-fs/ufs-0.2
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libixp/libixp-0.4.ebuild,v 1.1 2007/11/18 05:44:12 omp Exp $
EAPI=6
DESCRIPTION="libspfs-based daemon that shares the local filesystem over 9P"
HOMEPAGE="http://sourceforge.net/projects/npfs/"
SRC_URI="https://downloads.sourceforge.net/npfs/spfs-0.2.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/libspfs"
RDEPEND="sys-libs/libspfs"
S="${WORKDIR}/spfs/fs"
src_prepare() {
sed 's#: \.\.[^ ]*#:#' Makefile -i || die
}
src_compile() {
emake || die "emake failed"
}
src_install() {
dobin ufs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | spfs-0.2.tar.gz | 38045 bytes | https://downloads.sourceforge.net/npfs/spfs-0.2.tar.gz |