sys-apps/gardendevd - 9999 (gardenhouse)

Search

Notice: This package is in a virtual group: virtual/udev
Equivalents: sys-apps/systemd

Install

Install this version:

emerge -a =sys-apps/gardendevd-9999

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

autounmask =sys-apps/gardendevd-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/gardendevd-9999

Package Information

Description:
Udev-compatible device enrichment daemon for mdevd
Homepage:
https://git.pinkro.se/Rose/gardenhouse/gardendevd.git/about/
License:
GPL-3+ LGPL-2+

Ebuild Details

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

EAPI=8

inherit meson linux-info

DESCRIPTION="Udev-compatible device enrichment daemon for mdevd"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/gardendevd.git/about/"

if [ ${PV} = 9999 ]; then
	inherit git-r3
	EGIT_REPO_URI="https://git.pinkro.se/Rose/gardenhouse/gardendevd.git"
	KEYWORDS=""
else
	SRC_URI="https://git.pinkro.se/Rose/gardenhouse/gardendevd.git/snapshot/${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3+ LGPL-2+"
SLOT="0"
IUSE="+dracut mdevd +uaccess +hwdb"

DEPEND="
	uaccess? (
		sys-apps/acl
		sys-auth/elogind
	)
"
RDEPEND="
	${DEPEND}
	sys-apps/util-linux
	mdevd? (
		sys-fs/mdevd
	)
	hwdb? (
		sys-apps/hwdb
	)
        || ( sys-libs/libudev-zero sys-libs/libudev-garden )
"
BDEPEND="
	virtual/pkgconfig
"

RDEPEND+="
	!sys-apps/systemd-utils[udev]
"

pkg_setup() {
	CONFIG_CHECK="~DEVTMPFS ~NET ~NETLINK_DIAG"
	linux-info_pkg_setup
}

src_configure() {
	local emesonargs=(
		$(meson_feature uaccess)
		$(meson_feature mdevd)
		$(meson_feature dracut)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/gardendevd | euse -E <flag> -p sys-apps/gardendevd | euse -D <flag> -p sys-apps/gardendevd

Global/Standard Flags

dracut
Default: Enabled (+)
uaccess
Default: Enabled (+)
hwdb
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	uaccess? (
		sys-apps/acl
		sys-auth/elogind
	)

RDEPEND

	
	uaccess? (
		sys-apps/acl
		sys-auth/elogind
	)

	sys-apps/util-linux
	mdevd? (
		sys-fs/mdevd
	)
	hwdb? (
		sys-apps/hwdb
	)
        || ( sys-libs/libudev-zero sys-libs/libudev-garden )
 
	!sys-apps/systemd-utils[udev]

BDEPEND

	virtual/pkgconfig