Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/
Date: Tue, 17 Oct 2017 01:43:21
Message-Id: 1508204546.9c33d768c00d90ba346cb276ced9f56d4af184cf.prometheanfire@gentoo
1 commit: 9c33d768c00d90ba346cb276ced9f56d4af184cf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 01:42:26 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 01:42:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c33d768
7
8 app-emulation/diskimage-builder: 2.9.0 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-emulation/diskimage-builder/Manifest | 1 -
13 .../diskimage-builder-2.8.0.ebuild | 34 ----------------------
14 .../diskimage-builder-2.9.0.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 36 deletions(-)
16
17 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
18 index 6cb0b4a1e6f..ccb93328165 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1,3 +1,2 @@
22 DIST diskimage-builder-1.28.0.tar.gz 267409 SHA256 2d8999a8484d27e8604d125aabcbdad648f8b601776225cfc611faf1a3b9a0e6 SHA512 ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f WHIRLPOOL 7cfcefcf37fd0d5fae4fb8d3284ad3b60e53e4a2853c85625a1925c34bd4cdbee999932089f7dae81adcf699226ba1550f729a2b1b8aab4b6e54c10c7148fea1
23 -DIST diskimage-builder-2.8.0.tar.gz 315628 SHA256 ac93598cff826074c4a83049be0c3745b13891dc21e5e9d85fc354d99583c0e8 SHA512 9827f063ed7e4e66fb55a721f3ea81a2e6186b87000b9008a40469934b64b9380699f709956e7396c8b9f03275d195645f9e9b74d6eae4812b1b2149a884cca2 WHIRLPOOL 68a4fbc3d83ce0355d411e8f8aeb84946fba7e2a3fc47bcb211405862be3b69d3233061c4f8b41d478b23762273148acd34e2bf64596e9696a1b3cb6a81e1290
24 DIST diskimage-builder-2.9.0.tar.gz 319035 SHA256 d6a8fa0e4be224af8365eb6ef4ed1653026b87fedca017fafdbd86fe58bcb603 SHA512 ebaeb1d5396977d8391f7c718ff13e7b0d37aca58ff14719e2b5f17adc376e85f15f516f63c245c2374e363d4037bc358192aa87ce0515d0a69cb00ac5b616af WHIRLPOOL 3e6acbdac9e9566732144429ab42c7c03d1091c8a17bb0b877bc4bbb988f0e5b93d8739a73062dd24fb9fadb4e02a7b73f88cb959477cbc9bc8626415a646ac8
25
26 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild
27 deleted file mode 100644
28 index 40e57f9f3a1..00000000000
29 --- a/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
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/pyyaml-3.10.0[${PYTHON_USEDEP}]
58 - >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
59 - <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
61 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
62 - app-emulation/qemu
63 - sys-block/parted
64 - sys-fs/multipath-tools
65 - !dev-python/dib-utils[${PYTHON_USEDEP}]"
66
67 diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
68 index 917c93302d5..1bd01d9d336 100644
69 --- a/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
70 +++ b/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
71 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
72
73 LICENSE="Apache-2.0"
74 SLOT="0"
75 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
76 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
77 IUSE=""
78
79 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]