sys-apps/9mount - 9999 (booboo)

Search

Install

Install this version:

emerge -a =sys-apps/9mount-9999

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

autounmask =sys-apps/9mount-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/9mount-9999

Package Information

Description:
A set of SUID mounting tools for use with v9fs.
Homepage:
http://github.com/minad/9mount
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

DESCRIPTION="A set of SUID mounting tools for use with v9fs."
HOMEPAGE="http://github.com/minad/9mount"
EGIT_REPO_URI="https://github.com/minad/9mount.git"

LICENSE="ISC"
SLOT="0"
KEYWORDS=""

src_install() {
	dobin 9mount 9umount 9bind
	fperms 4755 /usr/bin/{9mount,9umount,9bind}
}

Inherited Eclasses