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: Mon, 28 Feb 2022 17:09:41
Message-Id: 1646068172.07ca84ba51c6bf7a88db5f16fe7517e6b2ac5f14.prometheanfire@gentoo
1 commit: 07ca84ba51c6bf7a88db5f16fe7517e6b2ac5f14
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 17:09:32 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 17:09:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ca84ba
7
8 app-emulation/diskimage-builder: clean up old ebuilds
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-emulation/diskimage-builder/Manifest | 4 ---
14 .../diskimage-builder-3.16.0.ebuild | 39 ----------------------
15 .../diskimage-builder-3.17.0.ebuild | 39 ----------------------
16 .../diskimage-builder-3.18.0.ebuild | 39 ----------------------
17 .../diskimage-builder-3.19.0.ebuild | 39 ----------------------
18 5 files changed, 160 deletions(-)
19
20 diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest
21 index 4ee275937112..be19800492cc 100644
22 --- a/app-emulation/diskimage-builder/Manifest
23 +++ b/app-emulation/diskimage-builder/Manifest
24 @@ -1,5 +1 @@
25 -DIST diskimage-builder-3.16.0.tar.gz 499320 BLAKE2B 2cf520957c270696a6c4c7f59d6c875d30e7245c9fa24d556ef90eca4bab9e45eb95ecc422bc84ac202df0ba8afbaac412663892c8ab18bd4847e5d630ea4e43 SHA512 e592fd9200681314519b6e58b4b3ba9106d3834e83e708b3f32c125a8f597252f43abec05b37a9f6b30397874d53b56740e2374d6d13f69e737d460f191bdd98
26 -DIST diskimage-builder-3.17.0.tar.gz 500580 BLAKE2B f219e8e1a3224dd23871a3d4f4688c6e8b75ad681763227a0dde34b3f89b0f5a7af827c1717a161f310590090cc0852936edb6b9e7298bbc989b01e4af28662d SHA512 466039b6cf83636a2a245b5d36f7bf0e71e897edf092010219a40bcbe1804b0fe1f205eec2388cfbcd2e2adfdaf9256c53a01e3cf7ca48663e0296d4bf542a31
27 -DIST diskimage-builder-3.18.0.tar.gz 500804 BLAKE2B 25a4607538f08a63757f7c52f5b48b0d6655ea29eb83c9f6aa2bb5f237e1b1a1be149ba7e4112871748247eade0db1f47eae9c34191e465b46dedcb498d6368f SHA512 23b1212ca23c207beaf9a1c8bd4ba8b82186dc925aca45da8cc87f50c842a6e4865467f4b053ed58a1d0be6e45e76ea2c365ace6e7a3744856c9d1f45a34ba38
28 -DIST diskimage-builder-3.19.0.tar.gz 503102 BLAKE2B 15c5312bb5304914ddc88a942fedb6167531970abc5d4d94946d2ddfa8a686cd1b84e192d4072ed4e03003e3f70e592cc805f1d33ddf5659fbaa87f5e7c074af SHA512 87b5c2b3661e5e38e0941715c0ce1507278cd01931d0db85d35639388edb67cc1fc7733eacffef2c66261fcf68e217941865ece3020d23e1507bae9536c4c9ee
29 DIST diskimage-builder-3.19.1.tar.gz 504083 BLAKE2B 4ae8dca5601d4258757d33c4851c842a4188026bb6f5ee36a2313e2400d017d2536e4e58d7777cfcd9257a2bb881a6cc92f1ea79e168ff438cbd786829aa1d29 SHA512 c7ff8a30ccf052dbeaffd1af2cef23058fbe5fe653c4f36b365743b8495fc5b9727d888654809b48a58f6c4dc920126ab86c41400de8fd348097a7d0117b9216
30
31 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild
32 deleted file mode 100644
33 index 1d9da56f4078..000000000000
34 --- a/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild
35 +++ /dev/null
36 @@ -1,39 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{7,8,9} )
43 -DISTUTILS_USE_SETUPTOOLS=rdepend
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Golden Disk Image builder"
47 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
48 -if [[ ${PV} == 9999* ]]; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
51 -else
52 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53 - KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
54 -fi
55 -
56 -LICENSE="Apache-2.0"
57 -SLOT="0"
58 -IUSE=""
59 -
60 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
61 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
62 -DEPEND="${CDEPEND}"
63 -RDEPEND="${CDEPEND}
64 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
65 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
67 - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
68 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
69 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
70 - app-emulation/qemu
71 - sys-block/parted
72 - sys-fs/multipath-tools
73 - sys-fs/dosfstools
74 - sys-apps/gptfdisk
75 - !dev-python/dib-utils[${PYTHON_USEDEP}]"
76
77 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
78 deleted file mode 100644
79 index a2d3ad209af7..000000000000
80 --- a/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
81 +++ /dev/null
82 @@ -1,39 +0,0 @@
83 -# Copyright 1999-2022 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -PYTHON_COMPAT=( python3_{7,8,9} )
89 -DISTUTILS_USE_SETUPTOOLS=rdepend
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Golden Disk Image builder"
93 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
94 -if [[ ${PV} == 9999* ]]; then
95 - inherit git-r3
96 - EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
97 -else
98 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
99 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
100 -fi
101 -
102 -LICENSE="Apache-2.0"
103 -SLOT="0"
104 -IUSE=""
105 -
106 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
107 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
108 -DEPEND="${CDEPEND}"
109 -RDEPEND="${CDEPEND}
110 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
111 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
112 - >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
113 - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
114 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
115 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
116 - app-emulation/qemu
117 - sys-block/parted
118 - sys-fs/multipath-tools
119 - sys-fs/dosfstools
120 - sys-apps/gptfdisk
121 - !dev-python/dib-utils[${PYTHON_USEDEP}]"
122
123 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.18.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.18.0.ebuild
124 deleted file mode 100644
125 index a2d3ad209af7..000000000000
126 --- a/app-emulation/diskimage-builder/diskimage-builder-3.18.0.ebuild
127 +++ /dev/null
128 @@ -1,39 +0,0 @@
129 -# Copyright 1999-2022 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -PYTHON_COMPAT=( python3_{7,8,9} )
135 -DISTUTILS_USE_SETUPTOOLS=rdepend
136 -inherit distutils-r1
137 -
138 -DESCRIPTION="Golden Disk Image builder"
139 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
140 -if [[ ${PV} == 9999* ]]; then
141 - inherit git-r3
142 - EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
143 -else
144 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
145 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
146 -fi
147 -
148 -LICENSE="Apache-2.0"
149 -SLOT="0"
150 -IUSE=""
151 -
152 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
153 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
154 -DEPEND="${CDEPEND}"
155 -RDEPEND="${CDEPEND}
156 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
157 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
158 - >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
159 - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
160 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
161 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
162 - app-emulation/qemu
163 - sys-block/parted
164 - sys-fs/multipath-tools
165 - sys-fs/dosfstools
166 - sys-apps/gptfdisk
167 - !dev-python/dib-utils[${PYTHON_USEDEP}]"
168
169 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.19.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.19.0.ebuild
170 deleted file mode 100644
171 index a2d3ad209af7..000000000000
172 --- a/app-emulation/diskimage-builder/diskimage-builder-3.19.0.ebuild
173 +++ /dev/null
174 @@ -1,39 +0,0 @@
175 -# Copyright 1999-2022 Gentoo Authors
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=7
179 -
180 -PYTHON_COMPAT=( python3_{7,8,9} )
181 -DISTUTILS_USE_SETUPTOOLS=rdepend
182 -inherit distutils-r1
183 -
184 -DESCRIPTION="Golden Disk Image builder"
185 -HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/"
186 -if [[ ${PV} == 9999* ]]; then
187 - inherit git-r3
188 - EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git"
189 -else
190 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
191 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
192 -fi
193 -
194 -LICENSE="Apache-2.0"
195 -SLOT="0"
196 -IUSE=""
197 -
198 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
199 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
200 -DEPEND="${CDEPEND}"
201 -RDEPEND="${CDEPEND}
202 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
203 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
204 - >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
205 - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
206 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
207 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
208 - app-emulation/qemu
209 - sys-block/parted
210 - sys-fs/multipath-tools
211 - sys-fs/dosfstools
212 - sys-apps/gptfdisk
213 - !dev-python/dib-utils[${PYTHON_USEDEP}]"