Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/
Date: Fri, 03 Jul 2020 00:32:03
Message-Id: 1593736302.d79a6b58223bc85d4cac66212a1f8a34da96d1af.prometheanfire@gentoo
1 commit: d79a6b58223bc85d4cac66212a1f8a34da96d1af
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 3 00:24:56 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 00:31:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79a6b58
7
8 sys-cluster/heat: remove train
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/heat/Manifest | 3 -
14 sys-cluster/heat/heat-13.0.2.ebuild | 162 -------------------------------
15 sys-cluster/heat/heat-2019.2.9999.ebuild | 162 -------------------------------
16 3 files changed, 327 deletions(-)
17
18 diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
19 index 80943a6f269..7414cabed28 100644
20 --- a/sys-cluster/heat/Manifest
21 +++ b/sys-cluster/heat/Manifest
22 @@ -1,6 +1,3 @@
23 -DIST heat.conf.sample-13.0.2 75054 BLAKE2B 294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2 SHA512 53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
24 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3 SHA512 ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
25 -DIST heat.conf.sample-2019.2.9999 75054 BLAKE2B 294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2 SHA512 53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
26 DIST heat.conf.sample-2020.1.9999 76935 BLAKE2B 7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3 SHA512 ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
27 -DIST openstack-heat-13.0.2.tar.gz 2345823 BLAKE2B 2e0610bd9b74e0b39130b478f92b6198a2eb27000b0cadcdee2e14eddf88c520cd50da75914ac562104da4784fe02e767b5d01549b5402bfc2e41dfe8911325f SHA512 6388a0c3b5d8f457281b6185f80a2c4108f4956d268ddc9613b98d14239e5e6b0bbe3fe16459472a289abb9d2af245aca037ee09ad31e3abf8597e081a953527
28 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a SHA512 973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
29
30 diff --git a/sys-cluster/heat/heat-13.0.2.ebuild b/sys-cluster/heat/heat-13.0.2.ebuild
31 deleted file mode 100644
32 index 09fc9380c97..00000000000
33 --- a/sys-cluster/heat/heat-13.0.2.ebuild
34 +++ /dev/null
35 @@ -1,162 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_{6,7} )
41 -
42 -inherit distutils-r1 eutils linux-info
43 -
44 -DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration engine."
45 -HOMEPAGE="https://launchpad.net/heat"
46 -
47 -if [[ ${PV} == *9999 ]];then
48 - inherit git-r3
49 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train -> heat.conf.sample-${PV}"
50 - EGIT_REPO_URI="https://github.com/openstack/heat.git"
51 - EGIT_BRANCH="stable/train"
52 -else
53 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train -> heat.conf.sample-${PV}
54 - https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
55 - KEYWORDS="amd64 ~arm64 x86"
56 -fi
57 -
58 -LICENSE="Apache-2.0"
59 -SLOT="0"
60 -IUSE="+mysql +memcached postgres sqlite"
61 -REQUIRED_USE="|| ( mysql postgres sqlite )"
62 -
63 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
64 - !~dev-python/pbr-2.1.0"
65 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
66 - ${CDEPEND}
67 - app-admin/sudo"
68 -
69 -RDEPEND="
70 - ${CDEPEND}
71 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
72 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
73 - >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
74 - >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
75 - >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
76 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
77 - !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
78 - !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
79 - !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
80 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
81 - >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
82 - >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
83 - !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
84 - >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
85 - >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
86 - >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
87 - >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
88 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
89 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
90 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
91 - >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
92 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
93 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
94 - >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
95 - >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
96 - >=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
97 - >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
98 - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
99 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
100 - >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
101 - !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
102 - >=dev-python/oslo-upgradecheck-0.1.0[${PYTHON_USEDEP}]
103 - >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
104 - >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
105 - >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
106 - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
107 - >=dev-python/aodhclient-0.9.0[${PYTHON_USEDEP}]
108 - >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
109 - >=dev-python/python-blazarclient-1.0.1[${PYTHON_USEDEP}]
110 - >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
111 - >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
112 - >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
113 - >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
114 - >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
115 - >=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
116 - >=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
117 - >=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
118 - !~dev-python/python-mistralclient-3.2.0[${PYTHON_USEDEP}]
119 - >=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
120 - >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
121 - >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
122 - >=dev-python/python-octaviaclient-1.3.0[${PYTHON_USEDEP}]
123 - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
124 - >=dev-python/python-saharaclient-1.4.0[${PYTHON_USEDEP}]
125 - >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
126 - >=dev-python/python-troveclient-2.2.0[${PYTHON_USEDEP}]
127 - >=dev-python/python-zaqarclient-1.3.0[${PYTHON_USEDEP}]
128 - >=dev-python/python-zunclient-2.0.0[${PYTHON_USEDEP}]
129 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
130 - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
131 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
132 - >=dev-python/tenacity-4.4.0[${PYTHON_USEDEP}]
133 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
134 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
135 - sqlite? (
136 - >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
137 - !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
138 - !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
139 - !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
140 - !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
141 - )
142 - mysql? (
143 - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
144 - !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
145 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
146 - !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
147 - !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
148 - !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
149 - !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
150 - )
151 - postgres? (
152 - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
153 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
154 - !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
155 - !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
156 - !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
157 - !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
158 - )
159 - >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
160 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
161 - >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
162 - >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]
163 - acct-user/heat
164 - acct-group/heat"
165 -
166 -PATCHES=(
167 -)
168 -
169 -python_prepare_all() {
170 - sed -i '/^hacking/d' test-requirements.txt || die
171 - distutils-r1_python_prepare_all
172 -}
173 -
174 -python_install_all() {
175 - distutils-r1_python_install_all
176 - diropts -m0750 -o heat -g heat
177 - keepdir /etc/heat
178 - dodir /etc/heat/environment.d
179 - dodir /etc/heat/templates
180 -
181 - for svc in api api-cfn engine; do
182 - newinitd "${FILESDIR}/heat.initd" heat-${svc}
183 - done
184 -
185 - insinto /etc/heat
186 - insopts -m0640 -o heat -g heat
187 - newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
188 - doins "etc/heat/api-paste.ini"
189 - insinto /etc/heat/templates
190 - doins "etc/heat/templates/"*
191 - insinto /etc/heat/environment.d
192 - doins "etc/heat/environment.d/default.yaml"
193 -
194 - dodir /var/log/heat
195 - fowners heat:heat /var/log/heat
196 - rm -r "${ED}"/usr/etc
197 -}
198
199 diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild b/sys-cluster/heat/heat-2019.2.9999.ebuild
200 deleted file mode 100644
201 index 5ed1877bf95..00000000000
202 --- a/sys-cluster/heat/heat-2019.2.9999.ebuild
203 +++ /dev/null
204 @@ -1,162 +0,0 @@
205 -# Copyright 1999-2020 Gentoo Authors
206 -# Distributed under the terms of the GNU General Public License v2
207 -
208 -EAPI=7
209 -PYTHON_COMPAT=( python3_{6,7} )
210 -
211 -inherit distutils-r1 eutils linux-info
212 -
213 -DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration engine."
214 -HOMEPAGE="https://launchpad.net/heat"
215 -
216 -if [[ ${PV} == *9999 ]];then
217 - inherit git-r3
218 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train -> heat.conf.sample-${PV}"
219 - EGIT_REPO_URI="https://github.com/openstack/heat.git"
220 - EGIT_BRANCH="stable/train"
221 -else
222 - SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train -> heat.conf.sample-${PV}
223 - https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
224 - KEYWORDS="~amd64 ~arm64 ~x86"
225 -fi
226 -
227 -LICENSE="Apache-2.0"
228 -SLOT="0"
229 -IUSE="+mysql +memcached postgres sqlite"
230 -REQUIRED_USE="|| ( mysql postgres sqlite )"
231 -
232 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
233 - !~dev-python/pbr-2.1.0"
234 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
235 - ${CDEPEND}
236 - app-admin/sudo"
237 -
238 -RDEPEND="
239 - ${CDEPEND}
240 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
241 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
242 - >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
243 - >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
244 - >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
245 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
246 - !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
247 - !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
248 - !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
249 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
250 - >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
251 - >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
252 - !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
253 - >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
254 - >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
255 - >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
256 - >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
257 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
258 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
259 - >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
260 - >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
261 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
262 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
263 - >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
264 - >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
265 - >=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
266 - >=dev-python/oslo-reports-1.18.0[${PYTHON_USEDEP}]
267 - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
268 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
269 - >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
270 - !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
271 - >=dev-python/oslo-upgradecheck-0.1.0[${PYTHON_USEDEP}]
272 - >=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
273 - >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
274 - >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
275 - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
276 - >=dev-python/aodhclient-0.9.0[${PYTHON_USEDEP}]
277 - >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
278 - >=dev-python/python-blazarclient-1.0.1[${PYTHON_USEDEP}]
279 - >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
280 - >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
281 - >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
282 - >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
283 - >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
284 - >=dev-python/python-magnumclient-2.3.0[${PYTHON_USEDEP}]
285 - >=dev-python/python-manilaclient-1.16.0[${PYTHON_USEDEP}]
286 - >=dev-python/python-mistralclient-3.1.0[${PYTHON_USEDEP}]
287 - !~dev-python/python-mistralclient-3.2.0[${PYTHON_USEDEP}]
288 - >=dev-python/python-monascaclient-1.12.0[${PYTHON_USEDEP}]
289 - >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
290 - >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
291 - >=dev-python/python-octaviaclient-1.3.0[${PYTHON_USEDEP}]
292 - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
293 - >=dev-python/python-saharaclient-1.4.0[${PYTHON_USEDEP}]
294 - >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
295 - >=dev-python/python-troveclient-2.2.0[${PYTHON_USEDEP}]
296 - >=dev-python/python-zaqarclient-1.3.0[${PYTHON_USEDEP}]
297 - >=dev-python/python-zunclient-2.0.0[${PYTHON_USEDEP}]
298 - >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
299 - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
300 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
301 - >=dev-python/tenacity-4.4.0[${PYTHON_USEDEP}]
302 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
303 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
304 - sqlite? (
305 - >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
306 - !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
307 - !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
308 - !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
309 - !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
310 - )
311 - mysql? (
312 - >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
313 - !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
314 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
315 - !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
316 - !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
317 - !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
318 - !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
319 - )
320 - postgres? (
321 - >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
322 - >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
323 - !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
324 - !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
325 - !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
326 - !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
327 - )
328 - >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
329 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
330 - >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
331 - >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]
332 - acct-user/heat
333 - acct-group/heat"
334 -
335 -PATCHES=(
336 -)
337 -
338 -python_prepare_all() {
339 - sed -i '/^hacking/d' test-requirements.txt || die
340 - distutils-r1_python_prepare_all
341 -}
342 -
343 -python_install_all() {
344 - distutils-r1_python_install_all
345 - diropts -m0750 -o heat -g heat
346 - keepdir /etc/heat
347 - dodir /etc/heat/environment.d
348 - dodir /etc/heat/templates
349 -
350 - for svc in api api-cfn engine; do
351 - newinitd "${FILESDIR}/heat.initd" heat-${svc}
352 - done
353 -
354 - insinto /etc/heat
355 - insopts -m0640 -o heat -g heat
356 - newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
357 - doins "etc/heat/api-paste.ini"
358 - insinto /etc/heat/templates
359 - doins "etc/heat/templates/"*
360 - insinto /etc/heat/environment.d
361 - doins "etc/heat/environment.d/default.yaml"
362 -
363 - dodir /var/log/heat
364 - fowners heat:heat /var/log/heat
365 - rm -r "${ED}"/usr/etc
366 -}