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, 09 Jun 2021 18:19:08
Message-Id: 1623262739.146f9c189c03c9480c3c0b3f16df7dbae7cb342b.prometheanfire@gentoo
1 commit: 146f9c189c03c9480c3c0b3f16df7dbae7cb342b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 18:17:33 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 18:18:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146f9c18
7
8 app-emulation/diskimage-builder: 3.10.0 cleanup
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 1 -
14 .../diskimage-builder-3.10.0.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
18 index d3456d246d0..a730a674db4 100644
19 --- a/app-emulation/diskimage-builder/Manifest
20 +++ b/app-emulation/diskimage-builder/Manifest
21 @@ -1,2 +1 @@
22 -DIST diskimage-builder-3.10.0.tar.gz 474514 BLAKE2B 75e54b58be31a1d175ea97fd587040d2d8a69619fa66f7283866241c8a38b898c7e863b484be1199b61fe5fce76f51a4e5bf72d42fbd5d5456b1402501c337f0 SHA512 678718eb12e024899d0020c0219899e213a69a445afe3352a49a99dc786d7388e0af37c0fb1273eeb2176ad3b24f62f8299b4f15e9f7fc9714f03be3bf3b4f7c
23 DIST diskimage-builder-3.11.0.tar.gz 475123 BLAKE2B 2d286193c99077b943ddc2342871878d78380c27b247cca895d14e9ca1ca69c3d260fe0061e9f09a80156cee327234ce0a8c129f2008422d0db1bd736175f490 SHA512 083a3dff0ec32cd35cb5a95f25b115778aa4b74ab47796c13ac007fa6af5940140117eb4c2b5f44674316f65b0c0b53b6e077787e8018f6d7735906d333d2da0
24
25 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.10.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.10.0.ebuild
26 deleted file mode 100644
27 index 3e9683aa3bc..00000000000
28 --- a/app-emulation/diskimage-builder/diskimage-builder-3.10.0.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Golden Disk Image builder."
41 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
42 -if [[ ${PV} == 9999* ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
45 -else
46 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 - KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
48 -fi
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
55 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
56 -DEPEND="${CDEPEND}"
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}]"