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: Tue, 01 Feb 2022 19:10:46
Message-Id: 1643742637.005afeaaac3c8f5e389d7399166374398a1b843a.prometheanfire@gentoo
1 commit: 005afeaaac3c8f5e389d7399166374398a1b843a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 19:10:37 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 19:10:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005afeaa
7
8 app-emulation/diskimage-builder: 3.17.0 bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 1 +
14 .../diskimage-builder-3.17.0.ebuild | 39 ++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
18 index df10251c17e5..85878196af6a 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1 +1,2 @@
22 DIST diskimage-builder-3.16.0.tar.gz 499320 BLAKE2B 2cf520957c270696a6c4c7f59d6c875d30e7245c9fa24d556ef90eca4bab9e45eb95ecc422bc84ac202df0ba8afbaac412663892c8ab18bd4847e5d630ea4e43 SHA512 e592fd9200681314519b6e58b4b3ba9106d3834e83e708b3f32c125a8f597252f43abec05b37a9f6b30397874d53b56740e2374d6d13f69e737d460f191bdd98
23 +DIST diskimage-builder-3.17.0.tar.gz 500580 BLAKE2B f219e8e1a3224dd23871a3d4f4688c6e8b75ad681763227a0dde34b3f89b0f5a7af827c1717a161f310590090cc0852936edb6b9e7298bbc989b01e4af28662d SHA512 466039b6cf83636a2a245b5d36f7bf0e71e897edf092010219a40bcbe1804b0fe1f205eec2388cfbcd2e2adfdaf9256c53a01e3cf7ca48663e0296d4bf542a31
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
26 new file mode 100644
27 index 000000000000..a2d3ad209af7
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8,9} )
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Golden Disk Image builder"
41 +HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
42 +if [[ ${PV} == 9999* ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
45 +else
46 + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
48 +fi
49 +
50 +LICENSE="Apache-2.0"
51 +SLOT="0"
52 +IUSE=""
53 +
54 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
55 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
56 +DEPEND="${CDEPEND}"
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/pyyaml-3.12[${PYTHON_USEDEP}]
62 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
63 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
64 + app-emulation/qemu
65 + sys-block/parted
66 + sys-fs/multipath-tools
67 + sys-fs/dosfstools
68 + sys-apps/gptfdisk
69 + !dev-python/dib-utils[${PYTHON_USEDEP}]"