commit: 385a992cb1db5b52ef1e43a452b2a71cb78c591c
parent c532e9b29385505cb3a33ee808d5c5c23f5e2335
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 10 Dec 2024 02:07:55 +0100
virtual/tmpfiles: new package, add 1
Diffstat:
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/virtual/tmpfiles/tmpfiles-1.ebuild b/virtual/tmpfiles/tmpfiles-1.ebuild
@@ -0,0 +1,19 @@
+# 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 ~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/hardenedtmpfiles
+ sys-apps/systemd-utils[tmpfiles]
+ ) )
+ )
+"