sys-libs/libudev-zero - 9999 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-libs/libudev-zero-9999

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

autounmask =sys-libs/libudev-zero-9999

Or alternatively:

emerge --autounmask-write -a =sys-libs/libudev-zero-9999

Package Information

Description:
Drop-in replacement for libudev with gardendev database integration
Homepage:
https://git.pinkro.se/Rose/gardenhouse/libudev-zero.git
License:
ISC

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Drop-in replacement for libudev with gardendev database integration"
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/libudev-zero.git"

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

LICENSE="ISC"
SLOT="0"
IUSE="+static-libs"

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

src_configure() {
	local emesonargs=(
		$(meson_option static-libs static)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-libs/libudev-zero | euse -E <flag> -p sys-libs/libudev-zero | euse -D <flag> -p sys-libs/libudev-zero

Global/Standard Flags

static-libs
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	!sys-apps/systemd-utils[udev]
	!sys-apps/systemd