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: Wed, 08 May 2019 17:55:29
Message-Id: 1557337683.7fd7586c9d90aef1c3d2290a4765e3f7576bc323.prometheanfire@gentoo
1 commit: 7fd7586c9d90aef1c3d2290a4765e3f7576bc323
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 17:48:03 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 17:48:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd7586c
7
8 app-emulation/diskimage-builder: 2.22.0 bump
9
10 Package-Manager: Portage-2.3.62, 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.22.0.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 8753974fa9f..719fd58edcc 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1 +1,2 @@
22 DIST diskimage-builder-2.21.0.tar.gz 409367 BLAKE2B 25c8a819be8674eee38a97e822151527dd77d3f5e85016ebc1a7fa5bf907f64bdac47012eb748b69273b519580c6ea4ca845abd7800ddb4e3f60dd81da546a73 SHA512 51a871a772fd4ae35d0a8ea51f7c01502c374805f5de5ab37c2f18ea868a829c7085ecaa6a62690e8d6e85afe225cbab7ed86266eb5fc3e8741a8ff968cb35f9
23 +DIST diskimage-builder-2.22.0.tar.gz 410939 BLAKE2B ff5b3ce0f128001091e4621170def71cb6ef46cc278aee5a877caba0a3df054ac5e7027640a70ffdd8b8329764774ef801b0c0ad427babaec09a7123552edb50 SHA512 e051b668a86a4b386c2ec079a8f28bb5ab54ee6dbd1f39d7889075efa6abd4dff7063be24b817e05057f85036202f6193438df1a112009a1b954eaa4bb1b6e44
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.22.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.22.0.ebuild
26 new file mode 100644
27 index 00000000000..bda4c2798bb
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.22.0.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=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 +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}]"