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, 11 Mar 2020 15:58:36
Message-Id: 1583942304.d6b6e9af614fdacd6a38f7ada926ac410d7fe9e7.prometheanfire@gentoo
1 commit: d6b6e9af614fdacd6a38f7ada926ac410d7fe9e7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 15:55:53 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 15:58:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b6e9af
7
8 app-emulation/diskimage-builder: 2.34.0 bump
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 1 +
14 .../diskimage-builder-2.34.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 9ecdc3977f8..451b4863396 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1 +1,2 @@
22 DIST diskimage-builder-2.33.0.tar.gz 434041 BLAKE2B 16d14c68e7a54b785426516ecced4adb53b4e84f36d36846732ef7c4823644375373249ceacd1371e39262ebc9050f2f86184718dc3fb17b44eaa20f561410c0 SHA512 125bdcc0a2d4249918485115c49482746e4f86cb7883d3689afd4288a0d18ca97bcb669b811034ccb159879520172ca37bd9f9d7ba4ea509f788be0f3cf2259b
23 +DIST diskimage-builder-2.34.0.tar.gz 436267 BLAKE2B b234385fedb48ec32c7fb8b684bd5531e04e342b237cc2090bd69742774a58868a1021767fb281a06cff1507d7d0c109ecb26caea61d0075ddf1a0fff9b1b48b SHA512 ddad45d57fc59c64a07276492354a7ea6d6aea76e300f1fce202208159a285c51dfc851f6630287b19c9f5685315cdcab1125e37cea90a92c361ea38e82a5a33
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.34.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.34.0.ebuild
26 new file mode 100644
27 index 00000000000..092a05de765
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.34.0.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6,7} )
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/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}]"