remove virtualbmc-1.6.0.ebuild

This commit is contained in:
ace 2019-10-05 14:18:06 +03:00
parent b3023c0299
commit 504fee26b6
2 changed files with 0 additions and 38 deletions

View File

@ -3,4 +3,3 @@ DIST virtualbmc-1.4.0.tar.gz 36390 BLAKE2B 58d6a717778403cb2fe9cf6e8acf9ecc1cfaf
DIST virtualbmc-1.6.0.tar.gz 35324 BLAKE2B 1575402b11cdccd712eb0648ccc6897d4c2c7841940e31a774004c4b086895731f628c6151eb5543f3c7b2740f3496a960207923c229310ed28f60e935b89811 SHA512 9c9ec05c43df0a42bc7a5e9d185400dfb56f9b9b793f9174d5ab71fab2d88f2c3729fa48578aa7a4d9808ce5ee60a336f1eb9cc77539ba51eccbddcb3ea85c93
EBUILD virtualbmc-1.4.0.ebuild 988 BLAKE2B a457df1bbf5c9c6e5a31b2fc05ec7a268642726fc5ead894413edf1e8b2d963e128ce8ade69fd6b17cef416dcfedff5b4a22b0efd4e7bb898ecb55394406196e SHA512 28d1834c60f709f07dd409055744de81b00fd40cb2b2338c706936c6c02d586688fb652e15a6d2a3ac9e96376de40ffd76a29a0d024627ded66b7e1f8a4bcc62
EBUILD virtualbmc-1.6.0-r1.ebuild 1035 BLAKE2B 6b82b97b3db37a50c410c961551907c974148d67869d717dc99ff38770c02de5e0de695875570e105a8dd62a432a1ef665267eab9f1cb0d43063f92bc2c658ed SHA512 4c5457b0584a8d26e3ab7a4578cdbeb7202a307df1a9c375f483e9543d21a29c1c6a584af4452b0fe3ea9907f122ad9dc93ceb0296fba62c685604e64c39e646
EBUILD virtualbmc-1.6.0.ebuild 996 BLAKE2B a273e8bd853d09cc1bedfe2346960ca7146bc5530035db6e4c0ba8096d4ca9d52c76e4878491e3ce8d5a51498b5e54585effe1e11f252665c4bb9d55310b125a SHA512 ec9ff285ccc50e12801638e313c62a1f63f6e3bc419b34062ad130d4875e524088e87ff588ec8f85d23dc1602ce3ebc63f7de548daca929436458ea7f6444ab8

View File

@ -1,37 +0,0 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
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.openstack.org/virtualbmc/${P}.tar.gz"
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-3.7.0[${PYTHON_USEDEP}]
!~dev-python/libvirt-python-4.1.0
>=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-14.3.1[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND=""
python_install_all() {
distutils-r1_python_install_all
newinitd "${FILESDIR}"/virtualbmc-initd vbmcd
}