From 04765ec8c2ad6e6881e64358bc0c4f865518216a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Jul 2023 22:25:16 +0100 Subject: virtual/* : EAPI bump --- virtual/libudev/libudev-314.1337-r1.ebuild | 19 +++++++++++++++++++ virtual/libudev/libudev-314.1337.ebuild | 19 ------------------- virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild | 16 ++++++++++++++++ virtual/tmpfiles/tmpfiles-1.314.1337.ebuild | 10 ---------- virtual/udev/udev-314.1337-r1.ebuild | 19 +++++++++++++++++++ virtual/udev/udev-314.1337.ebuild | 15 --------------- 6 files changed, 54 insertions(+), 44 deletions(-) create mode 100644 virtual/libudev/libudev-314.1337-r1.ebuild delete mode 100644 virtual/libudev/libudev-314.1337.ebuild create mode 100644 virtual/tmpfiles/tmpfiles-1.314.1337-r1.ebuild delete mode 100644 virtual/tmpfiles/tmpfiles-1.314.1337.ebuild create mode 100644 virtual/udev/udev-314.1337-r1.ebuild delete mode 100644 virtual/udev/udev-314.1337.ebuild (limited to 'virtual') 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 - ) -" -- cgit v1.2.3