diff options
author | Stuart Shelton <stuart@shelton.me> | 2018-02-18 13:58:41 +0000 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2018-02-18 13:58:41 +0000 |
commit | 45bc8ceb4db7c046d229c14c798656aca29f34db (patch) | |
tree | 3b2049948c286b6f232f6a6c616d3836b2594f67 /virtual | |
parent | Update net-libs/libpcap-1.8.1 (diff) | |
download | srcshelton-45bc8ceb4db7c046d229c14c798656aca29f34db.tar.gz srcshelton-45bc8ceb4db7c046d229c14c798656aca29f34db.tar.bz2 srcshelton-45bc8ceb4db7c046d229c14c798656aca29f34db.zip |
Add virtual/tmpfiles-0, update README.md
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/tmpfiles/Manifest | 1 | ||||
-rw-r--r-- | virtual/tmpfiles/tmpfiles-0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/virtual/tmpfiles/Manifest b/virtual/tmpfiles/Manifest new file mode 100644 index 00000000..8ddeb74c --- /dev/null +++ b/virtual/tmpfiles/Manifest @@ -0,0 +1 @@ +EBUILD tmpfiles-0.ebuild 371 SHA256 88edc1402ba025205a10c75d3d6d14e8367294a46acee61aca98d7e67989fc4b SHA512 9fa6fba7abcbb65cb95060bd929de31c285452eb08d3a0a56ab6a114307191b5d597920a355af6f811bf827db4c4c4109f74b4cf7bf74983a436160d79b10eac WHIRLPOOL bc316bcd49acb3db38ae82ab9953e960a8e88457078e3e3422652d5f6f59e1bd7a48a6d56380b71b70a01435429e425f60b7b39802e6e15bb506b771e0a9ec8c diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild b/virtual/tmpfiles/tmpfiles-0.ebuild new file mode 100644 index 00000000..27f19659 --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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" +IUSE="tmpfiles" + +RDEPEND=" + tmpfiles? ( || ( + sys-apps/opentmpfiles + sys-apps/systemd + ) )" |