mirror of
https://github.com/KenjiBrown/without-systemd.git
synced 2026-04-07 05:00:05 -04:00
hardenedtmpfiles 0.4
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
EBUILD tmpfiles-0-r1.ebuild 516 BLAKE2B ffa20ba4b90a3b829d3003f3cf211927bdc779dde0d3d5876361bcc7b26fcfddfc97939871bca227802c9b94ad337b0a979d058c1ed3d1014c071eba5fbf7010 SHA512 c8076d46d454795dd008bcd5364d6d50ebb033b4792b0515871482e9746558c0e334ec55a6551dbc01ae9c0764dcc98864977dc0bdbc22fc7d3316cc5d53750b
|
||||
EBUILD tmpfiles-0-r4.ebuild 545 BLAKE2B cd01819bd8f9906c62cb23f96f8b3a7e79f5aac9df8adc42172d2931027ddef8a1745a738e656ab0353dbb723f14dd6fa2fd04e3b4a5714a88cb190164679679 SHA512 b2f40a3a04ece5a6e00831d2dc3f547109e0e8d0ed37b64ee0e1c20813700e2c7ef8e6e29c31d357bfdd2ac8c2df03863e6affd8c46b3f69f069fc43950265b7
|
||||
MISC metadata.xml 283 BLAKE2B baac6c38612ee83c21c09958225eeb33e1f267bfb8c5245ed4dcd44c1145121d264a34f5c3b4d1220e2f8a558c3ac81f3bd6dbb89386e6919ccbb3edd870740c SHA512 b74ac31a4120aea2234da45e434228c65cc639e8f02eb8120555d734dc1182f1ec879d59162cb93016b4a8abc430ad0ceb75f4de101077fc492bb158b83158b1
|
||||
|
||||
18
virtual/tmpfiles/tmpfiles-0-r4.ebuild
Normal file
18
virtual/tmpfiles/tmpfiles-0-r4.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
RDEPEND="
|
||||
!prefix-guest? (
|
||||
|| (
|
||||
sys-apps/systemd-tmpfiles
|
||||
sys-apps/opentmpfiles
|
||||
sys-apps/hardenedtmpfiles
|
||||
sys-apps/systemd
|
||||
)
|
||||
)"
|
||||
Reference in New Issue
Block a user