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: Fri, 23 Aug 2019 16:13:59
Message-Id: 1566576822.cafaac52381580809b92d8c207bf3e41a9bd6bcb.prometheanfire@gentoo
1 commit: cafaac52381580809b92d8c207bf3e41a9bd6bcb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 15:19:06 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 16:13:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafaac52
7
8 app-emulation/diskimage-builder: 2.26.1 bump
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 1 +
14 .../diskimage-builder-2.26.1.ebuild | 42 ++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
18 index eb9705b0bbc..0da140ce392 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1 +1,2 @@
22 DIST diskimage-builder-2.25.0.tar.gz 419297 BLAKE2B 78ac5b1119233080dddef917b05ca4f51f73382bb325cbf228f63837ab79be9ce524351404f2a26cf735440c66a3dc246a1642258b77f217406998650860eb39 SHA512 4afd257b01924a526ef335bf6699f5fbf49ca0c08bb3d288a6823783b842827e3afb51794771994f068332c6ee2ecf6f105fc03112d6a7807932fb5ab1fa4c24
23 +DIST diskimage-builder-2.26.1.tar.gz 421821 BLAKE2B 11c0ba668494285f33f3461e1a2c091ce6d622e4be164c4ab56a93cd000c82cec6702a6ed2ae37007120320f053760473f45f58ad8b45ee14b7b3eb47ac82d9a SHA512 e8bb68d15fc0bdd4881e76a7277f3e5e481b77decb4591546a576eda015bf624da3746326735add299551e168b82ab8bb165a18a64e96532c5b846e49815528f
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.26.1.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.26.1.ebuild
26 new file mode 100644
27 index 00000000000..86d3bb124b3
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.26.1.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Golden Disk Image builder."
40 +HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
41 +if [[ ${PV} == 9999* ]]; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
44 +else
45 + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
47 +fi
48 +
49 +LICENSE="Apache-2.0"
50 +SLOT="0"
51 +IUSE=""
52 +
53 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
54 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
55 +DEPEND="${CDEPEND}
56 + dev-python/setuptools[${PYTHON_USEDEP}]"
57 +RDEPEND="${CDEPEND}
58 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
59 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
60 + >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
61 + <dev-python/networkx-2.3[${PYTHON_USEDEP}]
62 + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
63 + >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
64 + <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
65 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
66 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
67 + app-emulation/qemu
68 + sys-block/parted
69 + sys-fs/multipath-tools
70 + sys-fs/dosfstools
71 + sys-apps/gptfdisk
72 + !dev-python/dib-utils[${PYTHON_USEDEP}]"