Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/
Date: Thu, 04 Aug 2022 21:56:09
Message-Id: 1659650146.a4e0b8bbc4f0c83e520645dddd79c2539219050f.soap@gentoo
1 commit: a4e0b8bbc4f0c83e520645dddd79c2539219050f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 21:55:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 21:55:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e0b8bb
7
8 virtual/tmpfiles: drop 0-r1
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/tmpfiles/tmpfiles-0-r1.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
16 deleted file mode 100644
17 index ab126e516e90..000000000000
18 --- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
27 -SLOT="0"
28 -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"
29 -
30 -RDEPEND="
31 - !prefix-guest? (
32 - || (
33 - sys-apps/systemd-tmpfiles
34 - sys-apps/opentmpfiles
35 - sys-apps/systemd
36 - )
37 - )"