virtual/tmpfiles-0-r5

This commit is contained in:
Sandino Araico Sanchez
2023-06-16 02:23:13 -06:00
parent 03e2c85cb0
commit a09716395f
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
EBUILD tmpfiles-0-r1.ebuild 516 BLAKE2B ffa20ba4b90a3b829d3003f3cf211927bdc779dde0d3d5876361bcc7b26fcfddfc97939871bca227802c9b94ad337b0a979d058c1ed3d1014c071eba5fbf7010 SHA512 c8076d46d454795dd008bcd5364d6d50ebb033b4792b0515871482e9746558c0e334ec55a6551dbc01ae9c0764dcc98864977dc0bdbc22fc7d3316cc5d53750b
EBUILD tmpfiles-0-r4.ebuild 545 BLAKE2B cd01819bd8f9906c62cb23f96f8b3a7e79f5aac9df8adc42172d2931027ddef8a1745a738e656ab0353dbb723f14dd6fa2fd04e3b4a5714a88cb190164679679 SHA512 b2f40a3a04ece5a6e00831d2dc3f547109e0e8d0ed37b64ee0e1c20813700e2c7ef8e6e29c31d357bfdd2ac8c2df03863e6affd8c46b3f69f069fc43950265b7
EBUILD tmpfiles-0-r5.ebuild 491 BLAKE2B f41ad5b30b18c2fb1bdde53fb1fb6087982d97be23474ce40ac7ae59a32a48eff492aec39f8829d37fdecbf643ad190e0cba348efbec237d5a8468f4d579bf5a SHA512 61d07129cf5a0dbd911c1511c48d55fb7a0e191af2042e92d7a5ce256f68cbead00d5d5e74ea56c93b9515913a19b39dfd42994630c6b32241776bb713450a57
MISC metadata.xml 283 BLAKE2B baac6c38612ee83c21c09958225eeb33e1f267bfb8c5245ed4dcd44c1145121d264a34f5c3b4d1220e2f8a558c3ac81f3bd6dbb89386e6919ccbb3edd870740c SHA512 b74ac31a4120aea2234da45e434228c65cc639e8f02eb8120555d734dc1182f1ec879d59162cb93016b4a8abc430ad0ceb75f4de101077fc492bb158b83158b1

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="systemd"
RDEPEND="
!prefix-guest? (
systemd? ( sys-apps/systemd )
!systemd? ( sys-apps/systemd-utils[tmpfiles] )
)
"