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, 02 Mar 2017 20:34:59
Message-Id: 1488486848.64ab306c305312fca0ce1fa24f437a3b3d94e93e.prometheanfire@gentoo
1 commit: 64ab306c305312fca0ce1fa24f437a3b3d94e93e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 20:34:08 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 20:34:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ab306c
7
8 app-emulation/diskimage-builder: bup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emulation/diskimage-builder/Manifest | 1 +
13 .../diskimage-builder-1.28.0.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
17 index 53e14ac3ff6..f7c404d3381 100644
18 --- a/app-emulation/diskimage-builder/Manifest
19 +++ b/app-emulation/diskimage-builder/Manifest
20 @@ -1,2 +1,3 @@
21 DIST diskimage-builder-1.26.1.tar.gz 260140 SHA256 dd842a364124a59aaa3751fe178f8799c39e29badbc69d1459d2ed35b9042660 SHA512 698c97b7e016a87c2acd83d27400bd009e8148bb76efc737fae3344aa2c860fdf4060f1608eaa38566c24fa68c5fdbf51559ab64f9d9ef26d0adbe3a1b69325f WHIRLPOOL 83e86a6b5a1629041465be971657968fbdad3377ba9c3bb60ce29b2dd658165541f6e3b5a67eaa13727221e0a44032aafb26b30e042453e2a4c4e085cb26f3da
22 DIST diskimage-builder-1.27.0.tar.gz 264590 SHA256 108e6fa41cbab88a018e43b19f5706b20a984b94131d6451876eedc26a26a892 SHA512 63e98c95452f9ddb9ae21f208b7dc840a9a10a02e9dee8d313cac531854b706f7662ea7b907f38a72c58d6ecdead324782d4cbda32fb7a4861b8c4bef9412a56 WHIRLPOOL 586b62729a5577a0ed804c7f457297e0624d1e491ab82ee95c29443ba46d5769814fded9ae88e2b6f7e2ec8d69b208851f24f26f04667717055944d296ccdb9f
23 +DIST diskimage-builder-1.28.0.tar.gz 267409 SHA256 2d8999a8484d27e8604d125aabcbdad648f8b601776225cfc611faf1a3b9a0e6 SHA512 ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f WHIRLPOOL 7cfcefcf37fd0d5fae4fb8d3284ad3b60e53e4a2853c85625a1925c34bd4cdbee999932089f7dae81adcf699226ba1550f729a2b1b8aab4b6e54c10c7148fea1
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.28.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-1.28.0.ebuild
26 new file mode 100644
27 index 00000000000..36df1ed7ec7
28 --- /dev/null
29 +++ b/app-emulation/diskimage-builder/diskimage-builder-1.28.0.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
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 + app-emulation/qemu
59 + sys-block/parted
60 + sys-fs/multipath-tools"