Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/placement/
Date: Mon, 31 May 2021 21:07:26
Message-Id: 1622495112.a899120f67c4b284da11b469f40d6f6d258d8dd2.mgorny@gentoo
1 commit: a899120f67c4b284da11b469f40d6f6d258d8dd2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 21:05:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 21:05:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a899120f
7
8 sys-cluster/placement: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/placement/Manifest | 3 -
13 sys-cluster/placement/placement-2020.1.9999.ebuild | 91 ----------------------
14 sys-cluster/placement/placement-3.0.0.ebuild | 91 ----------------------
15 3 files changed, 185 deletions(-)
16
17 diff --git a/sys-cluster/placement/Manifest b/sys-cluster/placement/Manifest
18 index 3fbd7292dfd..6f0d08860ba 100644
19 --- a/sys-cluster/placement/Manifest
20 +++ b/sys-cluster/placement/Manifest
21 @@ -1,6 +1,3 @@
22 -DIST openstack-placement-3.0.0.tar.gz 502408 BLAKE2B daf5d3b441a10fc9d1be03df52e9df265cecc61d74fd1c5eff0b6acc36011fb3defb8d4233e597b4b1445fb56a77d746343f9021e5b0073272d7e30e830571b3 SHA512 b3735d8b74019c71c5eef9d5a4331c9370c1224d8caeaeb5fdbc81577778dc9795b729df00abc3e06175dc5c7f401daacbbd331aa9295e84cb76abd013d7aa2a
23 DIST openstack-placement-4.0.0.tar.gz 502434 BLAKE2B 9c769d2ef78bad37ef6ac823c9b0fa29128bfea94626f6a4e9cd1ffa6e1e4d441e4b20353e97282823bc1638ee25499fa840b9d34600b1928271627d412c93cc SHA512 32ff30f7216ea56b073582c2e1c4b501229d941f3c6fc501245ab92544234774df63a9b9674ba5f1225d462ab205b2512185907e309e4135e01e1776d554b293
24 -DIST placement.conf.sample-2020.1.9999 26302 BLAKE2B 077c85c86b7b2fa83b8ac7f41a2fdf5e64bcc8c82f9252e2bb0c7be164944a9c11cb14eb3911f37945e5de8faa7e7a5e2de4df656ed80a0f208105a8c6db7cb0 SHA512 179913a1908bc688220d10d908d487fdf59bab56213051569fe4f8ac233242c9f9eca3ba4293a2f049c46e68eeca62aa7bc0ba0f61d9276247b166abb063eb3a
25 DIST placement.conf.sample-2020.2.9999 26306 BLAKE2B 037ce73d52066fc2f2fe0542c10e3879c513ca23f127a03cd575cca0d21f7b2f4f36491c238897cacd962072797d9d2fd50be054c3ae09f95f5417ab9758b289 SHA512 640329729d0964b67a25837692f0db0f5e9682aff6bd1f3e124657c4bc0de7f6a9f65a5c17889cd6c0a0584d471c880865a59b939262ed8beac2ae452d0ea02a
26 -DIST placement.conf.sample-3.0.0 26302 BLAKE2B 077c85c86b7b2fa83b8ac7f41a2fdf5e64bcc8c82f9252e2bb0c7be164944a9c11cb14eb3911f37945e5de8faa7e7a5e2de4df656ed80a0f208105a8c6db7cb0 SHA512 179913a1908bc688220d10d908d487fdf59bab56213051569fe4f8ac233242c9f9eca3ba4293a2f049c46e68eeca62aa7bc0ba0f61d9276247b166abb063eb3a
27 DIST placement.conf.sample-4.0.0 26306 BLAKE2B 037ce73d52066fc2f2fe0542c10e3879c513ca23f127a03cd575cca0d21f7b2f4f36491c238897cacd962072797d9d2fd50be054c3ae09f95f5417ab9758b289 SHA512 640329729d0964b67a25837692f0db0f5e9682aff6bd1f3e124657c4bc0de7f6a9f65a5c17889cd6c0a0584d471c880865a59b939262ed8beac2ae452d0ea02a
28
29 diff --git a/sys-cluster/placement/placement-2020.1.9999.ebuild b/sys-cluster/placement/placement-2020.1.9999.ebuild
30 deleted file mode 100644
31 index 2f81e59177d..00000000000
32 --- a/sys-cluster/placement/placement-2020.1.9999.ebuild
33 +++ /dev/null
34 @@ -1,91 +0,0 @@
35 -# Copyright 2019-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_7 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A HTTP service for managing, selecting, and claiming cloud resources."
44 -HOMEPAGE="https://github.com/openstack/placement"
45 -if [[ ${PV} == *9999 ]];then
46 - inherit git-r3
47 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/ussuri/placement.conf.sample -> placement.conf.sample-${PV}"
48 - EGIT_REPO_URI="https://github.com/openstack/placement.git"
49 - EGIT_BRANCH="stable/ussuri"
50 -else
51 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/ussuri/placement.conf.sample -> placement.conf.sample-${PV}
52 - https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm64 ~x86"
54 - S="${WORKDIR}/openstack-${P}"
55 -fi
56 -
57 -LICENSE="Apache-2.0"
58 -SLOT="0"
59 -IUSE="mysql postgres sqlite"
60 -REQUIRED_USE="|| ( mysql postgres sqlite )"
61 -
62 -DEPEND="
63 - >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]
64 - !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
65 - !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
66 - !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
67 - !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
68 - !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
69 - !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
70 - !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
71 - !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
72 - !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
73 - !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
74 - !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
75 - !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
76 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
77 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
78 -RDEPEND="${DEPEND}
79 - sqlite? (
80 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
81 - )
82 - mysql? (
83 - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
84 - !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
85 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
86 - )
87 - postgres? (
88 - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
89 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
90 - )
91 - >=dev-python/keystonemiddleware-4.18.0[${PYTHON_USEDEP}]
92 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
93 - >=dev-python/webob-1.8.2[${PYTHON_USEDEP}]
94 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
95 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
96 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
97 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
98 - >=dev-python/oslo-config-6.7.0[${PYTHON_USEDEP}]
99 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
100 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
101 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
102 - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
103 - >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
104 - >=dev-python/oslo-db-4.40.0[${PYTHON_USEDEP}]
105 - >=dev-python/oslo-policy-1.35.0[${PYTHON_USEDEP}]
106 - >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
107 - >=dev-python/oslo-upgradecheck-0.2.0[${PYTHON_USEDEP}]
108 - >=dev-python/os-resource-classes-0.5.0[${PYTHON_USEDEP}]
109 - >=dev-python/os-traits-2.2.0[${PYTHON_USEDEP}]
110 - >=dev-python/microversion-parse-0.2.1[${PYTHON_USEDEP}]
111 - acct-user/placement
112 - acct-group/placement"
113 -BDEPEND=""
114 -
115 -python_install_all() {
116 - distutils-r1_python_install_all
117 -
118 - diropts -m 0750 -o placement -g placement
119 - insinto /etc/placement
120 - insopts -m 0640 -o placement -g placement
121 - newins "${DISTDIR}/placement.conf.sample-${PV}" placement.conf.sample
122 -
123 - dobin tools/mysql-migrate-db.sh
124 - dobin tools/postgresql-migrate-db.sh
125 -}
126
127 diff --git a/sys-cluster/placement/placement-3.0.0.ebuild b/sys-cluster/placement/placement-3.0.0.ebuild
128 deleted file mode 100644
129 index 01b7fd0082b..00000000000
130 --- a/sys-cluster/placement/placement-3.0.0.ebuild
131 +++ /dev/null
132 @@ -1,91 +0,0 @@
133 -# Copyright 2019-2020 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=7
137 -PYTHON_COMPAT=( python3_7 )
138 -
139 -inherit distutils-r1
140 -
141 -DESCRIPTION="A HTTP service for managing, selecting, and claiming cloud resources."
142 -HOMEPAGE="https://github.com/openstack/placement"
143 -if [[ ${PV} == *9999 ]];then
144 - inherit git-r3
145 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/ussuri/placement.conf.sample -> placement.conf.sample-${PV}"
146 - EGIT_REPO_URI="https://github.com/openstack/placement.git"
147 - EGIT_BRANCH="stable/ussuri"
148 -else
149 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/ussuri/placement.conf.sample -> placement.conf.sample-${PV}
150 - https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
151 - KEYWORDS="amd64 ~arm64 x86"
152 - S="${WORKDIR}/openstack-${P}"
153 -fi
154 -
155 -LICENSE="Apache-2.0"
156 -SLOT="0"
157 -IUSE="mysql postgres sqlite"
158 -REQUIRED_USE="|| ( mysql postgres sqlite )"
159 -
160 -DEPEND="
161 - >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]
162 - !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
163 - !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
164 - !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
165 - !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
166 - !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
167 - !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
168 - !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
169 - !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
170 - !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
171 - !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
172 - !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
173 - !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
174 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
175 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
176 -RDEPEND="${DEPEND}
177 - sqlite? (
178 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
179 - )
180 - mysql? (
181 - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
182 - !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
183 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
184 - )
185 - postgres? (
186 - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
187 - >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
188 - )
189 - >=dev-python/keystonemiddleware-4.18.0[${PYTHON_USEDEP}]
190 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
191 - >=dev-python/webob-1.8.2[${PYTHON_USEDEP}]
192 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
193 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
194 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
195 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
196 - >=dev-python/oslo-config-6.7.0[${PYTHON_USEDEP}]
197 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
198 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
199 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
200 - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
201 - >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
202 - >=dev-python/oslo-db-4.40.0[${PYTHON_USEDEP}]
203 - >=dev-python/oslo-policy-1.35.0[${PYTHON_USEDEP}]
204 - >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
205 - >=dev-python/oslo-upgradecheck-0.2.0[${PYTHON_USEDEP}]
206 - >=dev-python/os-resource-classes-0.5.0[${PYTHON_USEDEP}]
207 - >=dev-python/os-traits-2.2.0[${PYTHON_USEDEP}]
208 - >=dev-python/microversion-parse-0.2.1[${PYTHON_USEDEP}]
209 - acct-user/placement
210 - acct-group/placement"
211 -BDEPEND=""
212 -
213 -python_install_all() {
214 - distutils-r1_python_install_all
215 -
216 - diropts -m 0750 -o placement -g placement
217 - insinto /etc/placement
218 - insopts -m 0640 -o placement -g placement
219 - newins "${DISTDIR}/placement.conf.sample-${PV}" placement.conf.sample
220 -
221 - dobin tools/mysql-migrate-db.sh
222 - dobin tools/postgresql-migrate-db.sh
223 -}