summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-25 22:25:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-25 22:25:16 +0100
commit04765ec8c2ad6e6881e64358bc0c4f865518216a (patch)
tree51398445017c236a5398cd8f295fe98182949d2a /virtual
parentc2240a7b6fd9038335d8ba609663ef909689abc3 (diff)
virtual/* : EAPI bump
Diffstat (limited to 'virtual')
-rw-r--r--virtual/libudev/libudev-314.1337-r1.ebuild19
-rw-r--r--virtual/libudev/libudev-314.1337.ebuild19
-rw-r--r--virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild16
-rw-r--r--virtual/tmpfiles/tmpfiles-1.314.1337.ebuild10
-rw-r--r--virtual/udev/udev-314.1337-r1.ebuild19
-rw-r--r--virtual/udev/udev-314.1337.ebuild15
6 files changed, 54 insertions, 44 deletions
diff --git a/virtual/libudev/libudev-314.1337-r1.ebuild b/virtual/libudev/libudev-314.1337-r1.ebuild
new file mode 100644
index 00000000..feae96ea
--- /dev/null
+++ b/virtual/libudev/libudev-314.1337-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libudev providers"
+
+SLOT="0/1"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+IUSE="systemd"
+
+# eudev does not provide v251 APIs, see
+# https://github.com/eudev-project/eudev/issues/249
+RDEPEND="
+ !systemd? ( >=sys-apps/systemd-utils-251[udev,${MULTILIB_USEDEP}] )
+ systemd? ( >=sys-apps/systemd-251:0/2[${MULTILIB_USEDEP}] )
+"
diff --git a/virtual/libudev/libudev-314.1337.ebuild b/virtual/libudev/libudev-314.1337.ebuild
deleted file mode 100644
index 9e940592..00000000
--- a/virtual/libudev/libudev-314.1337.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for libudev providers"
-
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="static-libs systemd"
-
-RDEPEND="
- !systemd? ( || (
- >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
- ) )
- systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
-"
diff --git a/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild b/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild
new file mode 100644
index 00000000..2d31b47c
--- /dev/null
+++ b/virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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? (
+ systemd? ( sys-apps/systemd )
+ !systemd? ( sys-apps/systemd-utils[tmpfiles] )
+ )
+"
diff --git a/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild b/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild
deleted file mode 100644
index 82f468c2..00000000
--- a/virtual/tmpfiles/tmpfiles-1.314.1337.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2020 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="amd64 arm64"
-
-RDEPEND="sys-apps/systemd-tmpfiles"
diff --git a/virtual/udev/udev-314.1337-r1.ebuild b/virtual/udev/udev-314.1337-r1.ebuild
new file mode 100644
index 00000000..72c317f8
--- /dev/null
+++ b/virtual/udev/udev-314.1337-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual to select between different udev daemon providers"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+IUSE="systemd"
+
+RDEPEND="
+ systemd? ( >=sys-apps/systemd-217 )
+ !systemd? (
+ || (
+ sys-apps/systemd-utils[udev]
+ >=sys-fs/eudev-2.1.1
+ )
+ )
+"
diff --git a/virtual/udev/udev-314.1337.ebuild b/virtual/udev/udev-314.1337.ebuild
deleted file mode 100644
index f9583597..00000000
--- a/virtual/udev/udev-314.1337.ebuild
+++ /dev/null
@@ -1,15 +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 udev daemon providers"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- || (
- >=sys-fs/udev-217
- >=sys-apps/systemd-217
- )
-"