From da2dd670760810b5c6de20740931ecc3217c6e7f Mon Sep 17 00:00:00 2001 From: ace Date: Fri, 5 May 2023 21:55:40 +0300 Subject: [PATCH] remove virtualbmc-2.2.0.ebuild --- app-emulation/virtualbmc/Manifest | 4 +- .../virtualbmc/virtualbmc-2.2.0.ebuild | 38 ------------------- .../md5-cache/app-emulation/virtualbmc-2.2.0 | 17 --------- .../md5-cache/app-emulation/virtualbmc-2.2.2 | 12 +++--- .../md5-cache/app-emulation/virtualbmc-3.0.1 | 12 +++--- 5 files changed, 13 insertions(+), 70 deletions(-) delete mode 100644 app-emulation/virtualbmc/virtualbmc-2.2.0.ebuild delete mode 100644 metadata/md5-cache/app-emulation/virtualbmc-2.2.0 diff --git a/app-emulation/virtualbmc/Manifest b/app-emulation/virtualbmc/Manifest index 9b40707..fba7694 100644 --- a/app-emulation/virtualbmc/Manifest +++ b/app-emulation/virtualbmc/Manifest @@ -1,7 +1,5 @@ AUX virtualbmc-initd 650 BLAKE2B 881be6383f300901643008b3fc9e104fbd053efcd237af5dac3cde9606d232ce62fb26c9722ff48920b2c7446c886b6f6fc009c399eadc19caee533efb14552f SHA512 675bbc21d642442897d0461d6e842b7c7677ee3e212903be8127d6ed4a72c40fa993ebf78dbca4139afed375b4516f92b353785b21fc152c9bb37b9037cc3736 -DIST virtualbmc-2.2.0.tar.gz 36413 BLAKE2B 80842405f9d868ff1bcec35ad652fc20970dd6bdb0ca5de550ad707a241f470130201979436e6bac6d4dae41a90227741d9339fdd955144d0ce149b4e27461be SHA512 06d6579247a41b3561346b866bdffe27d7c6365a648cbe946abcec8ff8408bdab58fe56b903d93430ffebf5a8dbad76691a88853bbefdaf599e971a42661c3c1 DIST virtualbmc-2.2.2.tar.gz 38659 BLAKE2B fd5c46d1500194e4ba2aee933e40592538a9475e2a0e82c700c6eacb07b6980a7d6684d8918ee3b49631ae4280b24029bf1c5b9d51f3bc2a8611c8a8ccd6cee2 SHA512 f74c945347d83a9e91dba76317ead53222236ac0ce07bd647d7bf502856ab938ed3543d820525f2bc736c693e45a550cce11a73f51de06d3ad47ec5cbb158ad2 DIST virtualbmc-3.0.1.tar.gz 39407 BLAKE2B 6480e18c452a401cd867d3120182181191c44bc3ccf2bcecef3f5b37f42be9c2ce175f36abb09ce593e1164d71648b09d3571e5bbd550dcb55a28c6b377d5d8f SHA512 9eed67b4af91be21da51573ca008385700608468635a95e903ae0371ba5b91503cf84c4a34e253d5a71828ff87c3c84eabf4297b28379b839904c5cb25c4c008 -EBUILD virtualbmc-2.2.0.ebuild 1014 BLAKE2B 3f74645f1a594643362746c7d8cb734934ea9308315d22e123111bfd130db48c9737c01c20967d555e085cf7820fb22e0e96bf9698e6daa661f3cfbbce0cca20 SHA512 6ff3615d00e50680d5a3b62a45990104d3622e8e5408ab7275d33216ffa8b06f6ecd904bdc2de5d47e69aa43d6c951c708fc95f711516fb0813be866ef9bd42e EBUILD virtualbmc-2.2.2.ebuild 1011 BLAKE2B 748a15b5022abee8e0015c581e65dc53d995b43095ee367789338d2f61fe1d5ec7837cc4589ac7760d0900f909db46151f2c328607ac7af37565aedca2fe65e6 SHA512 867a0f4b383a11f51c836ed268a5533389754fca3ebcab0241cfa8afd75dfa0484069390301d05c8c0e28dd2d9c8168d6774a8a9f35d61efe9e52c8ffd710d0e -EBUILD virtualbmc-3.0.1.ebuild 1063 BLAKE2B 044ffa1bb0d5cb1ed48cfae6ee3abe10c2afd1cb82cc8cd2f67b55ad63abc2502bd5a5782ac34f5a0629f0bd0f09db7eda179eb3d148ae75234e94edbc2ddd3e SHA512 d7960524784eed06fc52937adf4637c1b367160de2bf26b397fe13b2c15860725cf7b1a2c382dfdf3dfddd2e1ca0f510eb7550881901e3b52eda5d36454fee36 +EBUILD virtualbmc-3.0.1.ebuild 1063 BLAKE2B 1180d12d8cad61851ffff7d50509331b82a9d06828d051c0a9bdf4e63b6921bfe8eeb02680cdb512b674bc99c58e3d4d5ef51957ce765d9f09773bfeeb77c035 SHA512 0353f78ddd0f02c6c8230df55dcd5cadaf86aa15571046ac47737573d484490f762285921f7c1504abfd0919e7da4980407971e75aa6f2a0748443878818bf63 diff --git a/app-emulation/virtualbmc/virtualbmc-2.2.0.ebuild b/app-emulation/virtualbmc/virtualbmc-2.2.0.ebuild deleted file mode 100644 index bdef5e8..0000000 --- a/app-emulation/virtualbmc/virtualbmc-2.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -inherit distutils-r1 eutils - -DESCRIPTION="A virtual BMC for controlling virtual machines using IPMI commands" -HOMEPAGE="https://github.com/openstack/virtualbmc" -SRC_URI="https://tarballs.opendev.org/openstack/${PN}/${P}.tar.gz" -RESTRICT="nomirror" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0 - >=dev-python/libvirt-python-6.0.0[${PYTHON_USEDEP}] - >=dev-python/pyghmi-1.0.22[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - !~dev-python/cliff-2.9.0 - >=dev-python/pyzmq-19.0.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="" - -python_install_all() { - distutils-r1_python_install_all - - newinitd "${FILESDIR}"/virtualbmc-initd vbmcd -} - diff --git a/metadata/md5-cache/app-emulation/virtualbmc-2.2.0 b/metadata/md5-cache/app-emulation/virtualbmc-2.2.0 deleted file mode 100644 index 8b68cd5..0000000 --- a/metadata/md5-cache/app-emulation/virtualbmc-2.2.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_9(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?] dev-python/wcwidth[python_targets_python3_9(-)?] -DESCRIPTION=A virtual BMC for controlling virtual machines using IPMI commands -EAPI=7 -HOMEPAGE=https://github.com/openstack/virtualbmc -INHERIT=distutils-r1 eutils -IUSE=python_targets_python3_9 -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_9(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_9(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?] dev-python/wcwidth[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) -REQUIRED_USE=|| ( python_targets_python3_9 ) -RESTRICT=nomirror -SLOT=0 -SRC_URI=https://tarballs.opendev.org/openstack/virtualbmc/virtualbmc-2.2.0.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 -_md5_=92159be01abb7c97971732e355312a62 diff --git a/metadata/md5-cache/app-emulation/virtualbmc-2.2.2 b/metadata/md5-cache/app-emulation/virtualbmc-2.2.2 index b6c911e..5ed36fe 100644 --- a/metadata/md5-cache/app-emulation/virtualbmc-2.2.2 +++ b/metadata/md5-cache/app-emulation/virtualbmc-2.2.2 @@ -1,17 +1,17 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] +BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wcwidth[python_targets_python3_9(-)?,python_targets_python3_10(-)?] +DEPEND=dev-python/setuptools[python_targets_python3_10(-)?] >=dev-python/six-1.10.0[python_targets_python3_10(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_10(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_10(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_10(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_10(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_10(-)?] dev-python/wcwidth[python_targets_python3_10(-)?] DESCRIPTION=A virtual BMC for controlling virtual machines using IPMI commands EAPI=7 HOMEPAGE=https://github.com/openstack/virtualbmc INHERIT=distutils-r1 eutils -IUSE=python_targets_python3_9 python_targets_python3_10 +IUSE=python_targets_python3_10 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wcwidth[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 ) +RDEPEND=dev-python/setuptools[python_targets_python3_10(-)?] >=dev-python/six-1.10.0[python_targets_python3_10(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_10(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_10(-)?] >=dev-python/pyghmi-1.0.22[python_targets_python3_10(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_10(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_10(-)?] dev-python/wcwidth[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) +REQUIRED_USE=|| ( python_targets_python3_10 ) RESTRICT=nomirror SLOT=0 SRC_URI=https://tarballs.opendev.org/openstack/virtualbmc/virtualbmc-2.2.2.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 87ebb7e1e8d4ac49be0a91406b443060 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 _md5_=e5e3a36664d9f7ddfa6b1a47d6e89ba4 diff --git a/metadata/md5-cache/app-emulation/virtualbmc-3.0.1 b/metadata/md5-cache/app-emulation/virtualbmc-3.0.1 index 3a2fb8e..363de68 100644 --- a/metadata/md5-cache/app-emulation/virtualbmc-3.0.1 +++ b/metadata/md5-cache/app-emulation/virtualbmc-3.0.1 @@ -1,17 +1,17 @@ -BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyghmi-1.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wcwidth[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/importlib-metadata[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/six-1.10.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyghmi-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wcwidth[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/importlib-metadata[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DESCRIPTION=A virtual BMC for controlling virtual machines using IPMI commands EAPI=7 HOMEPAGE=https://github.com/openstack/virtualbmc INHERIT=distutils-r1 eutils -IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 +IUSE=python_targets_python3_10 python_targets_python3_11 KEYWORDS=~amd64 ~x86 LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/six-1.10.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyghmi-1.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wcwidth[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/importlib-metadata[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) +RDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/six-1.10.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pbr-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/pbr-2.1.0 >=dev-python/libvirt-python-6.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyghmi-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/cliff-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] !~dev-python/cliff-2.9.0 >=dev-python/pyzmq-19.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/wcwidth[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/importlib-metadata[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) RESTRICT=nomirror SLOT=0 SRC_URI=https://tarballs.opendev.org/openstack/virtualbmc/virtualbmc-3.0.1.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 87ebb7e1e8d4ac49be0a91406b443060 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils 8f942ebdcf04334697649d4a0bf65a32 _md5_=fdba7d64809b92f6d9c6973eef334fa5