[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2023-06-14 Thread Sam James
commit: dd9f1217aada80b4e25327638e3f8ceacf666eb3
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 15 02:06:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 15 02:06:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f1217

virtual/tmpfiles: add USE=systemd to help dependency resolution

Portage sometimes struggles when moving between OpenRC <-> systemd and ends up
wasting cycles.

Give it a hint like we do in virtual/libudev.

Signed-off-by: Sam James  gentoo.org>

 .../tmpfiles/{tmpfiles-0-r4.ebuild => tmpfiles-0-r5.ebuild}  | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r4.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r5.ebuild
similarity index 78%
rename from virtual/tmpfiles/tmpfiles-0-r4.ebuild
rename to virtual/tmpfiles/tmpfiles-0-r5.ebuild
index ed8a8b1c5b01..2d31b47c699d 100644
--- a/virtual/tmpfiles/tmpfiles-0-r4.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r5.ebuild
@@ -1,16 +1,16 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="systemd"
 
 RDEPEND="
!prefix-guest? (
-   || (
-   sys-apps/systemd-utils[tmpfiles]
-   sys-apps/systemd
-   )
-   )"
+   systemd? ( sys-apps/systemd )
+   !systemd? ( sys-apps/systemd-utils[tmpfiles] )
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2023-06-14 Thread Sam James
commit: 4c3d47102bfaf2bdaabba6365f78502a10637acc
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 15 01:57:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 15 02:02:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d4710

virtual/tmpfiles: drop sys-apps/systemd-tmpfiles as a provider

We don't want Portage to try cling to this obsolete meta which just
depends on systemd-utils[tmpfiles] anyway.

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/{tmpfiles-0-r3.ebuild => tmpfiles-0-r4.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r4.ebuild
similarity index 94%
rename from virtual/tmpfiles/tmpfiles-0-r3.ebuild
rename to virtual/tmpfiles/tmpfiles-0-r4.ebuild
index c6d790f1fae6..ed8a8b1c5b01 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r4.ebuild
@@ -11,7 +11,6 @@ RDEPEND="
!prefix-guest? (
|| (
sys-apps/systemd-utils[tmpfiles]
-   sys-apps/systemd-tmpfiles
sys-apps/systemd
)
)"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2023-04-22 Thread Sam James
commit: 96b6dba5f4f5a41d14541ec2baf1ab9eb4c89f7a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 22 12:05:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 22 12:06:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b6dba5

virtual/tmpfiles: keyword ~arm64-macos

Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index f49c069da9a9..9e661fd79150 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-08-04 Thread David Seifert
commit: a4e0b8bbc4f0c83e52064579c2539219050f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug  4 21:55:46 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug  4 21:55:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e0b8bb

virtual/tmpfiles: drop 0-r1

Signed-off-by: David Seifert  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r1.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
deleted file mode 100644
index ab126e516e90..
--- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
-SLOT="0"
-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"
-
-RDEPEND="
-   !prefix-guest? (
-   || (
-   sys-apps/systemd-tmpfiles
-   sys-apps/opentmpfiles
-   sys-apps/systemd
-   )
-   )"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-03 Thread Sam James
commit: b0cb2ee15380104b4912d1077d2e4b8b5359ce48
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  4 02:20:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  4 02:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cb2ee1

virtual/tmpfiles: Stabilize 0-r3 sparc, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 839b151c22d0..f49c069da9a9 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-03 Thread Sam James
commit: 924722fc766e28a0a02a07e1146d78370f4d123f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 07:05:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 07:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924722fc

virtual/tmpfiles: Stabilize 0-r3 hppa, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 586bbdb3fb7e..839b151c22d0 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-02 Thread Sam James
commit: 3411d87b59ad8f2539d790166ef0f413a2fa3583
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 00:52:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 00:52:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3411d87b

virtual/tmpfiles: Stabilize 0-r3 ppc64, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 8e9d859730ca..586bbdb3fb7e 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-02 Thread Sam James
commit: 955dcfba72e69feb2c2379885b3668e81e8694a7
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 00:52:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 00:52:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955dcfba

virtual/tmpfiles: Stabilize 0-r3 ppc, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 140b45b4af30..8e9d859730ca 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-02 Thread Sam James
commit: 7c89743ba184ad4c9726a88db0bf8262eb92dcb0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun  3 00:37:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun  3 00:37:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c89743b

virtual/tmpfiles: Stabilize 0-r3 arm, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 96cf981eaab8..140b45b4af30 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-01 Thread Sam James
commit: c730e168ec310a20901c2c728dbf46420b4d1e2b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  2 01:51:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  2 01:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c730e168

virtual/tmpfiles: Stabilize 0-r3 arm64, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 627717db2233..96cf981eaab8 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-06-01 Thread Sam James
commit: bd72495db4112339303f7caabf57dfdcf730c25d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  2 01:51:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  2 01:51:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd72495d

virtual/tmpfiles: Stabilize 0-r3 x86, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 64ff8e3aebce..627717db2233 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-05-30 Thread Sam James
commit: b432f5ec57f3df13076bbc5327d8ef71922edbfb
Author: Sam James  gentoo  org>
AuthorDate: Mon May 30 07:13:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 30 07:15:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b432f5ec

virtual/tmpfiles: Stabilize 0-r3 amd64, #848435

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r3.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 4b7f1ac6a0f2..64ff8e3aebce 100644
--- a/virtual/tmpfiles/tmpfiles-0-r3.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"
 
 RDEPEND="
!prefix-guest? (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-04-17 Thread Sam James
commit: ca1b03dcdafbbe4bb1bb5d096a67db79ee045be1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 12:45:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 12:48:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b03dc

virtual/tmpfiles: keep transitional sys-apps/systemd-tmpfiles

Portage may be inclined to try (and fail) to use systemd
here instead of the new (for non-systemd systems) systemd-utils
tools package, so let's include systemd-tmpfiles instead, which
is a transitional package, below systemd-utils.

Already seen one nasty such situation where Portage gets
confused & can't resolve w/o this, and this sorts it out.

Signed-off-by: Sam James  gentoo.org>

 virtual/tmpfiles/{tmpfiles-0-r2.ebuild => tmpfiles-0-r3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
similarity index 94%
rename from virtual/tmpfiles/tmpfiles-0-r2.ebuild
rename to virtual/tmpfiles/tmpfiles-0-r3.ebuild
index 98146846fcc7..3b9e2b2f95f7 100644
--- a/virtual/tmpfiles/tmpfiles-0-r2.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r3.ebuild
@@ -11,6 +11,7 @@ RDEPEND="
!prefix-guest? (
|| (
sys-apps/systemd-utils[tmpfiles]
+   sys-apps/systemd-tmpfiles
sys-apps/systemd
)
)"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2022-04-16 Thread Mike Gilbert
commit: a1cd0e10062938c5910cf9e1678e6b78e297dfcb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Apr 12 15:19:11 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Apr 16 23:10:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd0e10

virtual/tmpfiles: add systemd-utils, drop systemd-tmpfiles and opentmpfiles

Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r2.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/virtual/tmpfiles/tmpfiles-0-r2.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r2.ebuild
new file mode 100644
index ..98146846fcc7
--- /dev/null
+++ b/virtual/tmpfiles/tmpfiles-0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
+SLOT="0"
+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"
+
+RDEPEND="
+   !prefix-guest? (
+   || (
+   sys-apps/systemd-utils[tmpfiles]
+   sys-apps/systemd
+   )
+   )"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2021-08-24 Thread Fabian Groffen
commit: d702ff0f19553a4ce20317877fb09f7b7b9b845e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Aug 24 11:33:06 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Aug 24 11:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d702ff0f

virtual/tmpfiles: do not require an impl on Prefix guest

Prefix guest installs don't boot, the host does, but the Prefix is
always there.  Apart from systemd far from compiling on non-Linux, it
isn't necessary, so skip it.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r1.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
index 03ef3601895..ab126e516e9 100644
--- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
@@ -8,8 +8,10 @@ SLOT="0"
 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"
 
 RDEPEND="
-   || (
-   sys-apps/systemd-tmpfiles
-   sys-apps/opentmpfiles
-   sys-apps/systemd
+   !prefix-guest? (
+   || (
+   sys-apps/systemd-tmpfiles
+   sys-apps/opentmpfiles
+   sys-apps/systemd
+   )
)"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2021-05-13 Thread David Seifert
commit: 9fb579fd1539d0fe82ba6b73d7cc1b606c908cc4
Author: David Seifert  gentoo  org>
AuthorDate: Thu May 13 15:18:58 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 13 15:18:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb579fd

virtual/tmpfiles: Mark ALLARCHES

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 virtual/tmpfiles/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/tmpfiles/metadata.xml b/virtual/tmpfiles/metadata.xml
index 31fdc85ea65..73e20436fa1 100644
--- a/virtual/tmpfiles/metadata.xml
+++ b/virtual/tmpfiles/metadata.xml
@@ -9,4 +9,5 @@
gyakov...@gentoo.org
Georgy Yakovlev

+   
 



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2021-01-06 Thread Fabian Groffen
commit: 1d5d3ad24c6889b977ddbc1abe71c06c52546cea
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 12:40:26 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 12:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5d3ad2

virtual/tmpfiles: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 virtual/tmpfiles/tmpfiles-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0-r1.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
index e174f805ed3..bc7eceee211 100644
--- a/virtual/tmpfiles/tmpfiles-0-r1.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"
-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 ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2020-12-03 Thread Andreas K. Hüttel
commit: 54a6df248de90fe64541ae004b2a531cfc7707e1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Dec  3 11:31:42 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Dec  3 11:32:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a6df24

virtual/tmpfiles: Revbump, no changes (activating previous changes)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 virtual/tmpfiles/{tmpfiles-0.ebuild => tmpfiles-0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
similarity index 98%
rename from virtual/tmpfiles/tmpfiles-0.ebuild
rename to virtual/tmpfiles/tmpfiles-0-r1.ebuild
index 61cd468db1c..e174f805ed3 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Virtual to select between different tmpfiles.d handlers"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2020-11-28 Thread Georgy Yakovlev
commit: b2c4c15e552c0bb2ffd57063bb95fe63a62a6070
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 28 19:15:14 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 28 19:15:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c4c15e

virtual/tmpfiles: update metadata.xml

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/tmpfiles/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/virtual/tmpfiles/metadata.xml b/virtual/tmpfiles/metadata.xml
index c36c37139fa..31fdc85ea65 100644
--- a/virtual/tmpfiles/metadata.xml
+++ b/virtual/tmpfiles/metadata.xml
@@ -5,4 +5,8 @@
willi...@gentoo.org
William Hubbs

+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
 



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2020-11-28 Thread Georgy Yakovlev
commit: ab23417927d8454c8bb1c0ae52a5cac79d140b94
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 28 19:14:02 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 28 19:14:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab234179

virtual/tmpfiles: switch provider order

https://archives.gentoo.org/gentoo-dev/message/689954cc7fd55402dc4c82aa0ac70efb

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 24280945e49..61cd468db1c 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -9,7 +9,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 ~riscv s390 sp
 
 RDEPEND="
|| (
+   sys-apps/systemd-tmpfiles
sys-apps/opentmpfiles
sys-apps/systemd
-   sys-apps/systemd-tmpfiles
)"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2020-10-28 Thread Georgy Yakovlev
commit: 9be32a62cbaaf4c629dee12d6264b80799e7cb25
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct 29 06:41:31 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct 29 06:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be32a62

virtual/tmpfiles: add systemd-tmpfiles standalone provider

Bug: https://bugs.gentoo.org/751415
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 0e75cf705b4..24280945e49 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -11,4 +11,5 @@ RDEPEND="
|| (
sys-apps/opentmpfiles
sys-apps/systemd
+   sys-apps/systemd-tmpfiles
)"



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2019-05-04 Thread Mikle Kolyada
commit: ba4143e09f18c051f353778382c4414670b14206
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  4 09:37:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  4 09:37:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4143e0

virtual/tmpfiles: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 virtual/tmpfiles/tmpfiles-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 20eb239fcce..612623f265d 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2018-12-07 Thread Fabian Groffen
commit: 64c4a6f76b3c262d271addab863d3b985852b7e9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Dec  7 09:01:01 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Dec  7 09:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c4a6f7

virtual/tmpfiles: add macos and solaris prefix keywords

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 virtual/tmpfiles/tmpfiles-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index bd7b9c5b17f..20eb239fcce 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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"
+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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2018-07-04 Thread Michael Haubenwallner
commit: d4f1207857170023a7c7d9c754aec81974f70a6f
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Jul  4 12:34:46 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Jul  4 14:08:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f12078

virtual/tmpfiles: add some prefix keywords

keywords added: ~x64-cygwin ~amd64-linux ~x86-linux

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/tmpfiles/tmpfiles-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 8f975973864..bd7b9c5b17f 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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 ~amd64-fbsd ~x86-fbsd"
+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"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2018-02-22 Thread Michał Górny
commit: 320b02e2b050c8befc1bd06dba0398298de4ab40
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 20:47:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 20:47:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320b02e2

virtual/tmpfiles: Sync KEYWORDS to providers

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 2af01770262..8f975973864 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -5,7 +5,7 @@ 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-04-08 Thread Jeroen Roovers
commit: ddadb7b28ffe818abc567efe0d97e0ace1623dcb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  8 08:57:16 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  8 08:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddadb7b2

virtual/tmpfiles: Stable for HPPA (bug #610412).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 1eb769c17cf..2af01770262 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -5,7 +5,7 @@ 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-03-11 Thread Agostino Sarubbo
commit: 3f9a37a6ed5deed96632c122c6f1375ed73463ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 11 17:05:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 11 17:05:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9a37a6

virtual/tmpfiles: ia64 stable wrt bug #610412

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 3a84a13cb6a..53ca975d32b 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-28 Thread Tobias Klausmann
commit: 7512e1c39b77c725e03fc25882a9b6c4eaec
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Feb 28 11:21:35 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Feb 28 11:21:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7512e1c3

virtual/tmpfiles-0-r0: add alpha keyword

Gentoo-Bug: 610412

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index bb193ff7af..37a2731c4f 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-25 Thread Agostino Sarubbo
commit: 1d1a94f6006a63ae5e150c0e158c0e11f4c80dbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Feb 25 10:02:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Feb 25 10:02:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1a94f6

virtual/tmpfiles: sparc stable wrt bug #610412

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 10124f7d20..bb193ff7af 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-24 Thread Michael Weber
commit: b19b94ac5bba98145598bbfbac1c5c1f29ee8ea7
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 24 08:24:22 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 24 08:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19b94ac

virtual/tmpfiles: arm ppc ppc64 stable (bug 610412)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 79474e96df..10124f7d20 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh 
~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-23 Thread Mike Frysinger
commit: ce6e6413be82a749e9f36183ce02877a1b69f1c2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Feb 24 05:36:33 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Feb 24 05:36:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6e6413

virtual/tmpfiles: mark 0 arm64/m68k/s390/sh stable

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index 43fd69bc2e..79474e96df 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-22 Thread Agostino Sarubbo
commit: 69328ad73f630f68154c4fc114ca829251770247
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 22 16:07:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 22 16:07:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69328ad7

virtual/tmpfiles: x86 stable wrt bug #610412

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index e9cb72779b..43fd69bc2e 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2017-02-22 Thread Agostino Sarubbo
commit: 64604190e0ee39b00a9c9ad4bf93fec1d0a89f73
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 22 15:05:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 22 15:05:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64604190

virtual/tmpfiles: amd64 stable wrt bug #610412

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 virtual/tmpfiles/tmpfiles-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
index bcb07220b4..e9cb72779b 100644
--- a/virtual/tmpfiles/tmpfiles-0.ebuild
+++ b/virtual/tmpfiles/tmpfiles-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/tmpfiles/

2016-12-01 Thread William Hubbs
commit: 8d0d6b0723e2c2ea1f41a8dd7c4b537cc6762d90
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Dec  1 22:05:53 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Dec  1 22:17:10 2016 +
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 ..c36c371
--- /dev/null
+++ b/virtual/tmpfiles/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/virtual/tmpfiles/tmpfiles-0.ebuild 
b/virtual/tmpfiles/tmpfiles-0.ebuild
new file mode 100644
index ..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
+   )"