From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 805CF1395E2 for ; Thu, 1 Dec 2016 22:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 126CBE0B31; Thu, 1 Dec 2016 22:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA46BE08F8 for ; Thu, 1 Dec 2016 22:18:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 833773414AD for ; Thu, 1 Dec 2016 22:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE2624AB for ; Thu, 1 Dec 2016 22:18:51 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1480630630.8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/tmpfiles/metadata.xml virtual/tmpfiles/tmpfiles-0.ebuild X-VCS-Directories: virtual/tmpfiles/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90 X-VCS-Branch: master Date: Thu, 1 Dec 2016 22:18:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f111e9ba-e02a-4161-9851-96e60fc8a49b X-Archives-Hash: 59fe0ec5d73f23e2876c5545d5655bfd commit: 8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90 Author: William Hubbs gentoo org> AuthorDate: Thu Dec 1 22:05:53 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Dec 1 22:17:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0d6b07 virtual/tmpfiles: Add a new virtual for tmpfiles processing Package-Manager: portage-2.3.0 virtual/tmpfiles/metadata.xml | 8 ++++++++ virtual/tmpfiles/tmpfiles-0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/virtual/tmpfiles/metadata.xml b/virtual/tmpfiles/metadata.xml new file mode 100644 index 00000000..c36c371 --- /dev/null +++ b/virtual/tmpfiles/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild b/virtual/tmpfiles/tmpfiles-0.ebuild new file mode 100644 index 00000000..bcb0722 --- /dev/null +++ b/virtual/tmpfiles/tmpfiles-0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual to select between different tmpfiles.d handlers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=" + || ( + sys-apps/opentmpfiles + sys-apps/systemd + )"