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, 09 Jan 2018 15:59:21
Message-Id: 1515513540.3fc759540b149b08d75e79396fd726cfced61ec9.prometheanfire@gentoo
1 commit: 3fc759540b149b08d75e79396fd726cfced61ec9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 15:58:24 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 15:59:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc75954
7
8 app-emulation/diskimage-builder: 2.10.0 bup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-emulation/diskimage-builder/Manifest | 1 +
13 .../diskimage-builder-2.10.0.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
17 index 6c4a5ef56cf..4b615fb4721 100644
18 --- a/app-emulation/diskimage-builder/Manifest
19 +++ b/app-emulation/diskimage-builder/Manifest
20 @@ -1,2 +1,3 @@
21 DIST diskimage-builder-1.28.0.tar.gz 267409 BLAKE2B eec9e9bfba8ddbd31ec1af8fac401c64019c72c19982e7d74eb20f1056571873f5ed8198809b7ebd2ef87deb757a9a81b5a1ec23c83876abed659c1196df2cb0 SHA512 ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f
22 +DIST diskimage-builder-2.10.0.tar.gz 338388 BLAKE2B c30f81f4cf2b0668d96dce49cab3aa79c484b7ee8a7c214bbc6f6f8e405d86e7240309bc266b4ac1cba14f19c82b2d67bd123d3e3e8af073ad8d4831301ae879 SHA512 37c3a6894ed30c69a6abe87524c08aa814158a01b1a5f17bf39ca9e905dd93eaab5a3f821ddddef73eafa5cf33b6cf0b8e30c6067b005c92c6029cdd7af5e8eb
23 DIST diskimage-builder-2.9.0.tar.gz 319035 BLAKE2B 846b2f35533efb66c22adb461b849352f17a8555998cf689756c513093d244c714a8e7b8ad7da4fada2b5da9ef3c2ac42f3247568b207e342a71d2ba677abda3 SHA512 ebaeb1d5396977d8391f7c718ff13e7b0d37aca58ff14719e2b5f17adc376e85f15f516f63c245c2374e363d4037bc358192aa87ce0515d0a69cb00ac5b616af
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.10.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.10.0.ebuild
26 new file mode 100644
27 index 00000000000..b7ce708c688
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.10.0.ebuild
30 @@ -0,0 +1,35 @@
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.10.0[${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 + !dev-python/dib-utils[${PYTHON_USEDEP}]"