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, 15 Jan 2019 17:21:59
Message-Id: 1547572816.9147cb08089c339804d889d83ca25750f67e14e1.prometheanfire@gentoo
1 commit: 9147cb08089c339804d889d83ca25750f67e14e1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 17:20:16 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 17:20:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9147cb08
7
8 app-emulation/diskimage-builder: 2.19.0 stable amd64/x86
9
10 Package-Manager: Portage-2.3.51, 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.18.0.ebuild | 37 ----------------------
15 .../diskimage-builder-2.19.0.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 39 deletions(-)
17
18 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
19 index 41d33edfafa..01a45d983b7 100644
20 --- a/app-emulation/diskimage-builder/Manifest
21 +++ b/app-emulation/diskimage-builder/Manifest
22 @@ -1,2 +1 @@
23 -DIST diskimage-builder-2.18.0.tar.gz 357151 BLAKE2B 0516a7028f3ad3d544f575ba61bf04a79d5227008471e6ce5637b762798d3947cb111312ddfd5ca73d39e6b7e01a98ff34925bb30857581e3c135f3da17a4ecd SHA512 64b329ba9494041cd432fa9ff42e15c4b409ed57edbb3c91b791ff2b0d0fce860c32d2d020c36c23c97d9cd100aa287abd98d5e537a02c38d81cd0f9a2578e02
24 DIST diskimage-builder-2.19.0.tar.gz 359520 BLAKE2B 2ddbee82cc45267faa45e7fa8b80012096676ca792eed6aee766d24fd3a5297f7f21af94c84259308fd0a48b9c913ba94575333d792b7dcd67c09d6493ff3f2b SHA512 57da6f0507a96f873bc034862dd58649d8d9ff65c7ad83f8245658fed5919b47ac29c5f8d1bb9ff2d544304955c48fa1ff3a183d90ba47bcc8d1f88c09e4014c
25
26 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.18.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.18.0.ebuild
27 deleted file mode 100644
28 index d4751815731..00000000000
29 --- a/app-emulation/diskimage-builder/diskimage-builder-2.18.0.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Golden Disk Image builder."
41 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 -DEPEND="${CDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND="${CDEPEND}
54 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
55 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
57 - <dev-python/networkx-2.0[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
59 - >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
60 - <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
62 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
63 - app-emulation/qemu
64 - sys-block/parted
65 - sys-fs/multipath-tools
66 - sys-fs/dosfstools
67 - sys-apps/gptfdisk
68 - !dev-python/dib-utils[${PYTHON_USEDEP}]"
69
70 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild
71 index 4c5588077db..8188442a162 100644
72 --- a/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild
73 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild
74 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75
76 LICENSE="Apache-2.0"
77 SLOT="0"
78 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
79 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
80 IUSE=""
81
82 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]