commit: 10751ff148982a75a31935d345a47a3ba8057a3b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 20:12:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 20:12:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10751ff1
virtual/service-manager: drop 1-r2, 1-r3 Signed-off-by: Sam James <sam <AT> gentoo.org> .../service-manager/service-manager-1-r2.ebuild | 25 ---------------------- .../service-manager/service-manager-1-r3.ebuild | 23 -------------------- 2 files changed, 48 deletions(-) diff --git a/virtual/service-manager/service-manager-1-r2.ebuild b/virtual/service-manager/service-manager-1-r2.ebuild deleted file mode 100644 index 0737723e43ab..000000000000 --- a/virtual/service-manager/service-manager-1-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for various service managers" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - prefix-guest? ( >=sys-apps/baselayout-prefix-2.2 ) - !prefix-guest? ( - || ( - sys-apps/openrc - kernel_linux? ( - || ( - sys-apps/s6-rc - sys-apps/systemd - sys-process/runit - virtual/daemontools - ) - ) - ) - )" diff --git a/virtual/service-manager/service-manager-1-r3.ebuild b/virtual/service-manager/service-manager-1-r3.ebuild deleted file mode 100644 index 91f3af84bf96..000000000000 --- a/virtual/service-manager/service-manager-1-r3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for various service managers" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=" - !prefix-guest? ( - || ( - sys-apps/openrc - kernel_linux? ( - || ( - sys-apps/s6-rc - sys-apps/systemd - sys-process/runit - ) - ) - ) - )"
