Merge pull request #706 from dm0-/systemd

bump(virtual/tmpfiles): sync with upstream
This commit is contained in:
David Michael 2019-01-07 17:16:36 -05:00 committed by GitHub
commit aa392f995c
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual to select between different tmpfiles.d handlers
EAPI=6
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
RDEPEND=|| ( sys-apps/opentmpfiles sys-apps/systemd )
SLOT=0
_md5_=c01fc6d9a59a064d4455e22e02883a82

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,14 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
|| (
sys-apps/opentmpfiles
sys-apps/systemd
)"