diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-11 23:07:43 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-11 23:08:04 -0500 |
commit | 7c4da61db6092f761fd4d9953bac02ef91793d47 (patch) | |
tree | 7d30548fe260e82a6b3047716176115ecd630eaa /app-emulation/diskimage-builder | |
parent | app-text/mupdf: Fix typo in mupdf-1.11-openssl-curl-x11.patch (diff) | |
download | gentoo-7c4da61db6092f761fd4d9953bac02ef91793d47.tar.gz gentoo-7c4da61db6092f761fd4d9953bac02ef91793d47.tar.bz2 gentoo-7c4da61db6092f761fd4d9953bac02ef91793d47.zip |
app-emulation/diskimage-builder: 2.13.0 bup
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'app-emulation/diskimage-builder')
-rw-r--r-- | app-emulation/diskimage-builder/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest index 2d4d624caffe..1b22196fbee1 100644 --- a/app-emulation/diskimage-builder/Manifest +++ b/app-emulation/diskimage-builder/Manifest @@ -1,3 +1,4 @@ DIST diskimage-builder-2.10.1.tar.gz 338370 BLAKE2B d2417af55924971ac6c8ee803c7c9bf788ecd9a16affe90077eff51a58924c81e82728eef344749b5687cc26ff9e355a7611f4e2a0a5501217344eb9bca2bb00 SHA512 4c9ff1b7182b3c207d769bdcd142f23a6d9e2a8f040694ab75d41284bb96ad07305ae78e486343f22d13d8c8cbef5c66eaaf4638f0fd8f7158cf3520da587e88 DIST diskimage-builder-2.11.0.tar.gz 334400 BLAKE2B 0bb15b83b8fe1d5217197e491c83010b098f00ff13a8abf5da2890cdcb1b2a7cc81c8a5befea9b1c184ce10a35a73068ecc336594f813831584ca0b94b822ddb SHA512 3caa7809552c472e28906587889f1e310855ef4686d1da1adcb1dadb4cf3550ded30f7ec7483d4889f96a9e1d11b19dcb53b0458c75a801a378ac01e8b0d26e5 DIST diskimage-builder-2.12.1.tar.gz 345503 BLAKE2B 6a953144ebbb8333fc39bd5d5769d07b01f7b4a07a4712a15678740245286381a49c23e4e7e61cdb63b456cbd802bde2eb0c18e147b7f550f05f84d04c1419b9 SHA512 5eb2ca42acc2d661d64bb6a5f90c5ec390176fe80a9e6932b576421ff6ab0cb454d13e99abdfabb2bc023a4f1f6ed85c7b306b108ba7ca38b5e959c28d005b1a +DIST diskimage-builder-2.13.0.tar.gz 347967 BLAKE2B c79c10276b9d82af6f0fc9863cfff3f0307f871ffde059b3a449f1b12dea7875624a62b932317d5209a7f01bd87a6d4d923a16115dde84e9fb224d33f1be9123 SHA512 78bfb384964a8a8d3c2db9dc606c0432611620fd38ac78984892366b58938865029d2a611ab736b9f98a610156ea0f9a065028a1f92b4b11fc0fa76f51a97862 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild new file mode 100644 index 000000000000..1495264437fd --- /dev/null +++ b/app-emulation/diskimage-builder/diskimage-builder-2.13.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Golden Disk Image builder." +HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" +DEPEND="${CDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${CDEPEND} + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] + >=dev-python/networkx-1.10[${PYTHON_USEDEP}] + <dev-python/networkx-2.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] + >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}] + <dev-python/flake8-2.6.0[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + app-emulation/qemu + sys-block/parted + sys-fs/multipath-tools + sys-fs/dosfstools + sys-apps/gptfdisk + !dev-python/dib-utils[${PYTHON_USEDEP}]" |