diff --git a/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r2.ebuild deleted file mode 100644 index 0737723e43..0000000000 --- a/sdk_container/src/third_party/portage-stable/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/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild b/sdk_container/src/third_party/portage-stable/virtual/service-manager/service-manager-1-r3.ebuild deleted file mode 100644 index 91f3af84bf..0000000000 --- a/sdk_container/src/third_party/portage-stable/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 - ) - ) - ) - )"