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: Thu, 01 Dec 2016 17:28:41
Message-Id: 1480613082.0e72626383eaef525fb52a481d3498b710ce9c6d.prometheanfire@gentoo
1 commit: 0e72626383eaef525fb52a481d3498b710ce9c6d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 17:23:16 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 17:24:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e726263
7
8 app-emulation/diskimage-builder: bup
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/diskimage-builder/Manifest | 1 +
13 .../diskimage-builder-1.24.0.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
17 index 70f07b3..c0c312a 100644
18 --- a/app-emulation/diskimage-builder/Manifest
19 +++ b/app-emulation/diskimage-builder/Manifest
20 @@ -1 +1,2 @@
21 DIST diskimage-builder-1.23.0.tar.gz 255659 SHA256 c235f459f4a52bf0cff134bb6921d29cdf7b87a4427d070e97e16c4b486fb66d SHA512 18d420759df167762c8b41249c94243081ffcf5312727dfc882964c9957752acadd6c526ef34fc49dcf9539b15852542f51f0d83630d27d67fc1c82efa144708 WHIRLPOOL bdd5ce22ae37f96420d9faae40a3cbcfa0d89ff1698f911759b2d79bfb7f867bee4fd0d827a14c1d825969c2bac6996d108cf9427fac5615de7c3527c268c8ee
22 +DIST diskimage-builder-1.24.0.tar.gz 256522 SHA256 e5236e0be1d07e0111bceae344bfe6f9dd8b0ed9eba64240e218ecc70b9a7b03 SHA512 27e99142e3d951c2137bf53b16298cc9aacfb5167e9fb4572e735e36b555628262c730570b177ea65565f27afce76c0fb8fdee97c9aa7a2346dfdbae1909fd30 WHIRLPOOL 95f77d78b2d723ec9bdcff190d6e583a0ea6963104126ca146221cf53974137d675e795133659dcd55477645cc2c7c7e8734acd8029f903e98130efd196f16a8
23
24 diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.24.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.24.0.ebuild
25 new file mode 100644
26 index 00000000..4ea1d4d
27 --- /dev/null
28 +++ b/app-emulation/diskimage-builder/diskimage-builder-1.24.0.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
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 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
49 +DEPEND="${CDEPEND}
50 + dev-python/setuptools[${PYTHON_USEDEP}]"
51 +RDEPEND="${CDEPEND}
52 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
53 + dev-python/dib-utils[${PYTHON_USEDEP}]
54 + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
55 + >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
56 + <dev-python/flake8-2.6.0[${PYTHON_USEDEP}]
57 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
58 + >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
59 + app-emulation/qemu
60 + sys-block/parted
61 + sys-fs/multipath-tools"