virtual/udev from gentoo

This commit is contained in:
Sandino Araico Sanchez
2023-10-12 13:03:57 -06:00
parent b946142a36
commit 4c227f84b4
3 changed files with 24 additions and 0 deletions

2
virtual/udev/Manifest Normal file
View File

@@ -0,0 +1,2 @@
EBUILD udev-217-r7.ebuild 400 BLAKE2B b2513d6b8ef3d6c94def1afa031eaaccc133f0a056f733bd4ab1f9330179bc10bc57d22f96810488f0df81fbc37e08fb403b8ca193f285200ccc04246f484ddb SHA512 23dc6d14092f70c660681e5d8cea195df4126a09c8398c7f2863d6fc80e76ce1ab7ea6e70d507b69007735bee537fbf2c34d31edc5c05d414054f11a4f985bfb
MISC metadata.xml 244 BLAKE2B e24904805dca9d1eb6fc628972c8bb575691e741b91cc833fb99a0e6994561f7f0bf83ba700cdeab13c27ce18176afd16fd7b493ca7a04f6ef0e10d012c414f2 SHA512 556e1db9be7c6064ed7d72e5b273ae7455e6ff2d35a1434a89276ead3b0326e569646c733710d913864d49bc2baba19d8900e4d8bb3af02077d04e9d8718535d

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>systemd@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual to select between different udev daemon providers"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="systemd"
RDEPEND="
systemd? ( >=sys-apps/systemd-217 )
!systemd? ( sys-apps/systemd-utils[udev] )
"