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: Wed, 07 Oct 2020 15:15:03
Message-Id: 1602083689.bee4dbb817e0832696204977d9bc6e5d68bc907b.prometheanfire@gentoo
1 commit: bee4dbb817e0832696204977d9bc6e5d68bc907b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 15:05:13 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 15:14:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee4dbb8
7
8 sys-cluster/heat: 14.1.0 bump
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-cluster/heat/Manifest | 2 ++
14 sys-cluster/heat/{heat-2020.1.9999.ebuild => heat-14.1.0.ebuild} | 4 ++--
15 sys-cluster/heat/heat-2020.1.9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
19 index 7414cabed28..f3f11cd41b9 100644
20 --- a/sys-cluster/heat/Manifest
21 +++ b/sys-cluster/heat/Manifest
22 @@ -1,3 +1,5 @@
23 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3 SHA512 ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
24 +DIST heat.conf.sample-14.1.0 76935 BLAKE2B 7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3 SHA512 ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
25 DIST heat.conf.sample-2020.1.9999 76935 BLAKE2B 7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3 SHA512 ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
26 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a SHA512 973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
27 +DIST openstack-heat-14.1.0.tar.gz 2356647 BLAKE2B 0b4d009fcb631929bdc1e9a429e3370a546fb1763ab66439cd3791b1437417ef18da46f4bae8397bc5a661e09acbceb09d2f32dc06a190852f67989b900035ac SHA512 b74795ae10d29348b47c91d8de2166999ab51caef42521d9347565414ba1f2bbd2870c54af9d3877fe11e1388c900e64ed780a0e22a1270adea6cb1cc4971e0b
28
29 diff --git a/sys-cluster/heat/heat-2020.1.9999.ebuild b/sys-cluster/heat/heat-14.1.0.ebuild
30 similarity index 99%
31 copy from sys-cluster/heat/heat-2020.1.9999.ebuild
32 copy to sys-cluster/heat/heat-14.1.0.ebuild
33 index 16a42a5729f..8ad0dab1631 100644
34 --- a/sys-cluster/heat/heat-2020.1.9999.ebuild
35 +++ b/sys-cluster/heat/heat-14.1.0.ebuild
36 @@ -3,6 +3,7 @@
37
38 EAPI=7
39 PYTHON_COMPAT=( python3_7 )
40 +DISTUTILS_USE_SETUPTOOLS=rdepend
41
42 inherit distutils-r1 eutils linux-info
43
44 @@ -28,8 +29,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
45
46 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
47 !~dev-python/pbr-2.1.0"
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - ${CDEPEND}
50 +DEPEND="${CDEPEND}
51 app-admin/sudo"
52
53 RDEPEND="
54
55 diff --git a/sys-cluster/heat/heat-2020.1.9999.ebuild b/sys-cluster/heat/heat-2020.1.9999.ebuild
56 index 16a42a5729f..8ad0dab1631 100644
57 --- a/sys-cluster/heat/heat-2020.1.9999.ebuild
58 +++ b/sys-cluster/heat/heat-2020.1.9999.ebuild
59 @@ -3,6 +3,7 @@
60
61 EAPI=7
62 PYTHON_COMPAT=( python3_7 )
63 +DISTUTILS_USE_SETUPTOOLS=rdepend
64
65 inherit distutils-r1 eutils linux-info
66
67 @@ -28,8 +29,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
68
69 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
70 !~dev-python/pbr-2.1.0"
71 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
72 - ${CDEPEND}
73 +DEPEND="${CDEPEND}
74 app-admin/sudo"
75
76 RDEPEND="