Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/
Date: Tue, 20 Mar 2018 18:16:57
Message-Id: 1521569799.71fa3bae6369632eb4224a1817aa54ba2ff69482.prometheanfire@gentoo
1 commit: 71fa3bae6369632eb4224a1817aa54ba2ff69482
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 20 18:16:16 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 18:16:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fa3bae
7
8 app-emulation/diskimage-builder: 2.12.0 bup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emulation/diskimage-builder/Manifest | 1 +
13 .../diskimage-builder-2.12.0.ebuild | 37 ++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
17 index 86920bc231e..c56f89e0da1 100644
18 --- a/app-emulation/diskimage-builder/Manifest
19 +++ b/app-emulation/diskimage-builder/Manifest
20 @@ -1,2 +1,3 @@
21 DIST diskimage-builder-2.10.1.tar.gz 338370 BLAKE2B d2417af55924971ac6c8ee803c7c9bf788ecd9a16affe90077eff51a58924c81e82728eef344749b5687cc26ff9e355a7611f4e2a0a5501217344eb9bca2bb00 SHA512 4c9ff1b7182b3c207d769bdcd142f23a6d9e2a8f040694ab75d41284bb96ad07305ae78e486343f22d13d8c8cbef5c66eaaf4638f0fd8f7158cf3520da587e88
22 DIST diskimage-builder-2.11.0.tar.gz 334400 BLAKE2B 0bb15b83b8fe1d5217197e491c83010b098f00ff13a8abf5da2890cdcb1b2a7cc81c8a5befea9b1c184ce10a35a73068ecc336594f813831584ca0b94b822ddb SHA512 3caa7809552c472e28906587889f1e310855ef4686d1da1adcb1dadb4cf3550ded30f7ec7483d4889f96a9e1d11b19dcb53b0458c75a801a378ac01e8b0d26e5
23 +DIST diskimage-builder-2.12.0.tar.gz 345546 BLAKE2B c70ff5480e54e71bc7a9636084e09a0da0d1bf7ef0508692461bd183206fa36b4fd73f258c373861fdde74369af4b4d647e4db96565910c4014256e1d5310209 SHA512 cfbee1f3bcc90dd6175bc17e69ba22b2d5039379a989d19111967afcb0568b6c38f2d6268a9c678bfc3c33bfd88e3a1d441d892bcb212099a138feb75d0ac403
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.12.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.12.0.ebuild
26 new file mode 100644
27 index 00000000000..1495264437f
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.12.0.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Golden Disk Image builder."
40 +HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
50 +DEPEND="${CDEPEND}
51 + dev-python/setuptools[${PYTHON_USEDEP}]"
52 +RDEPEND="${CDEPEND}
53 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
54 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
55 + >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
56 + <dev-python/networkx-2.0[${PYTHON_USEDEP}]
57 + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
58 + >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
59 + <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
60 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
61 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
62 + app-emulation/qemu
63 + sys-block/parted
64 + sys-fs/multipath-tools
65 + sys-fs/dosfstools
66 + sys-apps/gptfdisk
67 + !dev-python/dib-utils[${PYTHON_USEDEP}]"