net-fs/netdev-automount - 1.1 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =net-fs/netdev-automount-1.1

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

autounmask =net-fs/netdev-automount-1.1

Or alternatively:

emerge --autounmask-write -a =net-fs/netdev-automount-1.1

Package Information

Description:
Automatically (un)mount network filesystems
Homepage:
https://github.com/xarblu/netdev-automount
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Automatically (un)mount network filesystems"
HOMEPAGE="https://github.com/xarblu/netdev-automount"
SRC_URI="https://github.com/xarblu/netdev-automount/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="+networkmanager"

DEPEND="
	>=dev-lang/python-3.11
	networkmanager? ( net-misc/networkmanager )
"
RDEPEND="${DEPEND}"

src_install() {
	dobin ${PN}
	if use networkmanager; then
		dosym "${EPREFIX}/usr/bin/${PN}" "/usr/lib/NetworkManager/dispatcher.d/30-${PN}"
		dosym "${EPREFIX}/usr/bin/${PN}" "/usr/lib/NetworkManager/dispatcher.d/pre-down.d/30-${PN}"
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-fs/netdev-automount | euse -E <flag> -p net-fs/netdev-automount | euse -D <flag> -p net-fs/netdev-automount

Global/Standard Flags

networkmanager
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-lang/python-3.11
	networkmanager? ( net-misc/networkmanager )

RDEPEND

	>=dev-lang/python-3.11
	networkmanager? ( net-misc/networkmanager )

Manifest for 1.1

Type File Size Source URLs
DIST netdev-automount-1.1.tar.gz 3271 bytes https://github.com/xarblu/netdev-automount/archive/v1.1.tar.gz