Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/
Date: Mon, 04 Feb 2019 20:02:19
Message-Id: 1549310523.25c88c0711fd51b48fd3bc949a157f44b7fa5c2b.prometheanfire@gentoo
1 commit: 25c88c0711fd51b48fd3bc949a157f44b7fa5c2b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 20:01:42 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 20:02:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c88c07
7
8 app-emulation/diskimage-builder: 2.20.0 bup
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 1 +
14 .../diskimage-builder-2.20.0.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
18 index 01a45d983b7..cb51674cb78 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1 +1,2 @@
22 DIST diskimage-builder-2.19.0.tar.gz 359520 BLAKE2B 2ddbee82cc45267faa45e7fa8b80012096676ca792eed6aee766d24fd3a5297f7f21af94c84259308fd0a48b9c913ba94575333d792b7dcd67c09d6493ff3f2b SHA512 57da6f0507a96f873bc034862dd58649d8d9ff65c7ad83f8245658fed5919b47ac29c5f8d1bb9ff2d544304955c48fa1ff3a183d90ba47bcc8d1f88c09e4014c
23 +DIST diskimage-builder-2.20.0.tar.gz 366139 BLAKE2B 51399a4dad2dfb9100e4d196bae0cbe21d67a603ae8a3c5fb445de30cae7216d68090a8a4cdcd7839b9a11b472f5933d5d09814e60ad3ed1df3c373d012be97f SHA512 0d7e725eed0af0c549705029cf9af465d1ea10fa5ec82d6848a437d51783f8749ed613231fd4218db65f41b560eed16db5254788a097398ac267edf2ef04cea5
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild
26 new file mode 100644
27 index 00000000000..4c5588077db
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2019 Gentoo Authors
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}]"