Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/
Date: Thu, 01 Dec 2016 22:18:56
Message-Id: 1480630630.8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90.williamh@gentoo
1 commit: 8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 22:05:53 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 22:17:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d6b07
7
8 virtual/tmpfiles: Add a new virtual for tmpfiles processing
9
10 Package-Manager: portage-2.3.0
11
12 virtual/tmpfiles/metadata.xml | 8 ++++++++
13 virtual/tmpfiles/tmpfiles-0.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/virtual/tmpfiles/metadata.xml b/virtual/tmpfiles/metadata.xml
17 new file mode 100644
18 index 00000000..c36c371
19 --- /dev/null
20 +++ b/virtual/tmpfiles/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>williamh@g.o</email>
27 + <name>William Hubbs</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild b/virtual/tmpfiles/tmpfiles-0.ebuild
32 new file mode 100644
33 index 00000000..bcb0722
34 --- /dev/null
35 +++ b/virtual/tmpfiles/tmpfiles-0.ebuild
36 @@ -0,0 +1,20 @@
37 +# Copyright 1999-2016 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +# $Id$
40 +
41 +EAPI=6
42 +
43 +DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
44 +HOMEPAGE=""
45 +SRC_URI=""
46 +
47 +LICENSE=""
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
50 +IUSE=""
51 +
52 +RDEPEND="
53 + || (
54 + sys-apps/opentmpfiles
55 + sys-apps/systemd
56 + )"