[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2021-05-31 Thread Michał Górny
commit: ebb7e9086e407252cdaa7111b4573681794db4b0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 21:04:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 21:04:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb7e908

sys-cluster/heat: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-cluster/heat/Manifest|   3 -
 sys-cluster/heat/heat-14.1.0.ebuild  | 165 ---
 sys-cluster/heat/heat-2020.1..ebuild | 165 ---
 3 files changed, 333 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 492707fba14..05b18deaaaf 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,3 @@
-DIST heat.conf.sample-14.1.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-15.0.0 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
-DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2020.2. 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
-DIST openstack-heat-14.1.0.tar.gz 2356647 BLAKE2B 
0b4d009fcb631929bdc1e9a429e3370a546fb1763ab66439cd3791b1437417ef18da46f4bae8397bc5a661e09acbceb09d2f32dc06a190852f67989b900035ac
 SHA512 
b74795ae10d29348b47c91d8de2166999ab51caef42521d9347565414ba1f2bbd2870c54af9d3877fe11e1388c900e64ed780a0e22a1270adea6cb1cc4971e0b
 DIST openstack-heat-15.0.0.tar.gz 2391827 BLAKE2B 
50e7881a4114ba2ed6ba9067a7879382b5b3d61e2db8f113190a6194f8d34d1b06734a1e3b532805cfad23999ed233ea9c8fc369e1b269828653f346e28ddff7
 SHA512 
dd17f5cabadd90ab88adea3782a29802b0b4467c46c40dbd41ce68c08e2425b2eec362833b79cb739e16e6d5b137256cc4955afd5bd143e3a2e613d3b428dd5d

diff --git a/sys-cluster/heat/heat-14.1.0.ebuild 
b/sys-cluster/heat/heat-14.1.0.ebuild
deleted file mode 100644
index 5da74af0bd4..000
--- a/sys-cluster/heat/heat-14.1.0.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/ussuri"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-   S="${WORKDIR}/openstack-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-12-19 Thread Matthew Thode
commit: c705b77c5d023b6f62babc0544efd06d1aa49266
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Dec 19 21:40:14 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Dec 19 21:40:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c705b77c

sys-cluster/heat: 15.0.0 stable amd64 / x86

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-15.0.0.ebuild 
b/sys-cluster/heat/heat-15.0.0.ebuild
index caa96cc9763..ff801b85ed1 100644
--- a/sys-cluster/heat/heat-15.0.0.ebuild
+++ b/sys-cluster/heat/heat-15.0.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
S="${WORKDIR}/openstack-${P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-11-07 Thread Matthew Thode
commit: be95e3c539e9c7f45dd237a3026e681292dd4cf3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov  7 22:30:25 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Nov  7 22:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be95e3c5

sys-cluster/heat: 14.1.0 stable amd64/x86

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest   |   2 -
 sys-cluster/heat/heat-14.0.0.ebuild | 165 
 sys-cluster/heat/heat-14.1.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 168 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f27f837633e..492707fba14 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,8 +1,6 @@
-DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-14.1.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-15.0.0 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2020.2. 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
-DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
 DIST openstack-heat-14.1.0.tar.gz 2356647 BLAKE2B 
0b4d009fcb631929bdc1e9a429e3370a546fb1763ab66439cd3791b1437417ef18da46f4bae8397bc5a661e09acbceb09d2f32dc06a190852f67989b900035ac
 SHA512 
b74795ae10d29348b47c91d8de2166999ab51caef42521d9347565414ba1f2bbd2870c54af9d3877fe11e1388c900e64ed780a0e22a1270adea6cb1cc4971e0b
 DIST openstack-heat-15.0.0.tar.gz 2391827 BLAKE2B 
50e7881a4114ba2ed6ba9067a7879382b5b3d61e2db8f113190a6194f8d34d1b06734a1e3b532805cfad23999ed233ea9c8fc369e1b269828653f346e28ddff7
 SHA512 
dd17f5cabadd90ab88adea3782a29802b0b4467c46c40dbd41ce68c08e2425b2eec362833b79cb739e16e6d5b137256cc4955afd5bd143e3a2e613d3b428dd5d

diff --git a/sys-cluster/heat/heat-14.0.0.ebuild 
b/sys-cluster/heat/heat-14.0.0.ebuild
deleted file mode 100644
index 3503f3b00f4..000
--- a/sys-cluster/heat/heat-14.0.0.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 eutils linux-info
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/ussuri"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-   S="${WORKDIR}/openstack-${P}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-10-18 Thread Matthew Thode
commit: d8cb2f9f9a4f7a4cc8398e1106b2cd893037eb00
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 23:15:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 23:15:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cb2f9f

sys-cluster/heat: VICTORIA

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   3 +
 sys-cluster/heat/heat-15.0.0.ebuild  | 163 +++
 sys-cluster/heat/heat-2020.2..ebuild | 163 +++
 3 files changed, 329 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f3f11cd41b9..f27f837633e 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,5 +1,8 @@
 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-14.1.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
+DIST heat.conf.sample-15.0.0 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
+DIST heat.conf.sample-2020.2. 77233 BLAKE2B 
4c15a617a667aa72af08038d90a3935e68298fd240a2aef6fd877843a1c9a149315cda2a6c322762d57edb8f9c189407fe71ee2f30fde57aa40a6d7f8c132249
 SHA512 
4d7a31c171849451475e1fcfb4961051ad88472ab5e13c2e8809386889f00a73200d2f6e7155aa59d1bd00eb28e43e94987e7bc1e496d1c9f2ed003f0a8d96e2
 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
 DIST openstack-heat-14.1.0.tar.gz 2356647 BLAKE2B 
0b4d009fcb631929bdc1e9a429e3370a546fb1763ab66439cd3791b1437417ef18da46f4bae8397bc5a661e09acbceb09d2f32dc06a190852f67989b900035ac
 SHA512 
b74795ae10d29348b47c91d8de2166999ab51caef42521d9347565414ba1f2bbd2870c54af9d3877fe11e1388c900e64ed780a0e22a1270adea6cb1cc4971e0b
+DIST openstack-heat-15.0.0.tar.gz 2391827 BLAKE2B 
50e7881a4114ba2ed6ba9067a7879382b5b3d61e2db8f113190a6194f8d34d1b06734a1e3b532805cfad23999ed233ea9c8fc369e1b269828653f346e28ddff7
 SHA512 
dd17f5cabadd90ab88adea3782a29802b0b4467c46c40dbd41ce68c08e2425b2eec362833b79cb739e16e6d5b137256cc4955afd5bd143e3a2e613d3b428dd5d

diff --git a/sys-cluster/heat/heat-15.0.0.ebuild 
b/sys-cluster/heat/heat-15.0.0.ebuild
new file mode 100644
index 000..caa96cc9763
--- /dev/null
+++ b/sys-cluster/heat/heat-15.0.0.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 eutils linux-info
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/victoria"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/openstack-${P}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND="
+   >=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]
+   app-admin/sudo
+"
+RDEPEND="
+   >=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-10-07 Thread Matthew Thode
commit: bee4dbb817e0832696204977d9bc6e5d68bc907b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct  7 15:05:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Oct  7 15:14:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee4dbb8

sys-cluster/heat: 14.1.0 bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest| 2 ++
 sys-cluster/heat/{heat-2020.1..ebuild => heat-14.1.0.ebuild} | 4 ++--
 sys-cluster/heat/heat-2020.1..ebuild | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 7414cabed28..f3f11cd41b9 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1,5 @@
 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
+DIST heat.conf.sample-14.1.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3
+DIST openstack-heat-14.1.0.tar.gz 2356647 BLAKE2B 
0b4d009fcb631929bdc1e9a429e3370a546fb1763ab66439cd3791b1437417ef18da46f4bae8397bc5a661e09acbceb09d2f32dc06a190852f67989b900035ac
 SHA512 
b74795ae10d29348b47c91d8de2166999ab51caef42521d9347565414ba1f2bbd2870c54af9d3877fe11e1388c900e64ed780a0e22a1270adea6cb1cc4971e0b

diff --git a/sys-cluster/heat/heat-2020.1..ebuild 
b/sys-cluster/heat/heat-14.1.0.ebuild
similarity index 99%
copy from sys-cluster/heat/heat-2020.1..ebuild
copy to sys-cluster/heat/heat-14.1.0.ebuild
index 16a42a5729f..8ad0dab1631 100644
--- a/sys-cluster/heat/heat-2020.1..ebuild
+++ b/sys-cluster/heat/heat-14.1.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 eutils linux-info
 
@@ -28,8 +29,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
+DEPEND="${CDEPEND}
app-admin/sudo"
 
 RDEPEND="

diff --git a/sys-cluster/heat/heat-2020.1..ebuild 
b/sys-cluster/heat/heat-2020.1..ebuild
index 16a42a5729f..8ad0dab1631 100644
--- a/sys-cluster/heat/heat-2020.1..ebuild
+++ b/sys-cluster/heat/heat-2020.1..ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 eutils linux-info
 
@@ -28,8 +29,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
+DEPEND="${CDEPEND}
app-admin/sudo"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-07-08 Thread Matthew Thode
commit: 96eec51b4e112585b17f6501458377dd45736bee
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul  9 01:14:18 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jul  9 01:14:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eec51b

sys-cluster/heat: fix S-dir again

Closes: https://bugs.gentoo.org/730992
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-14.0.0.ebuild  | 1 +
 sys-cluster/heat/heat-2020.1..ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys-cluster/heat/heat-14.0.0.ebuild 
b/sys-cluster/heat/heat-14.0.0.ebuild
index d5378e3e674..3503f3b00f4 100644
--- a/sys-cluster/heat/heat-14.0.0.ebuild
+++ b/sys-cluster/heat/heat-14.0.0.ebuild
@@ -18,6 +18,7 @@ else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="amd64 ~arm64 x86"
+   S="${WORKDIR}/openstack-${P}"
 fi
 
 LICENSE="Apache-2.0"

diff --git a/sys-cluster/heat/heat-2020.1..ebuild 
b/sys-cluster/heat/heat-2020.1..ebuild
index c779dc23fa9..16a42a5729f 100644
--- a/sys-cluster/heat/heat-2020.1..ebuild
+++ b/sys-cluster/heat/heat-2020.1..ebuild
@@ -18,6 +18,7 @@ else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/openstack-${P}"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-07-02 Thread Matthew Thode
commit: d79a6b58223bc85d4cac66212a1f8a34da96d1af
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jul  3 00:24:56 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Jul  3 00:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79a6b58

sys-cluster/heat: remove train

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   3 -
 sys-cluster/heat/heat-13.0.2.ebuild  | 162 ---
 sys-cluster/heat/heat-2019.2..ebuild | 162 ---
 3 files changed, 327 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 80943a6f269..7414cabed28 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,3 @@
-DIST heat.conf.sample-13.0.2 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
-DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
-DIST openstack-heat-13.0.2.tar.gz 2345823 BLAKE2B 
2e0610bd9b74e0b39130b478f92b6198a2eb27000b0cadcdee2e14eddf88c520cd50da75914ac562104da4784fe02e767b5d01549b5402bfc2e41dfe8911325f
 SHA512 
6388a0c3b5d8f457281b6185f80a2c4108f4956d268ddc9613b98d14239e5e6b0bbe3fe16459472a289abb9d2af245aca037ee09ad31e3abf8597e081a953527
 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3

diff --git a/sys-cluster/heat/heat-13.0.2.ebuild 
b/sys-cluster/heat/heat-13.0.2.ebuild
deleted file mode 100644
index 09fc9380c97..000
--- a/sys-cluster/heat/heat-13.0.2.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils linux-info
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/train"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-06-29 Thread Matthew Thode
commit: cef44c21efce2eb99cf81085fe1eb9530534532a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jun 29 18:57:37 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jun 29 19:00:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef44c21

sys-cluster/heat: 13.0.2 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest   |   2 -
 sys-cluster/heat/heat-13.0.0.ebuild | 166 
 sys-cluster/heat/heat-13.0.2.ebuild |   2 +-
 3 files changed, 1 insertion(+), 169 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f71da88333b..80943a6f269 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,8 +1,6 @@
-DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-13.0.2 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
-DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4
 DIST openstack-heat-13.0.2.tar.gz 2345823 BLAKE2B 
2e0610bd9b74e0b39130b478f92b6198a2eb27000b0cadcdee2e14eddf88c520cd50da75914ac562104da4784fe02e767b5d01549b5402bfc2e41dfe8911325f
 SHA512 
6388a0c3b5d8f457281b6185f80a2c4108f4956d268ddc9613b98d14239e5e6b0bbe3fe16459472a289abb9d2af245aca037ee09ad31e3abf8597e081a953527
 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
deleted file mode 100644
index 5fdc092f0f5..000
--- a/sys-cluster/heat/heat-13.0.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/train"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-S="${WORKDIR}/openstack-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-05-30 Thread Matthew Thode
commit: fefff2e6f7e7d84a3d2c493c2670a587ea4ca5d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 30 18:02:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 30 18:02:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefff2e6

sys-cluster/heat: 14.0.0 stable amd64/x86 for openstack ussuri

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-14.0.0.ebuild 
b/sys-cluster/heat/heat-14.0.0.ebuild
index c779dc23fa9..d5378e3e674 100644
--- a/sys-cluster/heat/heat-14.0.0.ebuild
+++ b/sys-cluster/heat/heat-14.0.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-05-29 Thread Matthew Thode
commit: 521b97b62607350bf7db7cf0688ebbdf625fd7f2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 29 15:19:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri May 29 15:19:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b97b6

sys-cluster/heat: 13.0.2 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest   |   2 +
 sys-cluster/heat/heat-13.0.2.ebuild | 162 
 2 files changed, 164 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index fc9d9481ae0..f71da88333b 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,8 @@
 DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
+DIST heat.conf.sample-13.0.2 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4
+DIST openstack-heat-13.0.2.tar.gz 2345823 BLAKE2B 
2e0610bd9b74e0b39130b478f92b6198a2eb27000b0cadcdee2e14eddf88c520cd50da75914ac562104da4784fe02e767b5d01549b5402bfc2e41dfe8911325f
 SHA512 
6388a0c3b5d8f457281b6185f80a2c4108f4956d268ddc9613b98d14239e5e6b0bbe3fe16459472a289abb9d2af245aca037ee09ad31e3abf8597e081a953527
 DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3

diff --git a/sys-cluster/heat/heat-13.0.2.ebuild 
b/sys-cluster/heat/heat-13.0.2.ebuild
new file mode 100644
index 000..5ed1877bf95
--- /dev/null
+++ b/sys-cluster/heat/heat-13.0.2.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 eutils linux-info
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.20.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-05-16 Thread Matthew Thode
commit: 201e337663583a123970ec1f8ff8810e1e2bb215
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 16 21:17:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 16 21:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201e3376

sys-cluster/heat: 14.0.0 ussuri bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|  3 +++
 .../{heat-2019.2..ebuild => heat-14.0.0.ebuild}  | 20 +++-
 sys-cluster/heat/heat-2019.2..ebuild |  2 +-
 ...at-2019.2..ebuild => heat-2020.1..ebuild} | 20 +++-
 4 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 6a95dfe24a3..fc9d9481ae0 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1,6 @@
 DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
+DIST heat.conf.sample-14.0.0 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
+DIST heat.conf.sample-2020.1. 76935 BLAKE2B 
7d664c9ec9a9efdcd851ed9f864cfa0d07dd68d3698243182f41d7df5f14711c14fb0e9390fb367ac3715f3b69dab09e4a6e0cb1c6a308470cdc9eba836726c3
 SHA512 
ccf53ac37ac5424c228ff430855fd5af65aa70df2ca3c21b04a64deec8a01a65be3d5b9367c512148e82f44eba327b31007b952d930820cb773219950d4398b0
 DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4
+DIST openstack-heat-14.0.0.tar.gz 2393821 BLAKE2B 
93d4728166496213447571afe9745d217431c1871ee415d413ff96e940c7fe0e9e7d97512cec8dc864564796ac15dd8c5f16e62ecabd6603939074ebba81612a
 SHA512 
973818f33d24d057ce84c8826f50516566ae47386e9559ea2124d5c68f7cfbdf53390bcc7786e1cd29482c3f63ecfee2a10c01bb542fa59141f36cf52b0a5ec3

diff --git a/sys-cluster/heat/heat-2019.2..ebuild 
b/sys-cluster/heat/heat-14.0.0.ebuild
similarity index 91%
copy from sys-cluster/heat/heat-2019.2..ebuild
copy to sys-cluster/heat/heat-14.0.0.ebuild
index ebfb8f30027..c779dc23fa9 100644
--- a/sys-cluster/heat/heat-2019.2..ebuild
+++ b/sys-cluster/heat/heat-14.0.0.ebuild
@@ -2,20 +2,20 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
-inherit distutils-r1 eutils linux-info user
+inherit distutils-r1 eutils linux-info
 
 DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
 
 if [[ ${PV} == * ]];then
inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}"
EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/train"
+   EGIT_BRANCH="stable/ussuri"
 else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ussuri
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
@@ -42,7 +42,7 @@ RDEPEND="
!~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
>=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
@@ -76,21 +76,23 @@ RDEPEND="
>=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-01-26 Thread Matthew Thode
commit: 026ae19aee9794902af163011fb74add2cfdf408
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 26 22:28:18 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 26 22:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026ae19a

sys-cluster/heat: cleanup

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-2019.2..ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/heat/heat-2019.2..ebuild 
b/sys-cluster/heat/heat-2019.2..ebuild
index 25cc976a900..ebfb8f30027 100644
--- a/sys-cluster/heat/heat-2019.2..ebuild
+++ b/sys-cluster/heat/heat-2019.2..ebuild
@@ -124,16 +124,13 @@ RDEPEND="
>=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]"
+   >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]
+   acct-user/heat
+   acct-group/heat"
 
 PATCHES=(
 )
 
-pkg_setup() {
-   enewgroup heat
-   enewuser heat -1 -1 /var/lib/heat heat
-}
-
 python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-01-26 Thread Matthew Thode
commit: 0249211d25a5fa7c12acbcaea351ba97b9fccc6c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 26 22:01:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan 26 22:40:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0249211d

sys-cluster/heat: cleanup

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   6 --
 sys-cluster/heat/heat-11.0.2.ebuild  | 161 --
 sys-cluster/heat/heat-12.0.0.ebuild  | 163 ---
 sys-cluster/heat/heat-2018.2..ebuild | 161 --
 sys-cluster/heat/heat-2019.1..ebuild | 162 --
 5 files changed, 653 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index d7b576d092a..6a95dfe24a3 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,9 +1,3 @@
-DIST heat.conf.sample-11.0.2 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
 DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
-DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-2019.1. 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
 DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
-DIST openstack-heat-11.0.2.tar.gz 2320284 BLAKE2B 
0bb16840cf0637dfd4783cf837f0b9eb8806275f9e292fcde54b18d14058004ce8382a17e433a785027c74653761412c3851a737c30b7a3e7100d6ef34a4f13e
 SHA512 
fdc9dbdfd6c927c9df681a9d1213cd5ea8191d5efeb07c172f87baedad00a16687a074137f88d1d2dcce4081ca23f53cc7afbee8cb3c2a6add6fd01560684cdf
-DIST openstack-heat-12.0.0.tar.gz 2366052 BLAKE2B 
53c44cb20be0383c1dc7df6edea35bfc3547cb9ca652645879b7156a87fa645b74f3317ac28ce15587cee281bb0ba219ddacc2f03cfc56e528156412a104ce5e
 SHA512 
2fcc42de118e2abf380c1b8c2637812f0f3dcaaad0f9ddcf349bd372e9880d2b45bc09ab349faa5c2d2c9384aba73d7679f6e80ba6b143a52b669e13d56fe0e9
 DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4

diff --git a/sys-cluster/heat/heat-11.0.2.ebuild 
b/sys-cluster/heat/heat-11.0.2.ebuild
deleted file mode 100644
index c9b2bf422cc..000
--- a/sys-cluster/heat/heat-11.0.2.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/rocky"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-S="${WORKDIR}/openstack-${P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2020-01-13 Thread Michał Górny
commit: 6da6cb2cb9ed3b9378980196b48bb810fac6020c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 13 07:00:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 13 09:46:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da6cb2c

sys-cluster/heat: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 sys-cluster/heat/heat-11.0.2.ebuild  | 2 +-
 sys-cluster/heat/heat-12.0.0.ebuild  | 2 +-
 sys-cluster/heat/heat-13.0.0.ebuild  | 2 +-
 sys-cluster/heat/heat-2018.2..ebuild | 2 +-
 sys-cluster/heat/heat-2019.1..ebuild | 2 +-
 sys-cluster/heat/heat-2019.2..ebuild | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/heat/heat-11.0.2.ebuild 
b/sys-cluster/heat/heat-11.0.2.ebuild
index 017a44f199a..c9b2bf422cc 100644
--- a/sys-cluster/heat/heat-11.0.2.ebuild
+++ b/sys-cluster/heat/heat-11.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-12.0.0.ebuild 
b/sys-cluster/heat/heat-12.0.0.ebuild
index 718498d4d28..01133d85582 100644
--- a/sys-cluster/heat/heat-12.0.0.ebuild
+++ b/sys-cluster/heat/heat-12.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
index 672fb917d88..5fdc092f0f5 100644
--- a/sys-cluster/heat/heat-13.0.0.ebuild
+++ b/sys-cluster/heat/heat-13.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-2018.2..ebuild 
b/sys-cluster/heat/heat-2018.2..ebuild
index 1a39d07c394..f8d5e856b2a 100644
--- a/sys-cluster/heat/heat-2018.2..ebuild
+++ b/sys-cluster/heat/heat-2018.2..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-2019.1..ebuild 
b/sys-cluster/heat/heat-2019.1..ebuild
index b7ef23d6bb2..91b44430970 100644
--- a/sys-cluster/heat/heat-2019.1..ebuild
+++ b/sys-cluster/heat/heat-2019.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-2019.2..ebuild 
b/sys-cluster/heat/heat-2019.2..ebuild
index 5208e44b047..25cc976a900 100644
--- a/sys-cluster/heat/heat-2019.2..ebuild
+++ b/sys-cluster/heat/heat-2019.2..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils linux-info user
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-11-19 Thread Matthew Thode
commit: df871783502f3447bf0a9a71e68877450483f1d1
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov 19 18:16:20 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov 19 18:36:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df871783

sys-cluster/heat: 13.0.0 allarches stablized

Stablized for Openstack Train

Package-Manager: Portage-2.3.76, Repoman-2.3.18
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
index 883519e2487..7d52dde4309 100644
--- a/sys-cluster/heat/heat-13.0.0.ebuild
+++ b/sys-cluster/heat/heat-13.0.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 S="${WORKDIR}/openstack-${P}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-10-30 Thread Matthew Thode
commit: 13809e8bcb9454e2f3596cf5f6b7b9d817ec0754
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 31 01:32:24 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct 31 01:33:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13809e8b

sys-cluster/heat: fix sdir for heat-13.0.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-13.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
index e2d5eb4e2b2..883519e2487 100644
--- a/sys-cluster/heat/heat-13.0.0.ebuild
+++ b/sys-cluster/heat/heat-13.0.0.ebuild
@@ -19,6 +19,7 @@ else
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
+S="${WORKDIR}/openstack-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-10-20 Thread Matthew Thode
commit: d15513c2988012d00aa421ecc16cdbf2aa1d7b54
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:14:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15513c2

sys-cluster/heat: 13.0.0 TRAIN

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   3 +
 sys-cluster/heat/heat-13.0.0.ebuild  | 165 +++
 sys-cluster/heat/heat-2019.2..ebuild | 165 +++
 3 files changed, 333 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ee553fc9fd2..d7b576d092a 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,9 @@
 DIST heat.conf.sample-11.0.2 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2019.1. 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST openstack-heat-11.0.2.tar.gz 2320284 BLAKE2B 
0bb16840cf0637dfd4783cf837f0b9eb8806275f9e292fcde54b18d14058004ce8382a17e433a785027c74653761412c3851a737c30b7a3e7100d6ef34a4f13e
 SHA512 
fdc9dbdfd6c927c9df681a9d1213cd5ea8191d5efeb07c172f87baedad00a16687a074137f88d1d2dcce4081ca23f53cc7afbee8cb3c2a6add6fd01560684cdf
 DIST openstack-heat-12.0.0.tar.gz 2366052 BLAKE2B 
53c44cb20be0383c1dc7df6edea35bfc3547cb9ca652645879b7156a87fa645b74f3317ac28ce15587cee281bb0ba219ddacc2f03cfc56e528156412a104ce5e
 SHA512 
2fcc42de118e2abf380c1b8c2637812f0f3dcaaad0f9ddcf349bd372e9880d2b45bc09ab349faa5c2d2c9384aba73d7679f6e80ba6b143a52b669e13d56fe0e9
+DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
new file mode 100644
index 000..e2d5eb4e2b2
--- /dev/null
+++ b/sys-cluster/heat/heat-13.0.0.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-07-12 Thread Matthew Thode
commit: 7fe06417fd5a0afdc2b2278c405206db702e19ae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 13 05:50:39 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 13 05:50:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe06417

sys-cluster/heat: fix Sdir (again)

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-2019.1..ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/heat/heat-2019.1..ebuild 
b/sys-cluster/heat/heat-2019.1..ebuild
index d776c23e949..d6bd077a30e 100644
--- a/sys-cluster/heat/heat-2019.1..ebuild
+++ b/sys-cluster/heat/heat-2019.1..ebuild
@@ -19,7 +19,6 @@ else
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-S="${WORKDIR}/openstack-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-05-11 Thread Matthew Thode
commit: dffb5b5bf029755ad1cea46e033de757ae6f1176
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:46:00 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:47:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffb5b5b

sys-cluster/heat: 12.0.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-12.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-12.0.0.ebuild 
b/sys-cluster/heat/heat-12.0.0.ebuild
index d776c23e949..c05c06af65a 100644
--- a/sys-cluster/heat/heat-12.0.0.ebuild
+++ b/sys-cluster/heat/heat-12.0.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.stein
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 S="${WORKDIR}/openstack-${P}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-05-08 Thread Matthew Thode
commit: a0cdbe8fa3e4fcd1f363becf8ca0b65d7791df40
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  8 17:44:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  8 17:45:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0cdbe8f

sys-cluster/heat: 11.0.2 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest   |   2 -
 sys-cluster/heat/heat-11.0.0.ebuild | 160 
 sys-cluster/heat/heat-11.0.2.ebuild |   2 +-
 3 files changed, 1 insertion(+), 163 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index eb3de80a96b..ee553fc9fd2 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,5 +1,3 @@
-DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
-DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-11.0.2 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f

diff --git a/sys-cluster/heat/heat-11.0.0.ebuild 
b/sys-cluster/heat/heat-11.0.0.ebuild
deleted file mode 100644
index 1e2a1e22363..000
--- a/sys-cluster/heat/heat-11.0.0.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/rocky"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-04-16 Thread Matthew Thode
commit: 4913d51801b1af058fe8a8dcb6fa831ba63a7ac3
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr 16 08:04:45 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr 16 08:10:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4913d518

sys-cluster/heat: 11.0.2 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest| 2 ++
 sys-cluster/heat/{heat-2018.2..ebuild => heat-11.0.2.ebuild} | 5 +++--
 sys-cluster/heat/heat-2018.2..ebuild | 3 ++-
 sys-cluster/heat/heat-2019.1..ebuild | 1 +
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 3860b0dcac2..eb3de80a96b 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,8 @@
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
+DIST heat.conf.sample-11.0.2 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2019.1. 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST openstack-heat-11.0.2.tar.gz 2320284 BLAKE2B 
0bb16840cf0637dfd4783cf837f0b9eb8806275f9e292fcde54b18d14058004ce8382a17e433a785027c74653761412c3851a737c30b7a3e7100d6ef34a4f13e
 SHA512 
fdc9dbdfd6c927c9df681a9d1213cd5ea8191d5efeb07c172f87baedad00a16687a074137f88d1d2dcce4081ca23f53cc7afbee8cb3c2a6add6fd01560684cdf
 DIST openstack-heat-12.0.0.tar.gz 2366052 BLAKE2B 
53c44cb20be0383c1dc7df6edea35bfc3547cb9ca652645879b7156a87fa645b74f3317ac28ce15587cee281bb0ba219ddacc2f03cfc56e528156412a104ce5e
 SHA512 
2fcc42de118e2abf380c1b8c2637812f0f3dcaaad0f9ddcf349bd372e9880d2b45bc09ab349faa5c2d2c9384aba73d7679f6e80ba6b143a52b669e13d56fe0e9

diff --git a/sys-cluster/heat/heat-2018.2..ebuild 
b/sys-cluster/heat/heat-11.0.2.ebuild
similarity index 97%
copy from sys-cluster/heat/heat-2018.2..ebuild
copy to sys-cluster/heat/heat-11.0.2.ebuild
index a0c7acdf6cf..4ff43797f18 100644
--- a/sys-cluster/heat/heat-2018.2..ebuild
+++ b/sys-cluster/heat/heat-11.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,9 +16,10 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="stable/rocky"
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
+S="${WORKDIR}/openstack-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/sys-cluster/heat/heat-2018.2..ebuild 
b/sys-cluster/heat/heat-2018.2..ebuild
index a0c7acdf6cf..7a24bd0e243 100644
--- a/sys-cluster/heat/heat-2018.2..ebuild
+++ b/sys-cluster/heat/heat-2018.2..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ else
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-04-14 Thread Matthew Thode
commit: c266dbf82955b740a13b58be43397418e23ae043
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Apr 14 20:05:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Apr 14 20:06:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c266dbf8

sys-cluster/heat: fix S-dir for heat

Fixes: https://bugs.gentoo.org/683330
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/heat-12.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/heat/heat-12.0.0.ebuild 
b/sys-cluster/heat/heat-12.0.0.ebuild
index 8f177f56ab5..39f1a73b577 100644
--- a/sys-cluster/heat/heat-12.0.0.ebuild
+++ b/sys-cluster/heat/heat-12.0.0.ebuild
@@ -19,6 +19,7 @@ else
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
KEYWORDS="~amd64 ~arm64 ~x86"
 fi
+S="${WORKDIR}/openstack-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-04-12 Thread Matthew Thode
commit: dee6523ab96abc272e321499b24f0e0cfd480edf
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 12 22:00:37 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 12 22:47:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee6523a

sys-cluster/heat: STEIN release

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   3 +
 sys-cluster/heat/heat-12.0.0.ebuild  | 162 +++
 sys-cluster/heat/heat-2019.1..ebuild | 162 +++
 3 files changed, 327 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 745fbd9ba33..3860b0dcac2 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1,6 @@
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
+DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
+DIST heat.conf.sample-2019.1. 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST openstack-heat-12.0.0.tar.gz 2366052 BLAKE2B 
53c44cb20be0383c1dc7df6edea35bfc3547cb9ca652645879b7156a87fa645b74f3317ac28ce15587cee281bb0ba219ddacc2f03cfc56e528156412a104ce5e
 SHA512 
2fcc42de118e2abf380c1b8c2637812f0f3dcaaad0f9ddcf349bd372e9880d2b45bc09ab349faa5c2d2c9384aba73d7679f6e80ba6b143a52b669e13d56fe0e9

diff --git a/sys-cluster/heat/heat-12.0.0.ebuild 
b/sys-cluster/heat/heat-12.0.0.ebuild
new file mode 100644
index 000..8f177f56ab5
--- /dev/null
+++ b/sys-cluster/heat/heat-12.0.0.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.stein
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/stein"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.stein
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/neutron-lib-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-03-24 Thread Matthew Thode
commit: 11cf0cdb5f0cd09b95e1c7217dc7c63cc6469a1f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:34:10 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf0cdb

sys-cluster/heat: remove pike/queens

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/heat/Manifest|   6 --
 sys-cluster/heat/heat-10.0.2.ebuild  | 163 -
 sys-cluster/heat/heat-2017.2..ebuild | 169 ---
 sys-cluster/heat/heat-2018.1..ebuild | 162 -
 sys-cluster/heat/heat-9.0.5.ebuild   | 169 ---
 5 files changed, 669 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 5b261ed33d8..745fbd9ba33 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,9 +1,3 @@
-DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
-DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
-DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
-DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.2.ebuild 
b/sys-cluster/heat/heat-10.0.2.ebuild
deleted file mode 100644
index ee55018f59c..000
--- a/sys-cluster/heat/heat-10.0.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/queens"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-09-28 Thread Matt Thode
commit: 38a3156f770ca43189b5c74b6185493c560dfdf8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:30:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a3156f

sys-cluster/heat: 9.0.5 10.0.2 and 11.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-cluster/heat/Manifest   |   4 -
 sys-cluster/heat/heat-10.0.1.ebuild | 163 --
 sys-cluster/heat/heat-10.0.2.ebuild |   4 +-
 sys-cluster/heat/heat-11.0.0.ebuild |   4 +-
 sys-cluster/heat/heat-9.0.4.ebuild  | 169 
 sys-cluster/heat/heat-9.0.5.ebuild  |   4 +-
 6 files changed, 6 insertions(+), 342 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index e8fad270050..5b261ed33d8 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,13 +1,9 @@
-DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
 DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
-DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
 DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
-DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-09-05 Thread Matt Thode
commit: 0bf14982f356e7f99af2a4c7fab425fdc94b28e9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 17:00:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 17:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf14982

sys-cluster/heat: 9.0.5 and 10.0.2 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-cluster/heat/Manifest   |   4 +
 sys-cluster/heat/heat-10.0.2.ebuild | 163 ++
 sys-cluster/heat/heat-9.0.5.ebuild  | 169 
 3 files changed, 336 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 123494e7512..e8fad270050 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,9 +1,13 @@
 DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
+DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
 DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
+DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
 DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
+DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.2.ebuild 
b/sys-cluster/heat/heat-10.0.2.ebuild
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-08-30 Thread Matt Thode
commit: 5f4a764d89a0f04d551c703f7d923e2d724b62c7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 30 23:11:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 30 23:12:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4a764d

sys-cluster/heat: 11.0.0 bump ROCKY

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-cluster/heat/Manifest|   3 +
 sys-cluster/heat/heat-11.0.0.ebuild  | 160 +++
 sys-cluster/heat/heat-2018.2..ebuild | 160 +++
 3 files changed, 323 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ed7d57a31b4..123494e7512 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,9 @@
 DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
+DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
 DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
 DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
+DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
+DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-11.0.0.ebuild 
b/sys-cluster/heat/heat-11.0.0.ebuild
new file mode 100644
index 000..a0c7acdf6cf
--- /dev/null
+++ b/sys-cluster/heat/heat-11.0.0.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.rocky
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-06-26 Thread Pacho Ramos
commit: 1ffd98d9db9fb12e707138fd32139be642848371
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 26 20:30:35 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 26 20:51:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffd98d9

sys-cluster/heat: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/heat/heat-10.0.1.ebuild  | 2 +-
 sys-cluster/heat/heat-2017.2..ebuild | 2 +-
 sys-cluster/heat/heat-2018.1..ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/heat/heat-10.0.1.ebuild 
b/sys-cluster/heat/heat-10.0.1.ebuild
index 5bc1648a129..65275062e53 100644
--- a/sys-cluster/heat/heat-10.0.1.ebuild
+++ b/sys-cluster/heat/heat-10.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-2017.2..ebuild
index 472f8a0a47d..05527326a70 100644
--- a/sys-cluster/heat/heat-2017.2..ebuild
+++ b/sys-cluster/heat/heat-2017.2..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils linux-info user
 

diff --git a/sys-cluster/heat/heat-2018.1..ebuild 
b/sys-cluster/heat/heat-2018.1..ebuild
index fd03db67622..89045903e72 100644
--- a/sys-cluster/heat/heat-2018.1..ebuild
+++ b/sys-cluster/heat/heat-2018.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils linux-info user
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-05-31 Thread Matt Thode
commit: cc8de9e5501f8d129ebd9d8733da3cbb0177caa2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu May 31 21:59:42 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu May 31 22:03:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8de9e5

sys-cluster/heat: 9.0.4 and 10.0.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-cluster/heat/Manifest   |   4 -
 sys-cluster/heat/heat-10.0.0.ebuild | 162 --
 sys-cluster/heat/heat-10.0.1.ebuild |   2 +-
 sys-cluster/heat/heat-9.0.3.ebuild  | 169 
 sys-cluster/heat/heat-9.0.4.ebuild  |   2 +-
 5 files changed, 2 insertions(+), 337 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ef719355eae..ed7d57a31b4 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,10 +1,6 @@
-DIST heat-10.0.0.tar.gz 2349675 BLAKE2B 
24968c117d19e69638dbddd6d25d34f05e1454f788187049f1f35a067e029afe141693f41b497031e2ebb039cea2475bcf13ad814a21844540d41f1a2e4260ef
 SHA512 
43a5ab5330a830657cc5265875240d85d442404db1bb3ff7372acc28fc4b8f410414704a928765cf97eb550fa47d0bd228ad62efb098093552baba0f1e1305e9
 DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
-DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
 DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
-DIST heat.conf.sample-10.0.0 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
-DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.0.ebuild 
b/sys-cluster/heat/heat-10.0.0.ebuild
deleted file mode 100644
index a040f0a50f7..000
--- a/sys-cluster/heat/heat-10.0.0.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/queens"
-else
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-05-08 Thread Matt Thode
commit: 65638d92e8f01a647d6f692e20ed16e5c70b6977
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May  8 16:28:57 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May  8 16:55:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65638d92

sys-cluster/heat: 10.0.1 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/heat/Manifest   |   2 +
 sys-cluster/heat/heat-10.0.1.ebuild | 163 
 2 files changed, 165 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f8ec8aa1957..ef719355eae 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,7 +1,9 @@
 DIST heat-10.0.0.tar.gz 2349675 BLAKE2B 
24968c117d19e69638dbddd6d25d34f05e1454f788187049f1f35a067e029afe141693f41b497031e2ebb039cea2475bcf13ad814a21844540d41f1a2e4260ef
 SHA512 
43a5ab5330a830657cc5265875240d85d442404db1bb3ff7372acc28fc4b8f410414704a928765cf97eb550fa47d0bd228ad62efb098093552baba0f1e1305e9
+DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
 DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
 DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
 DIST heat.conf.sample-10.0.0 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
+DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.1.ebuild 
b/sys-cluster/heat/heat-10.0.1.ebuild
new file mode 100644
index 000..c3a89383e2c
--- /dev/null
+++ b/sys-cluster/heat/heat-10.0.1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/queens"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-05-01 Thread Matt Thode
commit: 361182d99aa005ef340808735672282e5679b9b9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May  1 15:00:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May  1 15:00:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361182d9

sys-cluster/heat: 9.0.4 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-cluster/heat/Manifest  |   2 +
 sys-cluster/heat/heat-9.0.4.ebuild | 169 +
 2 files changed, 171 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index d7c94d44b5b..f8ec8aa1957 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,8 @@
 DIST heat-10.0.0.tar.gz 2349675 BLAKE2B 
24968c117d19e69638dbddd6d25d34f05e1454f788187049f1f35a067e029afe141693f41b497031e2ebb039cea2475bcf13ad814a21844540d41f1a2e4260ef
 SHA512 
43a5ab5330a830657cc5265875240d85d442404db1bb3ff7372acc28fc4b8f410414704a928765cf97eb550fa47d0bd228ad62efb098093552baba0f1e1305e9
 DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
+DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
 DIST heat.conf.sample-10.0.0 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-9.0.4.ebuild 
b/sys-cluster/heat/heat-9.0.4.ebuild
new file mode 100644
index 000..472f8a0a47d
--- /dev/null
+++ b/sys-cluster/heat/heat-9.0.4.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/pike"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+  

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-03-30 Thread Matt Thode
commit: 3e0c6223b2a2f557f5d9eb2a80cb79be0edd567a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 01:52:40 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 01:54:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0c6223

sys-cluster/heat: 10.0.0 stable amd64 and x86 QUEENS

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 sys-cluster/heat/heat-10.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-10.0.0.ebuild 
b/sys-cluster/heat/heat-10.0.0.ebuild
index fd03db67622..a040f0a50f7 100644
--- a/sys-cluster/heat/heat-10.0.0.ebuild
+++ b/sys-cluster/heat/heat-10.0.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-03-13 Thread Matt Thode
commit: d69cb0e1ec35c683b3b241f8cb81b79b11ae8c44
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 13 14:20:30 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 13 14:29:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69cb0e1

sys-cluster/heat: 9.0.3 stable amd64 and x86

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/heat/Manifest  |   2 -
 sys-cluster/heat/heat-9.0.2.ebuild | 161 -
 sys-cluster/heat/heat-9.0.3.ebuild |   2 +-
 3 files changed, 1 insertion(+), 164 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f7f5bfee46b..d7c94d44b5b 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,8 +1,6 @@
 DIST heat-10.0.0.tar.gz 2349675 BLAKE2B 
24968c117d19e69638dbddd6d25d34f05e1454f788187049f1f35a067e029afe141693f41b497031e2ebb039cea2475bcf13ad814a21844540d41f1a2e4260ef
 SHA512 
43a5ab5330a830657cc5265875240d85d442404db1bb3ff7372acc28fc4b8f410414704a928765cf97eb550fa47d0bd228ad62efb098093552baba0f1e1305e9
-DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
 DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
 DIST heat.conf.sample-10.0.0 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
-DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-9.0.2.ebuild 
b/sys-cluster/heat/heat-9.0.2.ebuild
deleted file mode 100644
index 9de5bb7102c..000
--- a/sys-cluster/heat/heat-9.0.2.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.12.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-03-07 Thread Matt Thode
commit: 8d1de4b6a1ccbb92df72e324d5db1650c3602140
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar  7 18:26:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Mar  7 18:39:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1de4b6

sys-cluster/heat: fix install, policy is now in code

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/heat/heat-10.0.0.ebuild  | 1 -
 sys-cluster/heat/heat-2018.1..ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-cluster/heat/heat-10.0.0.ebuild 
b/sys-cluster/heat/heat-10.0.0.ebuild
index 1fb77183dbd..fd03db67622 100644
--- a/sys-cluster/heat/heat-10.0.0.ebuild
+++ b/sys-cluster/heat/heat-10.0.0.ebuild
@@ -152,7 +152,6 @@ python_install_all() {
insopts -m0640 -o heat -g heat
newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
doins "etc/heat/api-paste.ini"
-   doins "etc/heat/policy.json"
insinto /etc/heat/templates
doins "etc/heat/templates/"*
insinto /etc/heat/environment.d

diff --git a/sys-cluster/heat/heat-2018.1..ebuild 
b/sys-cluster/heat/heat-2018.1..ebuild
index 1fb77183dbd..fd03db67622 100644
--- a/sys-cluster/heat/heat-2018.1..ebuild
+++ b/sys-cluster/heat/heat-2018.1..ebuild
@@ -152,7 +152,6 @@ python_install_all() {
insopts -m0640 -o heat -g heat
newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample"
doins "etc/heat/api-paste.ini"
-   doins "etc/heat/policy.json"
insinto /etc/heat/templates
doins "etc/heat/templates/"*
insinto /etc/heat/environment.d



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-03-01 Thread Matt Thode
commit: d72f26966e1c0e27b1a035e1a6aa78e7dc91da9a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar  1 09:54:00 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar  1 09:57:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72f2696

sys-cluster/heat: 10.0.0 bup QUEENS

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/heat/Manifest   |   2 +
 sys-cluster/heat/heat-10.0.0.ebuild | 163 
 2 files changed, 165 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 2824ecb3103..f7f5bfee46b 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,5 +1,7 @@
+DIST heat-10.0.0.tar.gz 2349675 BLAKE2B 
24968c117d19e69638dbddd6d25d34f05e1454f788187049f1f35a067e029afe141693f41b497031e2ebb039cea2475bcf13ad814a21844540d41f1a2e4260ef
 SHA512 
43a5ab5330a830657cc5265875240d85d442404db1bb3ff7372acc28fc4b8f410414704a928765cf97eb550fa47d0bd228ad62efb098093552baba0f1e1305e9
 DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
 DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
+DIST heat.conf.sample-10.0.0 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.0.ebuild 
b/sys-cluster/heat/heat-10.0.0.ebuild
new file mode 100644
index 000..1fb77183dbd
--- /dev/null
+++ b/sys-cluster/heat/heat-10.0.0.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/queens"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.9.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-02-23 Thread Matt Thode
commit: 0af4e3424a850b172d9d7be753ea4694d50cba7b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 07:18:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 07:18:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af4e342

sys-cluster/heat: QUEENS

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/heat/Manifest|   1 +
 sys-cluster/heat/heat-2018.1..ebuild | 163 +++
 2 files changed, 164 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ed3fd123a98..2824ecb3103 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,5 +1,6 @@
 DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
 DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-2018.1..ebuild 
b/sys-cluster/heat/heat-2018.1..ebuild
new file mode 100644
index 000..1fb77183dbd
--- /dev/null
+++ b/sys-cluster/heat/heat-2018.1..ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/queens"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.9.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.9.19[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-02-13 Thread Matt Thode
commit: f741ca90126b001763694738673d8a14a1bde594
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 14 02:23:51 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb 14 02:23:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f741ca90

sys-cluster/heat: 9.0.3 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-cluster/heat/Manifest|  2 ++
 sys-cluster/heat/heat-2017.2..ebuild | 20 +---
 .../{heat-2017.2..ebuild => heat-9.0.3.ebuild}   | 20 +---
 3 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ebe3a36063d..ed3fd123a98 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,3 +1,5 @@
 DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
+DIST heat-9.0.3.tar.gz 2364843 BLAKE2B 
4edbd6716a84e6003cd02511e8c8036c84510bd4d842d9a32caae7c837bee591fb46d3edc8786d8015b8ffd09d4dde7bde4f49a6994766af40284715b2b99713
 SHA512 
5db5f0189da095951963d2cf30c7c3279e40537041a66b3d13cfebd13ba4256b74db49ba6269e14b2c4e21d10b7b00e77d5b94050e30c436dc271b406e4e9432
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-9.0.3 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-2017.2..ebuild
index 08a656c38a7..472f8a0a47d 100644
--- a/sys-cluster/heat/heat-2017.2..ebuild
+++ b/sys-cluster/heat/heat-2017.2..ebuild
@@ -4,17 +4,24 @@
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
-inherit distutils-r1 eutils git-r3 linux-info user
+inherit distutils-r1 eutils linux-info user
 
 DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}"
-EGIT_REPO_URI="https://github.com/openstack/heat.git;
-EGIT_BRANCH="stable/pike"
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git;
+   EGIT_BRANCH="stable/pike"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
@@ -81,8 +88,7 @@ RDEPEND="
>=dev-python/python-monascaclient-1.7.0[${PYTHON_USEDEP}]
>=dev-python/python-neutronclient-6.3.0[${PYTHON_USEDEP}]
>=dev-python/python-novaclient-9.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
-   !~dev-python/python-openstackclient-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.11.0[${PYTHON_USEDEP}]
>=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-9.0.3.ebuild
similarity index 91%
copy from sys-cluster/heat/heat-2017.2..ebuild
copy to sys-cluster/heat/heat-9.0.3.ebuild
index 08a656c38a7..472f8a0a47d 100644
--- a/sys-cluster/heat/heat-2017.2..ebuild
+++ b/sys-cluster/heat/heat-9.0.3.ebuild
@@ -4,17 +4,24 @@
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
-inherit distutils-r1 eutils git-r3 linux-info user
+inherit distutils-r1 eutils linux-info user
 
 DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-01-13 Thread Matt Thode
commit: 4ed946eadc2e8d2dbc5a1db5aacd3440f230f9e2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 14 02:25:16 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jan 14 02:25:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed946ea

sys-cluster/heat: fix spelling, bug 644454

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/heat/heat-2017.1..ebuild | 4 ++--
 sys-cluster/heat/heat-2017.2..ebuild | 4 ++--
 sys-cluster/heat/heat-8.0.6.ebuild   | 2 +-
 sys-cluster/heat/heat-9.0.2.ebuild   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/heat/heat-2017.1..ebuild 
b/sys-cluster/heat/heat-2017.1..ebuild
index b08a1e34c77..848baeb909f 100644
--- a/sys-cluster/heat/heat-2017.1..ebuild
+++ b/sys-cluster/heat/heat-2017.1..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata
 -> heat.conf.sample-${PV}"
 EGIT_REPO_URI="https://github.com/openstack/heat.git;

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-2017.2..ebuild
index 04ed5348102..64992465d1a 100644
--- a/sys-cluster/heat/heat-2017.2..ebuild
+++ b/sys-cluster/heat/heat-2017.2..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}"
 EGIT_REPO_URI="https://github.com/openstack/heat.git;

diff --git a/sys-cluster/heat/heat-8.0.6.ebuild 
b/sys-cluster/heat/heat-8.0.6.ebuild
index 05a52358965..395c670c744 100644
--- a/sys-cluster/heat/heat-8.0.6.ebuild
+++ b/sys-cluster/heat/heat-8.0.6.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
 SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz

https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata
 -> heat.conf.sample-${PV}"

diff --git a/sys-cluster/heat/heat-9.0.2.ebuild 
b/sys-cluster/heat/heat-9.0.2.ebuild
index fe3f15b0382..05e13dfb05d 100644
--- a/sys-cluster/heat/heat-9.0.2.ebuild
+++ b/sys-cluster/heat/heat-9.0.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
 HOMEPAGE="https://launchpad.net/heat;
 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2018-01-12 Thread Matt Thode
commit: fda11052050f5c47892b1a72f2dc8b0054c96ffc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 03:55:42 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jan 13 03:57:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda11052

sys-cluster/heat: 9.0.2 and 8.0.6 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/heat/Manifest  |   4 -
 sys-cluster/heat/heat-8.0.5.ebuild | 148 --
 sys-cluster/heat/heat-8.0.6.ebuild |   4 +-
 sys-cluster/heat/heat-9.0.1.ebuild | 161 -
 sys-cluster/heat/heat-9.0.2.ebuild |   4 +-
 5 files changed, 4 insertions(+), 317 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index b5f13111451..17fadaecbe6 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,10 +1,6 @@
-DIST heat-8.0.5.tar.gz 2309642 BLAKE2B 
77e574368268fa1fc3c639266a4fba6c71901e7b5e4f50cf8e4fc5ec5f809fc5599345b4b8ff0d66969381d6ea17fc92a2e7002c083aabf8e45ca0289dc74012
 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
 DIST heat-8.0.6.tar.gz 2312653 BLAKE2B 
fe48fc6df05be1f41b2b8e1a3f42291573627a812e2deda02cd8ad3ed9fd49c566a44dbb6565843a3371878e79a6052d887d4b6cb29fa423397dec15ef4d62c8
 SHA512 
221c29aed02feb02d2d28e9fc754e859962e385e20a6796e90659e3c6e661f08c3f243031b7257635329b0119ca8fc890ab827fed9adfd9bbdf1557649dd108f
-DIST heat-9.0.1.tar.gz 2356475 BLAKE2B 
1af0565b9462b095a9c9c2c7a20350c049eac6cd07b623c575118d339ec7d918bb7455530e99057615287f09e594d657cf72d429e89b1366c0391ccfbafe9d07
 SHA512 
93c813bf9b7948ab5d1d261ae67cb942e35ee2cec37f8e3bfc534659725cc4aff97c731e230c1acff9308451cba64295ea47b1aae3df4b392834faf42397c0f1
 DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
 DIST heat.conf.sample-2017.1. 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
-DIST heat.conf.sample-8.0.5 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 DIST heat.conf.sample-8.0.6 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
-DIST heat.conf.sample-9.0.1 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-8.0.5.ebuild 
b/sys-cluster/heat/heat-8.0.5.ebuild
deleted file mode 100644
index 45096193689..000
--- a/sys-cluster/heat/heat-8.0.5.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata
 -> heat.conf.sample-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-12-12 Thread Matt Thode
commit: a36449739d6f30085c6bc9907760c6c34076ada1
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 20:02:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Dec 12 20:24:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3644973

sys-cluster/heat: 9.0.2 and 8.0.6 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/heat/Manifest  |   4 +
 sys-cluster/heat/heat-8.0.6.ebuild | 148 ++
 sys-cluster/heat/heat-9.0.2.ebuild | 161 +
 3 files changed, 313 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index cd8bed79f42..b5f13111451 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,10 @@
 DIST heat-8.0.5.tar.gz 2309642 BLAKE2B 
77e574368268fa1fc3c639266a4fba6c71901e7b5e4f50cf8e4fc5ec5f809fc5599345b4b8ff0d66969381d6ea17fc92a2e7002c083aabf8e45ca0289dc74012
 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
+DIST heat-8.0.6.tar.gz 2312653 BLAKE2B 
fe48fc6df05be1f41b2b8e1a3f42291573627a812e2deda02cd8ad3ed9fd49c566a44dbb6565843a3371878e79a6052d887d4b6cb29fa423397dec15ef4d62c8
 SHA512 
221c29aed02feb02d2d28e9fc754e859962e385e20a6796e90659e3c6e661f08c3f243031b7257635329b0119ca8fc890ab827fed9adfd9bbdf1557649dd108f
 DIST heat-9.0.1.tar.gz 2356475 BLAKE2B 
1af0565b9462b095a9c9c2c7a20350c049eac6cd07b623c575118d339ec7d918bb7455530e99057615287f09e594d657cf72d429e89b1366c0391ccfbafe9d07
 SHA512 
93c813bf9b7948ab5d1d261ae67cb942e35ee2cec37f8e3bfc534659725cc4aff97c731e230c1acff9308451cba64295ea47b1aae3df4b392834faf42397c0f1
+DIST heat-9.0.2.tar.gz 2364044 BLAKE2B 
ca2c6e1f504e7b443906e1c33d2105293313223d9af851a5c46719b5c74d95687d11ea2460f7fc3e818719c9132bb8e0041b4ae123d5a0eb12b5bff22606f474
 SHA512 
c27dbcd74abed231b5e375461c03e32d5a55c08d04619bf7f315baad14fb20e2041aa92656b7e597bc7c804533c6496f569ce450e81a52cab5735d6d84af2734
 DIST heat.conf.sample-2017.1. 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-8.0.5 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
+DIST heat.conf.sample-8.0.6 88798 BLAKE2B 
5cfd2a466ba86daa98bb9ab5793fa5315a1302e9e9d7c8f73549f1794971bf2ed3169c80e471a987658def9f706ea6246519a855e1cf623b7b89fe6b5e1d
 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 DIST heat.conf.sample-9.0.1 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-9.0.2 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-8.0.6.ebuild 
b/sys-cluster/heat/heat-8.0.6.ebuild
new file mode 100644
index 000..ea586ee6ec4
--- /dev/null
+++ b/sys-cluster/heat/heat-8.0.6.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata
 -> heat.conf.sample-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-11-26 Thread Matt Thode
commit: 21e0753641c83261a0f47f0ecc056516bb077251
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 01:03:24 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 01:04:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e07536

sys-cluster/heat: 8.0.5 and 9.0.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/heat/Manifest  |  16 ++--
 sys-cluster/heat/heat-8.0.4.ebuild | 148 -
 sys-cluster/heat/heat-8.0.5.ebuild |   2 +-
 sys-cluster/heat/heat-9.0.0.ebuild | 162 -
 sys-cluster/heat/heat-9.0.1.ebuild |   2 +-
 5 files changed, 8 insertions(+), 322 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 2130028df14..cd8bed79f42 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,10 +1,6 @@
-DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
-DIST heat-8.0.5.tar.gz 2309642 SHA256 
8f17e09740ca1aafed4af3302b49fa425ad5a83c5ffa51de1b0aaa1b695578b6 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
 WHIRLPOOL 
078b53006b75564230315729aa0a7d5f1ca0a790d30fd2e2ec3182f0f7357e6a45d239c7737b4c8370b1056e1f87d10c66367877917d563cb0f62aa9ca47cd89
-DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
-DIST heat-9.0.1.tar.gz 2356475 SHA256 
9d1facef9eb10e5236ad01a5249a774c58a2086db2f8a57ef97425e2ccc08dd8 SHA512 
93c813bf9b7948ab5d1d261ae67cb942e35ee2cec37f8e3bfc534659725cc4aff97c731e230c1acff9308451cba64295ea47b1aae3df4b392834faf42397c0f1
 WHIRLPOOL 
a20352592d218985e1619583cd4975e47c2b9e0bd9c4bcbbccde4608f8f137c94ffee4ca75c5941bf2c9ef798659d1e1378f54e4230477f90c98bf98f323e32f
-DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
-DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-8.0.5 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
-DIST heat.conf.sample-9.0.1 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
+DIST heat-8.0.5.tar.gz 2309642 BLAKE2B 
77e574368268fa1fc3c639266a4fba6c71901e7b5e4f50cf8e4fc5ec5f809fc5599345b4b8ff0d66969381d6ea17fc92a2e7002c083aabf8e45ca0289dc74012
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-10-30 Thread Matt Thode
commit: 8026edadbce7d6b2e530c5419ad5dea3b147076e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 30 20:12:57 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct 30 20:13:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8026edad

sys-cluster/heat: 9.0.1 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 sys-cluster/heat/Manifest  |   2 +
 sys-cluster/heat/heat-9.0.1.ebuild | 161 +
 2 files changed, 163 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index b6f57dcb8dc..2130028df14 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,8 +1,10 @@
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
 DIST heat-8.0.5.tar.gz 2309642 SHA256 
8f17e09740ca1aafed4af3302b49fa425ad5a83c5ffa51de1b0aaa1b695578b6 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
 WHIRLPOOL 
078b53006b75564230315729aa0a7d5f1ca0a790d30fd2e2ec3182f0f7357e6a45d239c7737b4c8370b1056e1f87d10c66367877917d563cb0f62aa9ca47cd89
 DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
+DIST heat-9.0.1.tar.gz 2356475 SHA256 
9d1facef9eb10e5236ad01a5249a774c58a2086db2f8a57ef97425e2ccc08dd8 SHA512 
93c813bf9b7948ab5d1d261ae67cb942e35ee2cec37f8e3bfc534659725cc4aff97c731e230c1acff9308451cba64295ea47b1aae3df4b392834faf42397c0f1
 WHIRLPOOL 
a20352592d218985e1619583cd4975e47c2b9e0bd9c4bcbbccde4608f8f137c94ffee4ca75c5941bf2c9ef798659d1e1378f54e4230477f90c98bf98f323e32f
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
 DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.5 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
+DIST heat.conf.sample-9.0.1 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720

diff --git a/sys-cluster/heat/heat-9.0.1.ebuild 
b/sys-cluster/heat/heat-9.0.1.ebuild
new file mode 100644
index 000..82f683093c8
--- /dev/null
+++ b/sys-cluster/heat/heat-9.0.1.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-10-27 Thread Matt Thode
commit: 2f9f1495d45721067cc048f700b92486cbf9e0a4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Oct 28 00:57:28 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Oct 28 01:00:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9f1495

sys-cluster/heat: 8.0.5 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 sys-cluster/heat/Manifest  |   2 +
 sys-cluster/heat/heat-8.0.5.ebuild | 148 +
 2 files changed, 150 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index f1a92c44f44..b6f57dcb8dc 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,8 @@
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
+DIST heat-8.0.5.tar.gz 2309642 SHA256 
8f17e09740ca1aafed4af3302b49fa425ad5a83c5ffa51de1b0aaa1b695578b6 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
 WHIRLPOOL 
078b53006b75564230315729aa0a7d5f1ca0a790d30fd2e2ec3182f0f7357e6a45d239c7737b4c8370b1056e1f87d10c66367877917d563cb0f62aa9ca47cd89
 DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
 DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.5 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720

diff --git a/sys-cluster/heat/heat-8.0.5.ebuild 
b/sys-cluster/heat/heat-8.0.5.ebuild
new file mode 100644
index 000..ea586ee6ec4
--- /dev/null
+++ b/sys-cluster/heat/heat-8.0.5.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.ocata
 -> heat.conf.sample-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-10-20 Thread Matt Thode
commit: 93d8a037eb08cf43f14e3939f0dac5ab137e366d
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 20 23:06:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct 20 23:19:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d8a037

sys-cluster/heat: removing newton

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/heat/Manifest|   1 -
 sys-cluster/heat/heat-2016.2..ebuild | 152 ---
 sys-cluster/heat/heat-7.0.6.ebuild   | 151 --
 3 files changed, 304 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index b7c3f64740a..f1a92c44f44 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,4 +1,3 @@
-DIST heat-7.0.6.tar.gz 2253662 SHA256 
2881c02f265f961c78506ae2b0acdf7f74a7a294517f23b43dadad854dd53653 SHA512 
49cdf09fd38e663fc35226d743ea54f64303c86ccda2071db77ca1df861da253226a453d194b4652fe1f5c542529200c16232d654d8b7c0d59e5cd5c9e215834
 WHIRLPOOL 
85fd932158f3024a8dbcd36a5bd2c3cacee453bb53c267a8de68dca3f4eafe6ea0bb22f8a6416fab958dd798469ca64685f4704f97bfe9f31ba3b87f561b9034
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
 DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
deleted file mode 100644
index a0bdfb7e5d3..000
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils git-r3 linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-EGIT_REPO_URI="https://github.com/openstack/heat.git;
-EGIT_BRANCH="stable/newton"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
-   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/

2017-10-20 Thread Matt Thode
commit: 5318fabff5936a1b8a07f540795641c3fbfe8fa6
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 20 23:09:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct 20 23:19:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5318fabf

sys-cluster/heat: filesdir cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/heat/files/newton-heat.conf.sample | 1225 
 1 file changed, 1225 deletions(-)

diff --git a/sys-cluster/heat/files/newton-heat.conf.sample 
b/sys-cluster/heat/files/newton-heat.conf.sample
deleted file mode 100644
index 433b8ba3e5e..000
--- a/sys-cluster/heat/files/newton-heat.conf.sample
+++ /dev/null
@@ -1,1225 +0,0 @@
-[DEFAULT]
-
-#
-# From oslo.log
-#
-
-# If set to true, the logging level will be set to DEBUG instead of the default
-# INFO level. (boolean value)
-# Note: This option can be changed without restarting.
-#debug = false
-
-# DEPRECATED: If set to false, the logging level will be set to WARNING instead
-# of the default INFO level. (boolean value)
-# This option is deprecated for removal.
-# Its value may be silently ignored in the future.
-#verbose = true
-
-# The name of a logging configuration file. This file is appended to any
-# existing logging configuration files. For details about logging configuration
-# files, see the Python logging module documentation. Note that when logging
-# configuration files are used then all logging configuration is set in the
-# configuration file and other logging configuration options are ignored (for
-# example, logging_context_format_string). (string value)
-# Note: This option can be changed without restarting.
-# Deprecated group/name - [DEFAULT]/log_config
-#log_config_append = 
-
-# Defines the format string for %%(asctime)s in log records. Default:
-# %(default)s . This option is ignored if log_config_append is set. (string
-# value)
-#log_date_format = %Y-%m-%d %H:%M:%S
-
-# (Optional) Name of log file to send logging output to. If no default is set,
-# logging will go to stderr as defined by use_stderr. This option is ignored if
-# log_config_append is set. (string value)
-# Deprecated group/name - [DEFAULT]/logfile
-#log_file = 
-
-# (Optional) The base directory used for relative log_file  paths. This option
-# is ignored if log_config_append is set. (string value)
-# Deprecated group/name - [DEFAULT]/logdir
-#log_dir = 
-
-# Uses logging handler designed to watch file system. When log file is moved or
-# removed this handler will open a new log file with specified path
-# instantaneously. It makes sense only if log_file option is specified and
-# Linux platform is used. This option is ignored if log_config_append is set.
-# (boolean value)
-#watch_log_file = false
-
-# Use syslog for logging. Existing syslog format is DEPRECATED and will be
-# changed later to honor RFC5424. This option is ignored if log_config_append
-# is set. (boolean value)
-#use_syslog = false
-
-# Syslog facility to receive log lines. This option is ignored if
-# log_config_append is set. (string value)
-#syslog_log_facility = LOG_USER
-
-# Log output to standard error. This option is ignored if log_config_append is
-# set. (boolean value)
-#use_stderr = true
-
-# Format string to use for log messages with context. (string value)
-#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d 
%(levelname)s %(name)s [%(request_id)s %(user_identity)s] 
%(instance)s%(message)s
-
-# Format string to use for log messages when context is undefined. (string
-# value)
-#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d 
%(levelname)s %(name)s [-] %(instance)s%(message)s
-
-# Additional data to append to log message when logging level for the message
-# is DEBUG. (string value)
-#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
-
-# Prefix each line of exception output with this format. (string value)
-#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s 
%(instance)s
-
-# Defines the format string for %(user_identity)s that is used in
-# logging_context_format_string. (string value)
-#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s 
%(project_domain)s
-
-# List of package logging levels in logger=LEVEL pairs. This option is ignored
-# if log_config_append is set. (list value)
-#default_log_levels = 
amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
-
-# Enables or disables publication of error events. (boolean value)
-#publish_errors = false
-
-# The format for an instance that is passed with the log message. (string
-# value)

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-09-29 Thread Matt Thode
commit: 70fbc0a745e3e0cbd61a662c422c19fcbde7ac40
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 30 01:05:51 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 30 01:05:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fbc0a7

sys-cluster/heat: 9.0.0 stablized amd64 x86 under allarches

 sys-cluster/heat/heat-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-9.0.0.ebuild 
b/sys-cluster/heat/heat-9.0.0.ebuild
index 77fbb01c85d..09f2d28a233 100644
--- a/sys-cluster/heat/heat-9.0.0.ebuild
+++ b/sys-cluster/heat/heat-9.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sa
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/, sys-cluster/heat/files/

2017-09-17 Thread Matt Thode
commit: 315a294356e3aff439c7bb0e4fae462111dfb2c0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 18 04:44:29 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 18 04:55:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315a2943

sys-cluster/heat: updating init

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/heat/files/heat.initd-2  | 16 
 sys-cluster/heat/heat-2017.2..ebuild |  2 +-
 sys-cluster/heat/heat-9.0.0.ebuild   |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/files/heat.initd-2 
b/sys-cluster/heat/files/heat.initd-2
new file mode 100644
index 000..2161aa9918e
--- /dev/null
+++ b/sys-cluster/heat/files/heat.initd-2
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Starts ${SVCNAME} service for OpenStack"
+
+command=/usr/bin/${SVCNAME}
+command_user="${HEAT_USER:-heat}"
+command_background=yes
+command_args="--config-file /etc/heat/heat.conf --log-file 
${HEAT_LOGDIR:-/var/log/heat}/${SVCNAME}.log"
+pidfile=/run/${SVCNAME}.pid
+required_files=/etc/heat/heat.conf
+
+depend() {
+need net 
+}

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-2017.2..ebuild
index 66ec5b6da47..04ed5348102 100644
--- a/sys-cluster/heat/heat-2017.2..ebuild
+++ b/sys-cluster/heat/heat-2017.2..ebuild
@@ -145,7 +145,7 @@ python_install_all() {
dodir /etc/heat/templates
 
for svc in api api-cfn engine; do
-   newinitd "${FILESDIR}/heat.initd" heat-${svc}
+   newinitd "${FILESDIR}/heat.initd-2" heat-${svc}
done
 
insinto /etc/heat

diff --git a/sys-cluster/heat/heat-9.0.0.ebuild 
b/sys-cluster/heat/heat-9.0.0.ebuild
index d1e8a595c47..77fbb01c85d 100644
--- a/sys-cluster/heat/heat-9.0.0.ebuild
+++ b/sys-cluster/heat/heat-9.0.0.ebuild
@@ -144,7 +144,7 @@ python_install_all() {
dodir /etc/heat/templates
 
for svc in api api-cfn engine; do
-   newinitd "${FILESDIR}/heat.initd" heat-${svc}
+   newinitd "${FILESDIR}/heat.initd-2" heat-${svc}
done
 
insinto /etc/heat



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-09-16 Thread Matt Thode
commit: f2a95b00400aced4d10ef6778b1ad92488f14cca
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 16 14:57:25 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 16 15:01:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a95b00

sys-cluster/heat: 7.0.6 and 8.0.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest  |   3 -
 sys-cluster/heat/heat-7.0.5.ebuild | 151 -
 sys-cluster/heat/heat-7.0.6.ebuild |   2 +-
 sys-cluster/heat/heat-8.0.3.ebuild | 148 
 sys-cluster/heat/heat-8.0.4.ebuild |   2 +-
 5 files changed, 2 insertions(+), 304 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index a81bb6f3938..b7c3f64740a 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,10 +1,7 @@
-DIST heat-7.0.5.tar.gz 2260039 SHA256 
c9043fb6c74cff5b6bee6a8f73e636acb7d99e6c4105d386f43ac20d1aa6d207 SHA512 
1ae5a73676e52a08e20d0dcb639fddd53c698d1484b007240bcc39548c8a11667a41dc237b2f3fa66697b38c8f551bef35229aaa7c4b9191fa906472a6c2cc1d
 WHIRLPOOL 
84d175dd7ac7a896d7a940577e07c71e70976df256a9dde5f5477035e74ef526f2f853cd37a4c6fd134f80399984bc069fa0acbfe4f013a924cb92bc2dc31942
 DIST heat-7.0.6.tar.gz 2253662 SHA256 
2881c02f265f961c78506ae2b0acdf7f74a7a294517f23b43dadad854dd53653 SHA512 
49cdf09fd38e663fc35226d743ea54f64303c86ccda2071db77ca1df861da253226a453d194b4652fe1f5c542529200c16232d654d8b7c0d59e5cd5c9e215834
 WHIRLPOOL 
85fd932158f3024a8dbcd36a5bd2c3cacee453bb53c267a8de68dca3f4eafe6ea0bb22f8a6416fab958dd798469ca64685f4704f97bfe9f31ba3b87f561b9034
-DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
 DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
-DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720

diff --git a/sys-cluster/heat/heat-7.0.5.ebuild 
b/sys-cluster/heat/heat-7.0.5.ebuild
deleted file mode 100644
index df7dda0453b..000
--- a/sys-cluster/heat/heat-7.0.5.ebuild
+++ /dev/null
@@ 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-08-31 Thread Matt Thode
commit: bdbf3d3933635cef24e27344f544d15c56f3edb7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 31 17:41:06 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 31 17:43:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbf3d39

sys-cluster/heat: 9.0.0 bup PIKE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest  |   2 +
 sys-cluster/heat/heat-9.0.0.ebuild | 162 +
 2 files changed, 164 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 0a0f368bf56..a81bb6f3938 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -2,7 +2,9 @@ DIST heat-7.0.5.tar.gz 2260039 SHA256 
c9043fb6c74cff5b6bee6a8f73e636acb7d99e6c41
 DIST heat-7.0.6.tar.gz 2253662 SHA256 
2881c02f265f961c78506ae2b0acdf7f74a7a294517f23b43dadad854dd53653 SHA512 
49cdf09fd38e663fc35226d743ea54f64303c86ccda2071db77ca1df861da253226a453d194b4652fe1f5c542529200c16232d654d8b7c0d59e5cd5c9e215834
 WHIRLPOOL 
85fd932158f3024a8dbcd36a5bd2c3cacee453bb53c267a8de68dca3f4eafe6ea0bb22f8a6416fab958dd798469ca64685f4704f97bfe9f31ba3b87f561b9034
 DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
+DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
 DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720

diff --git a/sys-cluster/heat/heat-9.0.0.ebuild 
b/sys-cluster/heat/heat-9.0.0.ebuild
new file mode 100644
index 000..d1e8a595c47
--- /dev/null
+++ b/sys-cluster/heat/heat-9.0.0.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-08-30 Thread Matt Thode
commit: 2fa8a8e9d884c82ffd1faefb09d07e5c46e2d7bb
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 30 22:04:18 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 30 22:07:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa8a8e9

sys-cluster/heat: PIKE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest|   1 +
 sys-cluster/heat/heat-2017.2..ebuild | 163 +++
 2 files changed, 164 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 49fabf2ff95..0a0f368bf56 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -3,5 +3,6 @@ DIST heat-7.0.6.tar.gz 2253662 SHA256 
2881c02f265f961c78506ae2b0acdf7f74a7a29451
 DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
 DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
 DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-2017.2..ebuild 
b/sys-cluster/heat/heat-2017.2..ebuild
new file mode 100644
index 000..66ec5b6da47
--- /dev/null
+++ b/sys-cluster/heat/heat-2017.2..ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 eutils git-r3 linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.pike
 -> heat.conf.sample-${PV}"
+EGIT_REPO_URI="https://github.com/openstack/heat.git;
+EGIT_BRANCH="stable/pike"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.12.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-08-28 Thread Matt Thode
commit: 3cc0d13f948056be5abeab40aba76b928c394433
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 15:40:19 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 15:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc0d13f

sys-cluster/heat: 7.0.6 and 8.0.4 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest  |   3 +
 sys-cluster/heat/heat-7.0.6.ebuild | 151 +
 sys-cluster/heat/heat-8.0.4.ebuild | 148 
 3 files changed, 302 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 1da3007eb41..49fabf2ff95 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,4 +1,7 @@
 DIST heat-7.0.5.tar.gz 2260039 SHA256 
c9043fb6c74cff5b6bee6a8f73e636acb7d99e6c4105d386f43ac20d1aa6d207 SHA512 
1ae5a73676e52a08e20d0dcb639fddd53c698d1484b007240bcc39548c8a11667a41dc237b2f3fa66697b38c8f551bef35229aaa7c4b9191fa906472a6c2cc1d
 WHIRLPOOL 
84d175dd7ac7a896d7a940577e07c71e70976df256a9dde5f5477035e74ef526f2f853cd37a4c6fd134f80399984bc069fa0acbfe4f013a924cb92bc2dc31942
+DIST heat-7.0.6.tar.gz 2253662 SHA256 
2881c02f265f961c78506ae2b0acdf7f74a7a294517f23b43dadad854dd53653 SHA512 
49cdf09fd38e663fc35226d743ea54f64303c86ccda2071db77ca1df861da253226a453d194b4652fe1f5c542529200c16232d654d8b7c0d59e5cd5c9e215834
 WHIRLPOOL 
85fd932158f3024a8dbcd36a5bd2c3cacee453bb53c267a8de68dca3f4eafe6ea0bb22f8a6416fab958dd798469ca64685f4704f97bfe9f31ba3b87f561b9034
 DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
+DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.6.ebuild 
b/sys-cluster/heat/heat-7.0.6.ebuild
new file mode 100644
index 000..314e4bdbd57
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.6.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-08-27 Thread Matt Thode
commit: 3e3845f123210b9e941fc6ac0d25507814c5e732
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 02:07:03 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 02:11:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3845f1

sys-cluster/heat: 7.0.5 8.0.3 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest  |   3 -
 sys-cluster/heat/heat-7.0.4.ebuild | 151 -
 sys-cluster/heat/heat-7.0.5.ebuild |   2 +-
 sys-cluster/heat/heat-8.0.2.ebuild | 148 
 sys-cluster/heat/heat-8.0.3.ebuild |   2 +-
 5 files changed, 2 insertions(+), 304 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 1e7612b8aaa..1da3007eb41 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,7 +1,4 @@
-DIST heat-7.0.4.tar.gz 2258371 SHA256 
b1f6f0bbbcd465342f87ad2b2b6fecb1cabcb47e7d0a1a6ab3454e5904c33430 SHA512 
4cd5a768e2cbeb8bf03614bf91320f09e8acd5dfb4faa335dac92ac8b670e33df1c21057f9647186a52243b2f3ee1307a667a00c93cff9c8934fc6130b7fdc85
 WHIRLPOOL 
d2e58bbb74e74d18aa1068d2cce61a1dcbbecd0d13f5c63759385c4982180e890a869b6ce1ab7332f14e738edc11b67734b6e6b9cbaf9a6090a215345927d0af
 DIST heat-7.0.5.tar.gz 2260039 SHA256 
c9043fb6c74cff5b6bee6a8f73e636acb7d99e6c4105d386f43ac20d1aa6d207 SHA512 
1ae5a73676e52a08e20d0dcb639fddd53c698d1484b007240bcc39548c8a11667a41dc237b2f3fa66697b38c8f551bef35229aaa7c4b9191fa906472a6c2cc1d
 WHIRLPOOL 
84d175dd7ac7a896d7a940577e07c71e70976df256a9dde5f5477035e74ef526f2f853cd37a4c6fd134f80399984bc069fa0acbfe4f013a924cb92bc2dc31942
-DIST heat-8.0.2.tar.gz 2307648 SHA256 
5d48496240712c0b3f404ad844422bbe7d15398f02030b4961d257c8c6ec7c8d SHA512 
638cac4823c3f315ced23abd3bfc667eccaf30ae2ea3f350040627853762163a524205b40fe66b3158f96d902a46b13c1adff4747fc591761faea7eabefc2e2e
 WHIRLPOOL 
d7c8a1aacbc4d47639d2fa4c9060eda7013c2561d1402efde129e30b1fb1d772e7d0767988d7a5f99d16dc2fbc9559de5fdf3e0927ac542fc22dcb51f29bfdde
 DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-8.0.2 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.4.ebuild 
b/sys-cluster/heat/heat-7.0.4.ebuild
deleted file mode 100644
index df7dda0453b..000
--- a/sys-cluster/heat/heat-7.0.4.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-08-02 Thread Matt Thode
commit: 29125fcd2e42ab3b6b6b660ffc1320a976be848d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug  3 01:21:28 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug  3 01:23:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29125fcd

sys-cluster/heat: 8.0.3 and 7.0.5 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/heat/Manifest  |   3 +
 sys-cluster/heat/heat-7.0.5.ebuild | 151 +
 sys-cluster/heat/heat-8.0.3.ebuild | 148 
 sys-cluster/heat/metadata.xml  |  24 +++---
 4 files changed, 314 insertions(+), 12 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index d18f616ed35..1e7612b8aaa 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,4 +1,7 @@
 DIST heat-7.0.4.tar.gz 2258371 SHA256 
b1f6f0bbbcd465342f87ad2b2b6fecb1cabcb47e7d0a1a6ab3454e5904c33430 SHA512 
4cd5a768e2cbeb8bf03614bf91320f09e8acd5dfb4faa335dac92ac8b670e33df1c21057f9647186a52243b2f3ee1307a667a00c93cff9c8934fc6130b7fdc85
 WHIRLPOOL 
d2e58bbb74e74d18aa1068d2cce61a1dcbbecd0d13f5c63759385c4982180e890a869b6ce1ab7332f14e738edc11b67734b6e6b9cbaf9a6090a215345927d0af
+DIST heat-7.0.5.tar.gz 2260039 SHA256 
c9043fb6c74cff5b6bee6a8f73e636acb7d99e6c4105d386f43ac20d1aa6d207 SHA512 
1ae5a73676e52a08e20d0dcb639fddd53c698d1484b007240bcc39548c8a11667a41dc237b2f3fa66697b38c8f551bef35229aaa7c4b9191fa906472a6c2cc1d
 WHIRLPOOL 
84d175dd7ac7a896d7a940577e07c71e70976df256a9dde5f5477035e74ef526f2f853cd37a4c6fd134f80399984bc069fa0acbfe4f013a924cb92bc2dc31942
 DIST heat-8.0.2.tar.gz 2307648 SHA256 
5d48496240712c0b3f404ad844422bbe7d15398f02030b4961d257c8c6ec7c8d SHA512 
638cac4823c3f315ced23abd3bfc667eccaf30ae2ea3f350040627853762163a524205b40fe66b3158f96d902a46b13c1adff4747fc591761faea7eabefc2e2e
 WHIRLPOOL 
d7c8a1aacbc4d47639d2fa4c9060eda7013c2561d1402efde129e30b1fb1d772e7d0767988d7a5f99d16dc2fbc9559de5fdf3e0927ac542fc22dcb51f29bfdde
+DIST heat-8.0.3.tar.gz 2309587 SHA256 
0161fa534c7255b5be3b494ed6dcbba888fd37ea3ecda054b21815e4c5472d52 SHA512 
4cdc4e10c298cc56bba64e258465b504b78b7be0abf3340e9db677b429232a2fd3841948ee2054c255d66db1eb986c4ca0cb940e21d86e458e0ce048810fe917
 WHIRLPOOL 
f6e7db8beceea6c64e79b96fea477b6400e2b75f3f886482ce1fdcb42a78ff07dc324f2fa1b69f90957e7491d73fd1c79d6eb1630d05c96ff387409b26f73a57
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.2 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.3 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.5.ebuild 
b/sys-cluster/heat/heat-7.0.5.ebuild
new file mode 100644
index 000..314e4bdbd57
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.5.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-07-12 Thread Pacho Ramos
commit: f52058e24211132d0aae972b0c770be9df975e65
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 13:24:01 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52058e2

sys-cluster/heat: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/heat/heat-2016.2..ebuild | 4 ++--
 sys-cluster/heat/heat-2017.1..ebuild | 2 +-
 sys-cluster/heat/heat-8.0.2.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
index 6b3b1f054d9..a0bdfb7e5d3 100644
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ b/sys-cluster/heat/heat-2016.2..ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/heat/heat-2017.1..ebuild 
b/sys-cluster/heat/heat-2017.1..ebuild
index 2963ef934c8..b08a1e34c77 100644
--- a/sys-cluster/heat/heat-2017.1..ebuild
+++ b/sys-cluster/heat/heat-2017.1..ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils git-r3 linux-info user
 

diff --git a/sys-cluster/heat/heat-8.0.2.ebuild 
b/sys-cluster/heat/heat-8.0.2.ebuild
index 82a22503f6e..45096193689 100644
--- a/sys-cluster/heat/heat-8.0.2.ebuild
+++ b/sys-cluster/heat/heat-8.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 eutils linux-info user
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-07-06 Thread Matt Thode
commit: c569a93b1bc1a6842214260bea45e62c420b99d1
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul  6 16:57:11 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul  6 16:58:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c569a93b

sys-cluster/heat: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/heat/Manifest  |   3 -
 sys-cluster/heat/heat-7.0.3.ebuild | 151 -
 sys-cluster/heat/heat-8.0.1.ebuild | 149 
 3 files changed, 303 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 40427c8d3e2..d18f616ed35 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,7 +1,4 @@
-DIST heat-7.0.3.tar.gz 2256300 SHA256 
b9ea5f126dbc202cfa7500232bcb0006326fa9326933fa01b1a5226aa1e8f887 SHA512 
2fc7cc083f86750fb157ed087ac54f4e6f169f0a735f2d01abbcea83e8dcaf259b7202a1411ea71cf5852075205ac6e371275cbf841319f9dea02b2e587c7755
 WHIRLPOOL 
49d1e98f874406f6d7284eb312648c4dc42cdadf3eaf75cf046f0b9caf6a0229a47ef9860f0bcda27d6c9b1d540f19fff9a9a9f800c51f53c7926e25cac07f86
 DIST heat-7.0.4.tar.gz 2258371 SHA256 
b1f6f0bbbcd465342f87ad2b2b6fecb1cabcb47e7d0a1a6ab3454e5904c33430 SHA512 
4cd5a768e2cbeb8bf03614bf91320f09e8acd5dfb4faa335dac92ac8b670e33df1c21057f9647186a52243b2f3ee1307a667a00c93cff9c8934fc6130b7fdc85
 WHIRLPOOL 
d2e58bbb74e74d18aa1068d2cce61a1dcbbecd0d13f5c63759385c4982180e890a869b6ce1ab7332f14e738edc11b67734b6e6b9cbaf9a6090a215345927d0af
-DIST heat-8.0.1.tar.gz 2310279 SHA256 
6660616edf14004386d3bcf1c2e7cc2570e5dffc39bf7995d2161f41f7def5bf SHA512 
033b545533163d98edd55f29e3334dd430ad6741792f6124ec9aa3ac6bb7f84bb9f86e406e684e6285d8512acd6b2774e1f9ed8b113c6dcb1cd7e18e60433de7
 WHIRLPOOL 
3ca6a475ff7c2f83498d283431957732164cb55ba8aa5f9f7ce5bd66dffa0eb6f44a54d24ba2d4a43953fff1b24c89431a8b016f30473fb24dba9c87a20dadb1
 DIST heat-8.0.2.tar.gz 2307648 SHA256 
5d48496240712c0b3f404ad844422bbe7d15398f02030b4961d257c8c6ec7c8d SHA512 
638cac4823c3f315ced23abd3bfc667eccaf30ae2ea3f350040627853762163a524205b40fe66b3158f96d902a46b13c1adff4747fc591761faea7eabefc2e2e
 WHIRLPOOL 
d7c8a1aacbc4d47639d2fa4c9060eda7013c2561d1402efde129e30b1fb1d772e7d0767988d7a5f99d16dc2fbc9559de5fdf3e0927ac542fc22dcb51f29bfdde
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-8.0.1 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.2 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.3.ebuild 
b/sys-cluster/heat/heat-7.0.3.ebuild
deleted file mode 100644
index df7dda0453b..000
--- a/sys-cluster/heat/heat-7.0.3.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-07-06 Thread Matt Thode
commit: cdf0a5bce2ef69315468705a08474fe7c7fcad11
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jul  6 16:56:38 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jul  6 16:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf0a5bc

sys-cluster/heat: 7.0.4 and 8.0.2 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/heat/heat-7.0.4.ebuild | 2 +-
 sys-cluster/heat/heat-8.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-7.0.4.ebuild 
b/sys-cluster/heat/heat-7.0.4.ebuild
index 314e4bdbd57..df7dda0453b 100644
--- a/sys-cluster/heat/heat-7.0.4.ebuild
+++ b/sys-cluster/heat/heat-7.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 

diff --git a/sys-cluster/heat/heat-8.0.2.ebuild 
b/sys-cluster/heat/heat-8.0.2.ebuild
index 2ff2bebf3ef..82a22503f6e 100644
--- a/sys-cluster/heat/heat-8.0.2.ebuild
+++ b/sys-cluster/heat/heat-8.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-06-12 Thread Matt Thode
commit: cebdfe3e4823cfbcd755109130eb5a59dc089163
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jun 12 18:07:25 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jun 12 18:07:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebdfe3e

sys-cluster/heat: 7.0.4 and 8.0.2 bup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/heat/Manifest  |   3 +
 sys-cluster/heat/heat-7.0.4.ebuild | 151 +
 sys-cluster/heat/heat-8.0.2.ebuild | 148 
 3 files changed, 302 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 79eae45320a..40427c8d3e2 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,4 +1,7 @@
 DIST heat-7.0.3.tar.gz 2256300 SHA256 
b9ea5f126dbc202cfa7500232bcb0006326fa9326933fa01b1a5226aa1e8f887 SHA512 
2fc7cc083f86750fb157ed087ac54f4e6f169f0a735f2d01abbcea83e8dcaf259b7202a1411ea71cf5852075205ac6e371275cbf841319f9dea02b2e587c7755
 WHIRLPOOL 
49d1e98f874406f6d7284eb312648c4dc42cdadf3eaf75cf046f0b9caf6a0229a47ef9860f0bcda27d6c9b1d540f19fff9a9a9f800c51f53c7926e25cac07f86
+DIST heat-7.0.4.tar.gz 2258371 SHA256 
b1f6f0bbbcd465342f87ad2b2b6fecb1cabcb47e7d0a1a6ab3454e5904c33430 SHA512 
4cd5a768e2cbeb8bf03614bf91320f09e8acd5dfb4faa335dac92ac8b670e33df1c21057f9647186a52243b2f3ee1307a667a00c93cff9c8934fc6130b7fdc85
 WHIRLPOOL 
d2e58bbb74e74d18aa1068d2cce61a1dcbbecd0d13f5c63759385c4982180e890a869b6ce1ab7332f14e738edc11b67734b6e6b9cbaf9a6090a215345927d0af
 DIST heat-8.0.1.tar.gz 2310279 SHA256 
6660616edf14004386d3bcf1c2e7cc2570e5dffc39bf7995d2161f41f7def5bf SHA512 
033b545533163d98edd55f29e3334dd430ad6741792f6124ec9aa3ac6bb7f84bb9f86e406e684e6285d8512acd6b2774e1f9ed8b113c6dcb1cd7e18e60433de7
 WHIRLPOOL 
3ca6a475ff7c2f83498d283431957732164cb55ba8aa5f9f7ce5bd66dffa0eb6f44a54d24ba2d4a43953fff1b24c89431a8b016f30473fb24dba9c87a20dadb1
+DIST heat-8.0.2.tar.gz 2307648 SHA256 
5d48496240712c0b3f404ad844422bbe7d15398f02030b4961d257c8c6ec7c8d SHA512 
638cac4823c3f315ced23abd3bfc667eccaf30ae2ea3f350040627853762163a524205b40fe66b3158f96d902a46b13c1adff4747fc591761faea7eabefc2e2e
 WHIRLPOOL 
d7c8a1aacbc4d47639d2fa4c9060eda7013c2561d1402efde129e30b1fb1d772e7d0767988d7a5f99d16dc2fbc9559de5fdf3e0927ac542fc22dcb51f29bfdde
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.1 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.2 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.4.ebuild 
b/sys-cluster/heat/heat-7.0.4.ebuild
new file mode 100644
index 000..314e4bdbd57
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.4.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-05-19 Thread Matt Thode
commit: aa947b2627a2242a7e927e32e75e833c0953636a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 19 14:55:28 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 19 14:55:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa947b26

sys-cluster/heat: 8.0.1 and 7.0.3 stable req

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/heat/heat-7.0.3.ebuild | 2 +-
 sys-cluster/heat/heat-8.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-7.0.3.ebuild 
b/sys-cluster/heat/heat-7.0.3.ebuild
index 314e4bdbd57..df7dda0453b 100644
--- a/sys-cluster/heat/heat-7.0.3.ebuild
+++ b/sys-cluster/heat/heat-7.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 

diff --git a/sys-cluster/heat/heat-8.0.1.ebuild 
b/sys-cluster/heat/heat-8.0.1.ebuild
index 9d9ed50896e..d1564b0fc82 100644
--- a/sys-cluster/heat/heat-8.0.1.ebuild
+++ b/sys-cluster/heat/heat-8.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-05-19 Thread Matt Thode
commit: c57553b81c12daa2f1593c7bf6ec2523073a01e2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 19 14:55:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 19 14:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57553b8

sys-cluster/heat: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/heat/Manifest  |   3 -
 sys-cluster/heat/heat-7.0.2.ebuild | 151 -
 sys-cluster/heat/heat-8.0.0.ebuild | 148 
 3 files changed, 302 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index fb1fb09b083..79eae45320a 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,7 +1,4 @@
-DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3
 DIST heat-7.0.3.tar.gz 2256300 SHA256 
b9ea5f126dbc202cfa7500232bcb0006326fa9326933fa01b1a5226aa1e8f887 SHA512 
2fc7cc083f86750fb157ed087ac54f4e6f169f0a735f2d01abbcea83e8dcaf259b7202a1411ea71cf5852075205ac6e371275cbf841319f9dea02b2e587c7755
 WHIRLPOOL 
49d1e98f874406f6d7284eb312648c4dc42cdadf3eaf75cf046f0b9caf6a0229a47ef9860f0bcda27d6c9b1d540f19fff9a9a9f800c51f53c7926e25cac07f86
-DIST heat-8.0.0.tar.gz 2311784 SHA256 
edccf56b31a9c4cc01ba47c66f7b7197e3056f66c333c0c3f29b4ee44000f583 SHA512 
bbc4d19b254069e46f2bda554336f4fd0bc5eeb96974e1c997efca94304e32668ca6584671b5121af07004925829c770345356ebb0b113a4c1ff5dc2a949bcd7
 WHIRLPOOL 
7787008629aba8ad4e369822e2fd555df2d95a127246bd080de5d7b728bcc3ab049cd8097cc9618ce29e10e1f66af9335b58fa45cb604ca1b01208219cf3bc3c
 DIST heat-8.0.1.tar.gz 2310279 SHA256 
6660616edf14004386d3bcf1c2e7cc2570e5dffc39bf7995d2161f41f7def5bf SHA512 
033b545533163d98edd55f29e3334dd430ad6741792f6124ec9aa3ac6bb7f84bb9f86e406e684e6285d8512acd6b2774e1f9ed8b113c6dcb1cd7e18e60433de7
 WHIRLPOOL 
3ca6a475ff7c2f83498d283431957732164cb55ba8aa5f9f7ce5bd66dffa0eb6f44a54d24ba2d4a43953fff1b24c89431a8b016f30473fb24dba9c87a20dadb1
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-8.0.0 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.1 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.2.ebuild 
b/sys-cluster/heat/heat-7.0.2.ebuild
deleted file mode 100644
index df7dda0453b..000
--- a/sys-cluster/heat/heat-7.0.2.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-04-25 Thread Matt Thode
commit: 5cc67bb7ba5c6526e0eddd27049032e08bdb9050
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr 25 21:05:55 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Apr 25 21:06:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc67bb7

sys-cluster/heat: 7.0.3 and 8.0.1 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 sys-cluster/heat/Manifest  |   3 +
 sys-cluster/heat/heat-7.0.3.ebuild | 151 +
 sys-cluster/heat/heat-8.0.1.ebuild | 149 
 3 files changed, 303 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index cd5f9569ffe..fb1fb09b083 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,4 +1,7 @@
 DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3
+DIST heat-7.0.3.tar.gz 2256300 SHA256 
b9ea5f126dbc202cfa7500232bcb0006326fa9326933fa01b1a5226aa1e8f887 SHA512 
2fc7cc083f86750fb157ed087ac54f4e6f169f0a735f2d01abbcea83e8dcaf259b7202a1411ea71cf5852075205ac6e371275cbf841319f9dea02b2e587c7755
 WHIRLPOOL 
49d1e98f874406f6d7284eb312648c4dc42cdadf3eaf75cf046f0b9caf6a0229a47ef9860f0bcda27d6c9b1d540f19fff9a9a9f800c51f53c7926e25cac07f86
 DIST heat-8.0.0.tar.gz 2311784 SHA256 
edccf56b31a9c4cc01ba47c66f7b7197e3056f66c333c0c3f29b4ee44000f583 SHA512 
bbc4d19b254069e46f2bda554336f4fd0bc5eeb96974e1c997efca94304e32668ca6584671b5121af07004925829c770345356ebb0b113a4c1ff5dc2a949bcd7
 WHIRLPOOL 
7787008629aba8ad4e369822e2fd555df2d95a127246bd080de5d7b728bcc3ab049cd8097cc9618ce29e10e1f66af9335b58fa45cb604ca1b01208219cf3bc3c
+DIST heat-8.0.1.tar.gz 2310279 SHA256 
6660616edf14004386d3bcf1c2e7cc2570e5dffc39bf7995d2161f41f7def5bf SHA512 
033b545533163d98edd55f29e3334dd430ad6741792f6124ec9aa3ac6bb7f84bb9f86e406e684e6285d8512acd6b2774e1f9ed8b113c6dcb1cd7e18e60433de7
 WHIRLPOOL 
3ca6a475ff7c2f83498d283431957732164cb55ba8aa5f9f7ce5bd66dffa0eb6f44a54d24ba2d4a43953fff1b24c89431a8b016f30473fb24dba9c87a20dadb1
 DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
 DIST heat.conf.sample-8.0.0 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.1 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/heat-7.0.3.ebuild 
b/sys-cluster/heat/heat-7.0.3.ebuild
new file mode 100644
index 000..314e4bdbd57
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.3.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/, sys-cluster/heat/files/

2017-02-28 Thread Matt Thode
commit: d21df595f4612ff21bf30a094af20e4f3a53cdd0
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 28 16:29:09 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Feb 28 16:29:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21df595

sys-cluster/heat: moving ocata heat.conf.sample to d.g.o bug 611208

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/heat/Manifest |2 +
 sys-cluster/heat/files/ocata-heat.conf.sample | 2635 -
 sys-cluster/heat/heat-2017.1..ebuild  |3 +-
 sys-cluster/heat/heat-8.0.0.ebuild|5 +-
 4 files changed, 7 insertions(+), 2638 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 31d8b385c4..cd5f9569ff 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,2 +1,4 @@
 DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3
 DIST heat-8.0.0.tar.gz 2311784 SHA256 
edccf56b31a9c4cc01ba47c66f7b7197e3056f66c333c0c3f29b4ee44000f583 SHA512 
bbc4d19b254069e46f2bda554336f4fd0bc5eeb96974e1c997efca94304e32668ca6584671b5121af07004925829c770345356ebb0b113a4c1ff5dc2a949bcd7
 WHIRLPOOL 
7787008629aba8ad4e369822e2fd555df2d95a127246bd080de5d7b728bcc3ab049cd8097cc9618ce29e10e1f66af9335b58fa45cb604ca1b01208219cf3bc3c
+DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
+DIST heat.conf.sample-8.0.0 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515

diff --git a/sys-cluster/heat/files/ocata-heat.conf.sample 
b/sys-cluster/heat/files/ocata-heat.conf.sample
deleted file mode 100644
index 200ae61940..00
--- a/sys-cluster/heat/files/ocata-heat.conf.sample
+++ /dev/null
@@ -1,2635 +0,0 @@
-[DEFAULT]
-
-#
-# From heat.api.middleware.ssl
-#
-
-# The HTTP Header that will be used to determine what the original request
-# protocol scheme was, even if it was removed by an SSL terminator proxy.
-# (string value)
-# Deprecated group/name - [DEFAULT]/secure_proxy_ssl_header
-#secure_proxy_ssl_header = X-Forwarded-Proto
-
-#
-# From heat.common.config
-#
-
-# Name of the engine node. This can be an opaque identifier. It is not
-# necessarily a hostname, FQDN, or IP address. (string value)
-#host = slaanesh
-
-# List of directories to search for plug-ins. (list value)
-#plugin_dirs = 
/usr/lib64/heat,/usr/lib/heat,/usr/local/lib/heat,/usr/local/lib64/heat
-
-# The directory to search for environment files. (string value)
-#environment_dir = /etc/heat/environment.d
-
-# The directory to search for template files. (string value)
-#template_dir = /etc/heat/templates
-
-# Select deferred auth method, stored password or trusts. (string value)
-# Allowed values: password, trusts
-#deferred_auth_method = trusts
-
-# Allow reauthentication on token expiry, such that long-running tasks may
-# complete. Note this defeats the expiry of any provided user tokens. (string
-# value)
-# Allowed values: '', trusts
-#reauthentication_auth_method =
-
-# Gap, in seconds, to determine whether the given token is about to expire.
-# (integer value)
-#stale_token_duration = 30
-
-# Subset of trustor roles to be delegated to heat. If left unset, all roles of
-# a user will be delegated to heat when creating a stack. (list value)
-#trusts_delegated_roles =
-
-# Maximum resources allowed per top-level stack. -1 stands for unlimited.
-# (integer value)
-#max_resources_per_stack = 1000
-
-# Maximum number of stacks any one tenant may have active at one time. (integer
-# value)
-#max_stacks_per_tenant = 100
-
-# Number of times to retry to bring a resource to a non-error state. Set to 0
-# to disable retries. (integer value)
-#action_retry_limit = 5
-
-# Number of times to retry when a client encounters an expected intermittent
-# error. Set to 0 to disable retries. (integer value)
-#client_retry_limit = 2
-
-# Maximum length of a server name to be used in nova. (integer value)
-# Maximum value: 53
-#max_server_name_length = 53
-
-# Number of times to check whether an interface has been attached 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-02-27 Thread Matt Thode
commit: 2b6b92e22d20f199d7df889b2bbad7c384597e7c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 28 06:58:43 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Feb 28 06:59:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b92e2

sys-cluster/heat: fixing novaclient dep

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 sys-cluster/heat/heat-2017.1..ebuild | 2 +-
 sys-cluster/heat/heat-8.0.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-2017.1..ebuild 
b/sys-cluster/heat/heat-2017.1..ebuild
index a6439ca25b..3fcbe2725d 100644
--- a/sys-cluster/heat/heat-2017.1..ebuild
+++ b/sys-cluster/heat/heat-2017.1..ebuild
@@ -72,7 +72,7 @@ RDEPEND="
>=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}]
>=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}]
-   !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}]
+   !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
>=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]

diff --git a/sys-cluster/heat/heat-8.0.0.ebuild 
b/sys-cluster/heat/heat-8.0.0.ebuild
index 9390f7279e..4fef39ae12 100644
--- a/sys-cluster/heat/heat-8.0.0.ebuild
+++ b/sys-cluster/heat/heat-8.0.0.ebuild
@@ -71,7 +71,7 @@ RDEPEND="
>=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}]
>=dev-python/python-novaclient-6.0.0[${PYTHON_USEDEP}]
-   !~dev-python/python-novaclient-7.1.0[${PYTHON_USEDEP}]
+   !~dev-python/python-novaclient-7.0.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
>=dev-python/python-saharaclient-1.1.0[${PYTHON_USEDEP}]
>=dev-python/python-senlinclient-1.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/, sys-cluster/heat/

2017-02-26 Thread Matt Thode
commit: 9502763aafd263d8b2fba40cbfc5e4a96673e750
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 06:41:09 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 06:43:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9502763a

sys-cluster/heat: OCATA

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 sys-cluster/heat/Manifest |1 +
 sys-cluster/heat/files/ocata-heat.conf.sample | 2635 +
 sys-cluster/heat/heat-2017.1..ebuild  |  149 ++
 sys-cluster/heat/heat-8.0.0.ebuild|  148 ++
 4 files changed, 2933 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 562f0f2be0..31d8b385c4 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1 +1,2 @@
 DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3
+DIST heat-8.0.0.tar.gz 2311784 SHA256 
edccf56b31a9c4cc01ba47c66f7b7197e3056f66c333c0c3f29b4ee44000f583 SHA512 
bbc4d19b254069e46f2bda554336f4fd0bc5eeb96974e1c997efca94304e32668ca6584671b5121af07004925829c770345356ebb0b113a4c1ff5dc2a949bcd7
 WHIRLPOOL 
7787008629aba8ad4e369822e2fd555df2d95a127246bd080de5d7b728bcc3ab049cd8097cc9618ce29e10e1f66af9335b58fa45cb604ca1b01208219cf3bc3c

diff --git a/sys-cluster/heat/files/ocata-heat.conf.sample 
b/sys-cluster/heat/files/ocata-heat.conf.sample
new file mode 100644
index 00..200ae61940
--- /dev/null
+++ b/sys-cluster/heat/files/ocata-heat.conf.sample
@@ -0,0 +1,2635 @@
+[DEFAULT]
+
+#
+# From heat.api.middleware.ssl
+#
+
+# The HTTP Header that will be used to determine what the original request
+# protocol scheme was, even if it was removed by an SSL terminator proxy.
+# (string value)
+# Deprecated group/name - [DEFAULT]/secure_proxy_ssl_header
+#secure_proxy_ssl_header = X-Forwarded-Proto
+
+#
+# From heat.common.config
+#
+
+# Name of the engine node. This can be an opaque identifier. It is not
+# necessarily a hostname, FQDN, or IP address. (string value)
+#host = slaanesh
+
+# List of directories to search for plug-ins. (list value)
+#plugin_dirs = 
/usr/lib64/heat,/usr/lib/heat,/usr/local/lib/heat,/usr/local/lib64/heat
+
+# The directory to search for environment files. (string value)
+#environment_dir = /etc/heat/environment.d
+
+# The directory to search for template files. (string value)
+#template_dir = /etc/heat/templates
+
+# Select deferred auth method, stored password or trusts. (string value)
+# Allowed values: password, trusts
+#deferred_auth_method = trusts
+
+# Allow reauthentication on token expiry, such that long-running tasks may
+# complete. Note this defeats the expiry of any provided user tokens. (string
+# value)
+# Allowed values: '', trusts
+#reauthentication_auth_method =
+
+# Gap, in seconds, to determine whether the given token is about to expire.
+# (integer value)
+#stale_token_duration = 30
+
+# Subset of trustor roles to be delegated to heat. If left unset, all roles of
+# a user will be delegated to heat when creating a stack. (list value)
+#trusts_delegated_roles =
+
+# Maximum resources allowed per top-level stack. -1 stands for unlimited.
+# (integer value)
+#max_resources_per_stack = 1000
+
+# Maximum number of stacks any one tenant may have active at one time. (integer
+# value)
+#max_stacks_per_tenant = 100
+
+# Number of times to retry to bring a resource to a non-error state. Set to 0
+# to disable retries. (integer value)
+#action_retry_limit = 5
+
+# Number of times to retry when a client encounters an expected intermittent
+# error. Set to 0 to disable retries. (integer value)
+#client_retry_limit = 2
+
+# Maximum length of a server name to be used in nova. (integer value)
+# Maximum value: 53
+#max_server_name_length = 53
+
+# Number of times to check whether an interface has been attached or detached.
+# (integer value)
+# Minimum value: 1
+#max_interface_check_attempts = 10
+
+# Controls how many events will be pruned whenever a stack's events are purged.
+# Set this lower to keep more events at the expense of more frequent purges.
+# (integer value)
+# Minimum value: 1
+#event_purge_batch_size = 200
+
+# Rough number of maximum events that will be available per stack. Actual
+# number of events can be a bit higher since purge checks take place randomly
+# 200/event_purge_batch_size percent of the time. Older events are deleted when
+# events are purged. Set to 0 for unlimited events per stack. (integer value)
+#max_events_per_stack = 1000
+
+# Timeout in seconds for stack action (ie. create or update). (integer value)
+#stack_action_timeout = 3600
+
+# The amount of time in seconds after 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-02-24 Thread Matt Thode
commit: 725cac906d43ba97e3b89e15adfa1e5a7b384657
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 24 17:38:47 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 24 17:38:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725cac90

sys-cluster/heat: 7.0.2 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/heat/heat-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-7.0.2.ebuild 
b/sys-cluster/heat/heat-7.0.2.ebuild
index a6dec5ca15..470e5ec023 100644
--- a/sys-cluster/heat/heat-7.0.2.ebuild
+++ b/sys-cluster/heat/heat-7.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-02-24 Thread Matt Thode
commit: 0b60e16eb34bd1e0788293b3f8dad00ef8c10fd2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 24 17:39:37 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 24 17:39:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b60e16e

sys-cluster/heat: 7.0.2 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/heat/Manifest  |   1 -
 sys-cluster/heat/heat-7.0.1.ebuild | 152 -
 2 files changed, 153 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index fe380241b6..562f0f2be0 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,2 +1 @@
-DIST heat-7.0.1.tar.gz 2247183 SHA256 
215637bf3643ac5a39fb2594559d871e8e3996a8bd80e9677b724a9ba58427b2 SHA512 
bc5fdb2ad5298bae41bfa4ea369748543e0d644fdf0c0c9ac1d2d55e25eb6db634cfde31abbe2d1207f17a98339cbf60efd95b6a760aaa7e2381f2baf7ae6955
 WHIRLPOOL 
1875ab1f2d6a4306ad0b49631b5b2012c2a3795f94e94266f64efc5fa63c7358ab0b5f21b5db4933759255e515a7476efec388c6efe83a7fc9ef58388bc05242
 DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3

diff --git a/sys-cluster/heat/heat-7.0.1.ebuild 
b/sys-cluster/heat/heat-7.0.1.ebuild
deleted file mode 100644
index 48e7cd7a47..00
--- a/sys-cluster/heat/heat-7.0.1.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
-   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
-   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
-   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
-   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
-   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/

2017-02-09 Thread David Seifert
commit: b70b15b4f896770a085d72382bd702c0524254a4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Feb  7 16:43:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb  9 22:37:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70b15b4

sys-cluster/heat: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3870

 sys-cluster/heat/files/CVE-2016-9185.patch | 53 --
 1 file changed, 53 deletions(-)

diff --git a/sys-cluster/heat/files/CVE-2016-9185.patch 
b/sys-cluster/heat/files/CVE-2016-9185.patch
deleted file mode 100644
index 7b6bd86b81..00
--- a/sys-cluster/heat/files/CVE-2016-9185.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 02dfb1a64f8a545a6dfed15245ac54c8ea835b81 Mon Sep 17 00:00:00 2001
-From: Daniel Gonzalez 
-Date: Mon, 17 Oct 2016 10:22:42 +0200
-Subject: Prevent template validate from scanning ports
-
-The template validation method in the heat API allows to specify the
-template to validate using a URL with the 'template_url' parameter.
-
-By entering invalid http URLs, like 'http://localhost:22' it is
-possible to scan ports by evaluating the error message of the request.
-
-For example, the request
-
-curl -H "Content-Type: application/json" -H "X-Auth-Token: " \
--X POST -d '{"template_url": "http://localhost:22"}' \
-http://127.0.0.1:8004/v1//validate
-
-causes the following error message to be returned to the user:
-
-"Could not retrieve template: Failed to retrieve template:
-('Connection aborted.',
-BadStatusLine('SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1\\r\\n',))"
-
-This could be misused by tenants to gain knowledge about the internal
-network the heat API runs in.
-
-To prevent this information leak, this patch alters the error message
-to not include such details when the url scheme is not 'file'.
-
-SecurityImpact
-
-Closes-Bug: #1606500
-
-Change-Id: Id1f86f41c1e6c028d889eca7ccbb9cde67631950
-(cherry picked from commit eab9a33ce760c55695a5beb2e541487588b08c98)

- heat/common/urlfetch.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/heat/common/urlfetch.py b/heat/common/urlfetch.py
-index 7efd968..8a7deae 100644
 a/heat/common/urlfetch.py
-+++ b/heat/common/urlfetch.py
-@@ -75,4 +75,5 @@ def get(url, allowed_schemes=('http', 'https')):
- return result
- 
- except exceptions.RequestException as ex:
--raise URLFetchError(_('Failed to retrieve template: %s') % ex)
-+LOG.info(_LI('Failed to retrieve template: %s') % ex)
-+raise URLFetchError(_('Failed to retrieve template from %s') % url)
--- 
-cgit v0.12
-



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-02-01 Thread Matt Thode
commit: c4237528a8195e175471b42e29ae36213b23fecf
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb  1 21:52:14 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb  1 21:52:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4237528

sys-cluster/heat: bup

Package-Manager: portage-2.3.3

 sys-cluster/heat/Manifest  |   1 +
 sys-cluster/heat/heat-7.0.2.ebuild | 152 +
 2 files changed, 153 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 186a522..fe38024 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1 +1,2 @@
 DIST heat-7.0.1.tar.gz 2247183 SHA256 
215637bf3643ac5a39fb2594559d871e8e3996a8bd80e9677b724a9ba58427b2 SHA512 
bc5fdb2ad5298bae41bfa4ea369748543e0d644fdf0c0c9ac1d2d55e25eb6db634cfde31abbe2d1207f17a98339cbf60efd95b6a760aaa7e2381f2baf7ae6955
 WHIRLPOOL 
1875ab1f2d6a4306ad0b49631b5b2012c2a3795f94e94266f64efc5fa63c7358ab0b5f21b5db4933759255e515a7476efec388c6efe83a7fc9ef58388bc05242
+DIST heat-7.0.2.tar.gz 2257003 SHA256 
5fb78bdb8859e3f037ffe11180b9a526830e8ce56a294bbb2dc79b638b7c99da SHA512 
0655b8e264bbfa227405759d28d74c9f71eefb8d2abce3f75d3a72fd0d927c114a5bb4658e73c553302632a086af34faa1e37f5bbef1b84f3564ca3fbac624e7
 WHIRLPOOL 
d1e3806534ad5d2930cd7b135ee78200b1d43f937cfcc3c3864263c6da8d0271476450f86b0ea2b84461a05ee794a3a1f3ed08086db9f0c1d1ed9d4f05a37db3

diff --git a/sys-cluster/heat/heat-7.0.2.ebuild 
b/sys-cluster/heat/heat-7.0.2.ebuild
new file mode 100644
index ..a6dec5c
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.2.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
+   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
+   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-heatclient-1.4.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-12-16 Thread Matt Thode
commit: cac689dcaabe92e8993dc1dedce09293241e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Dec 17 02:42:27 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Dec 17 02:42:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac689dc

sys-cluster/heat: cleanup

Package-Manager: portage-2.3.0

 sys-cluster/heat/Manifest |   1 -
 sys-cluster/heat/heat-7.0.0-r1.ebuild | 153 --
 2 files changed, 154 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index d828227..186a522 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,2 +1 @@
-DIST heat-7.0.0.tar.gz 2269393 SHA256 
16db746d540cee87170ec1fa6fdca945b6d2ead91b39e59f4d2d4a4c1d69e2db SHA512 
23026d56e871bb8d86b0020678c4a0233ec63d4b16d338e089f4e594f1814d8581c5c46f3035993934711e34beccc18acb350e85e98675f52aba6e194f3de3fc
 WHIRLPOOL 
08c87c89597c3f92ccc8cb96888f53b27ac44a46b245ab5b993c96b34446330df76dc098f26ab5dcd2d46970052315ead7b93ad3a44855a4f17f46d694a624d8
 DIST heat-7.0.1.tar.gz 2247183 SHA256 
215637bf3643ac5a39fb2594559d871e8e3996a8bd80e9677b724a9ba58427b2 SHA512 
bc5fdb2ad5298bae41bfa4ea369748543e0d644fdf0c0c9ac1d2d55e25eb6db634cfde31abbe2d1207f17a98339cbf60efd95b6a760aaa7e2381f2baf7ae6955
 WHIRLPOOL 
1875ab1f2d6a4306ad0b49631b5b2012c2a3795f94e94266f64efc5fa63c7358ab0b5f21b5db4933759255e515a7476efec388c6efe83a7fc9ef58388bc05242

diff --git a/sys-cluster/heat/heat-7.0.0-r1.ebuild 
b/sys-cluster/heat/heat-7.0.0-r1.ebuild
deleted file mode 100644
index df46610..
--- a/sys-cluster/heat/heat-7.0.0-r1.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 eutils user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+mysql +memcached postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
-   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
-   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
-   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
-   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
-   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
-   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
-   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/python-heatclient-1.4.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-12-16 Thread Matt Thode
commit: 6c8dc9b50369a0aba4a83c0875da18e4edf9df59
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Dec 17 02:41:40 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Dec 17 02:41:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8dc9b5

sys-cluster/heat: 7.0.1 stable amd64 and x86

Package-Manager: portage-2.3.0

 sys-cluster/heat/heat-2016.2..ebuild | 6 +++---
 sys-cluster/heat/heat-7.0.1.ebuild   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
index 9307e5f..09ba96b 100644
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ b/sys-cluster/heat/heat-2016.2..ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
!~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
@@ -114,8 +114,8 @@ RDEPEND="
>=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
>=dev-python/yaql-1.1.0[${PYTHON_USEDEP}]"
 
-#PATCHES=(
-#)
+PATCHES=(
+)
 
 pkg_setup() {
enewgroup heat

diff --git a/sys-cluster/heat/heat-7.0.1.ebuild 
b/sys-cluster/heat/heat-7.0.1.ebuild
index bc598da..48e7cd7 100644
--- a/sys-cluster/heat/heat-7.0.1.ebuild
+++ b/sys-cluster/heat/heat-7.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-11-29 Thread Matt Thode
commit: 48d94096f33c4740123f51726de8d5fc70d87e08
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Nov 30 05:15:51 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Nov 30 05:18:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d94096

sys-cluster/heat: switch to python_install_all

Package-Manager: portage-2.3.0

 sys-cluster/heat/heat-2016.2..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
index 2c7bda0..9307e5f 100644
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ b/sys-cluster/heat/heat-2016.2..ebuild
@@ -127,8 +127,8 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_install() {
-   distutils-r1_python_install
+python_install_all() {
+   distutils-r1_python_install_all
diropts -m0750 -o heat -g heat
keepdir /etc/heat
dodir /etc/heat/environment.d



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-11-21 Thread Matt Thode
commit: 3d071815ed115d6a682d8cecc9bab79fc7261f61
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov 22 05:07:10 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Nov 22 05:07:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d071815

sys-cluster/heat: bup

Package-Manager: portage-2.3.0

 sys-cluster/heat/Manifest  |   1 +
 sys-cluster/heat/heat-7.0.1.ebuild | 152 +
 2 files changed, 153 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index be6b248..d828227 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1 +1,2 @@
 DIST heat-7.0.0.tar.gz 2269393 SHA256 
16db746d540cee87170ec1fa6fdca945b6d2ead91b39e59f4d2d4a4c1d69e2db SHA512 
23026d56e871bb8d86b0020678c4a0233ec63d4b16d338e089f4e594f1814d8581c5c46f3035993934711e34beccc18acb350e85e98675f52aba6e194f3de3fc
 WHIRLPOOL 
08c87c89597c3f92ccc8cb96888f53b27ac44a46b245ab5b993c96b34446330df76dc098f26ab5dcd2d46970052315ead7b93ad3a44855a4f17f46d694a624d8
+DIST heat-7.0.1.tar.gz 2247183 SHA256 
215637bf3643ac5a39fb2594559d871e8e3996a8bd80e9677b724a9ba58427b2 SHA512 
bc5fdb2ad5298bae41bfa4ea369748543e0d644fdf0c0c9ac1d2d55e25eb6db634cfde31abbe2d1207f17a98339cbf60efd95b6a760aaa7e2381f2baf7ae6955
 WHIRLPOOL 
1875ab1f2d6a4306ad0b49631b5b2012c2a3795f94e94266f64efc5fa63c7358ab0b5f21b5db4933759255e515a7476efec388c6efe83a7fc9ef58388bc05242

diff --git a/sys-cluster/heat/heat-7.0.1.ebuild 
b/sys-cluster/heat/heat-7.0.1.ebuild
new file mode 100644
index ..bc598da
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.1.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
+   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
+   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-heatclient-1.4.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-11-06 Thread Matt Thode
commit: 307e574a786351bf375b298ee81a1855817d2fd5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  6 20:30:19 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Nov  6 21:34:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307e574a

sys-cluster/heat: stable 7.0.0-r1 amd64 and x86

Package-Manager: portage-2.3.0

 sys-cluster/heat/heat-7.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-7.0.0-r1.ebuild 
b/sys-cluster/heat/heat-7.0.0-r1.ebuild
index 37461d9..df46610 100644
--- a/sys-cluster/heat/heat-7.0.0-r1.ebuild
+++ b/sys-cluster/heat/heat-7.0.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="+mysql +memcached postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
!~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/, sys-cluster/heat/

2016-11-04 Thread Matt Thode
commit: 3930fb660c9d11c546f1959d4a2bdf66dd8f67e2
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov  4 14:48:04 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Nov  4 14:48:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3930fb66

sys-cluster/heat: fix CVE-2016-9185 bug 598940

Package-Manager: portage-2.3.0

 sys-cluster/heat/files/CVE-2016-9185.patch | 53 ++
 .../{heat-7.0.0.ebuild => heat-7.0.0-r1.ebuild}|  5 +-
 2 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/files/CVE-2016-9185.patch 
b/sys-cluster/heat/files/CVE-2016-9185.patch
new file mode 100644
index ..7b6bd86
--- /dev/null
+++ b/sys-cluster/heat/files/CVE-2016-9185.patch
@@ -0,0 +1,53 @@
+From 02dfb1a64f8a545a6dfed15245ac54c8ea835b81 Mon Sep 17 00:00:00 2001
+From: Daniel Gonzalez 
+Date: Mon, 17 Oct 2016 10:22:42 +0200
+Subject: Prevent template validate from scanning ports
+
+The template validation method in the heat API allows to specify the
+template to validate using a URL with the 'template_url' parameter.
+
+By entering invalid http URLs, like 'http://localhost:22' it is
+possible to scan ports by evaluating the error message of the request.
+
+For example, the request
+
+curl -H "Content-Type: application/json" -H "X-Auth-Token: " \
+-X POST -d '{"template_url": "http://localhost:22"}' \
+http://127.0.0.1:8004/v1//validate
+
+causes the following error message to be returned to the user:
+
+"Could not retrieve template: Failed to retrieve template:
+('Connection aborted.',
+BadStatusLine('SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1\\r\\n',))"
+
+This could be misused by tenants to gain knowledge about the internal
+network the heat API runs in.
+
+To prevent this information leak, this patch alters the error message
+to not include such details when the url scheme is not 'file'.
+
+SecurityImpact
+
+Closes-Bug: #1606500
+
+Change-Id: Id1f86f41c1e6c028d889eca7ccbb9cde67631950
+(cherry picked from commit eab9a33ce760c55695a5beb2e541487588b08c98)
+---
+ heat/common/urlfetch.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/heat/common/urlfetch.py b/heat/common/urlfetch.py
+index 7efd968..8a7deae 100644
+--- a/heat/common/urlfetch.py
 b/heat/common/urlfetch.py
+@@ -75,4 +75,5 @@ def get(url, allowed_schemes=('http', 'https')):
+ return result
+ 
+ except exceptions.RequestException as ex:
+-raise URLFetchError(_('Failed to retrieve template: %s') % ex)
++LOG.info(_LI('Failed to retrieve template: %s') % ex)
++raise URLFetchError(_('Failed to retrieve template from %s') % url)
+-- 
+cgit v0.12
+

diff --git a/sys-cluster/heat/heat-7.0.0.ebuild 
b/sys-cluster/heat/heat-7.0.0-r1.ebuild
similarity index 99%
rename from sys-cluster/heat/heat-7.0.0.ebuild
rename to sys-cluster/heat/heat-7.0.0-r1.ebuild
index 9477a14..37461d9 100644
--- a/sys-cluster/heat/heat-7.0.0.ebuild
+++ b/sys-cluster/heat/heat-7.0.0-r1.ebuild
@@ -113,8 +113,9 @@ RDEPEND="
>=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
>=dev-python/yaql-1.1.0[${PYTHON_USEDEP}]"
 
-#PATCHES=(
-#)
+PATCHES=(
+   "${FILESDIR}/CVE-2016-9185.patch"
+)
 
 pkg_setup() {
enewgroup heat



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/

2016-10-07 Thread Matt Thode
commit: 0baa3bf26c3ac053641033fe35ea55d589407ed0
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  7 15:34:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  7 15:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baa3bf2

sys-cluster/heat: conf.d isn't NEEDED

Package-Manager: portage-2.3.0

 sys-cluster/heat/files/heat.initd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/heat/files/heat.initd 
b/sys-cluster/heat/files/heat.initd
index a3fa50e..41ec14c 100644
--- a/sys-cluster/heat/files/heat.initd
+++ b/sys-cluster/heat/files/heat.initd
@@ -12,7 +12,6 @@ depend() {
 checkconfig() {
 if [ ! -r /etc/conf.d/$BASENAME ]; then
 eerror "No heat conf.d file found: /etc/conf.d/$BASENAME)"
-return 1
 else
 . /etc/conf.d/$BASENAME
 fi



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-10-07 Thread Matt Thode
commit: fae265b3c907717cb3d8f5e61988e7d7f261f681
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  7 14:31:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  7 14:33:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae265b3

sys-cluster/heat: use diropts for installed dirs

Package-Manager: portage-2.3.0

 sys-cluster/heat/heat-2016.2..ebuild | 1 +
 sys-cluster/heat/heat-7.0.0.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys-cluster/heat/heat-2016.2..ebuild 
b/sys-cluster/heat/heat-2016.2..ebuild
index 160e63a..2c7bda0 100644
--- a/sys-cluster/heat/heat-2016.2..ebuild
+++ b/sys-cluster/heat/heat-2016.2..ebuild
@@ -129,6 +129,7 @@ python_prepare_all() {
 
 python_install() {
distutils-r1_python_install
+   diropts -m0750 -o heat -g heat
keepdir /etc/heat
dodir /etc/heat/environment.d
dodir /etc/heat/templates

diff --git a/sys-cluster/heat/heat-7.0.0.ebuild 
b/sys-cluster/heat/heat-7.0.0.ebuild
index 9fccc60..9477a14 100644
--- a/sys-cluster/heat/heat-7.0.0.ebuild
+++ b/sys-cluster/heat/heat-7.0.0.ebuild
@@ -128,6 +128,7 @@ python_prepare_all() {
 
 python_install() {
distutils-r1_python_install
+   diropts -m0750 -o heat -g heat
keepdir /etc/heat
dodir /etc/heat/environment.d
dodir /etc/heat/templates



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2016-10-06 Thread Matt Thode
commit: 0c22a7d671c78bacb6be074651eada751673cdb3
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  6 18:27:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct  6 18:27:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c22a7d6

sys-cluster/heat: NEWTON :D

Package-Manager: portage-2.3.0

 sys-cluster/heat/Manifest  |   1 +
 sys-cluster/heat/heat-7.0.0.ebuild | 151 +
 2 files changed, 152 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
new file mode 100644
index ..be6b248
--- /dev/null
+++ b/sys-cluster/heat/Manifest
@@ -0,0 +1 @@
+DIST heat-7.0.0.tar.gz 2269393 SHA256 
16db746d540cee87170ec1fa6fdca945b6d2ead91b39e59f4d2d4a4c1d69e2db SHA512 
23026d56e871bb8d86b0020678c4a0233ec63d4b16d338e089f4e594f1814d8581c5c46f3035993934711e34beccc18acb350e85e98675f52aba6e194f3de3fc
 WHIRLPOOL 
08c87c89597c3f92ccc8cb96888f53b27ac44a46b245ab5b993c96b34446330df76dc098f26ab5dcd2d46970052315ead7b93ad3a44855a4f17f46d694a624d8

diff --git a/sys-cluster/heat/heat-7.0.0.ebuild 
b/sys-cluster/heat/heat-7.0.0.ebuild
new file mode 100644
index ..9fccc60
--- /dev/null
+++ b/sys-cluster/heat/heat-7.0.0.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1 eutils user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchistration 
engine."
+HOMEPAGE="https://launchpad.net/heat;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.1.0[${PYTHON_USEDEP}]
+   !~dev-python/keystonemiddleware-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.13[${PYTHON_USEDEP}]
+   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.13.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-reports-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   >=dev-python/aodhclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ceilometerclient-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.0[${PYTHON_USEDEP}]
+   !~dev-python/python-cinderclient-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.3.0[${PYTHON_USEDEP}]
+   !~dev-python/python-glanceclient-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-heatclient-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-magnumclient-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-manilaclient-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-mistralclient-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-monascaclient-1.1.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/files/, sys-cluster/heat/

2016-10-03 Thread Matt Thode
commit: 1e60fdfa463928bd5340fb6933c3455dec69d370
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct  3 20:24:39 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct  3 20:36:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e60fdfa

sys-cluster/heat: adding heat :D

Package-Manager: portage-2.3.0

 sys-cluster/heat/files/heat.initd  |   53 +
 sys-cluster/heat/files/newton-heat.conf.sample | 1225 
 sys-cluster/heat/heat-2016.2..ebuild   |  152 +++
 sys-cluster/heat/metadata.xml  |   19 +
 4 files changed, 1449 insertions(+)

diff --git a/sys-cluster/heat/files/heat.initd 
b/sys-cluster/heat/files/heat.initd
new file mode 100644
index ..a3fa50e
--- /dev/null
+++ b/sys-cluster/heat/files/heat.initd
@@ -0,0 +1,53 @@
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+BASENAME=$(echo $SVCNAME | cut -d '-' -f 1)
+SERVERNAME=$(echo $SVCNAME | cut -d '-' -f 2)
+
+depend() {
+need net 
+}
+
+checkconfig() {
+if [ ! -r /etc/conf.d/$BASENAME ]; then
+eerror "No heat conf.d file found: /etc/conf.d/$BASENAME)"
+return 1
+else
+. /etc/conf.d/$BASENAME
+fi
+}
+
+start() {
+checkconfig || return $?
+
+ebegin "Starting ${SVCNAME}"
+if [ ! -d ${PID_PATH} ]; then
+mkdir ${PID_PATH}
+chown heat:root ${PID_PATH}
+fi
+
+start-stop-daemon --start \
+  --quiet \
+  --user heat \
+  --pidfile "${PID_PATH}/${SVCNAME}.pid" \
+  --make-pidfile \
+  --background \
+  --exec /usr/bin/heat-${SERVERNAME} --  --config-file 
/etc/heat/heat.conf --log-file /var/log/heat/heat-${SERVERNAME}
+
+eend $? "Failed to start ${SVCNAME}"
+}
+
+stop() {
+checkconfig || return $?
+
+ebegin "Stopping ${SVCNAME}"
+
+start-stop-daemon --stop \
+  --quiet \
+  --user heat \
+  --pidfile "${PID_PATH}/${SVCNAME}.pid" \
+  --exec /usr/bin/heat-${SERVERNAME} --  --config-file 
/etc/heat/heat.conf
+
+eend $? "Failed to stop ${SVCNAME}"
+}

diff --git a/sys-cluster/heat/files/newton-heat.conf.sample 
b/sys-cluster/heat/files/newton-heat.conf.sample
new file mode 100644
index ..433b8ba
--- /dev/null
+++ b/sys-cluster/heat/files/newton-heat.conf.sample
@@ -0,0 +1,1225 @@
+[DEFAULT]
+
+#
+# From oslo.log
+#
+
+# If set to true, the logging level will be set to DEBUG instead of the default
+# INFO level. (boolean value)
+# Note: This option can be changed without restarting.
+#debug = false
+
+# DEPRECATED: If set to false, the logging level will be set to WARNING instead
+# of the default INFO level. (boolean value)
+# This option is deprecated for removal.
+# Its value may be silently ignored in the future.
+#verbose = true
+
+# The name of a logging configuration file. This file is appended to any
+# existing logging configuration files. For details about logging configuration
+# files, see the Python logging module documentation. Note that when logging
+# configuration files are used then all logging configuration is set in the
+# configuration file and other logging configuration options are ignored (for
+# example, logging_context_format_string). (string value)
+# Note: This option can be changed without restarting.
+# Deprecated group/name - [DEFAULT]/log_config
+#log_config_append = 
+
+# Defines the format string for %%(asctime)s in log records. Default:
+# %(default)s . This option is ignored if log_config_append is set. (string
+# value)
+#log_date_format = %Y-%m-%d %H:%M:%S
+
+# (Optional) Name of log file to send logging output to. If no default is set,
+# logging will go to stderr as defined by use_stderr. This option is ignored if
+# log_config_append is set. (string value)
+# Deprecated group/name - [DEFAULT]/logfile
+#log_file = 
+
+# (Optional) The base directory used for relative log_file  paths. This option
+# is ignored if log_config_append is set. (string value)
+# Deprecated group/name - [DEFAULT]/logdir
+#log_dir = 
+
+# Uses logging handler designed to watch file system. When log file is moved or
+# removed this handler will open a new log file with specified path
+# instantaneously. It makes sense only if log_file option is specified and
+# Linux platform is used. This option is ignored if log_config_append is set.
+# (boolean value)
+#watch_log_file = false
+
+# Use syslog for logging. Existing syslog format is DEPRECATED and will be
+# changed later to honor RFC5424. This option is ignored if log_config_append
+# is set. (boolean value)
+#use_syslog = false
+
+# Syslog facility to receive log lines. This option is ignored if
+# log_config_append is set. (string value)
+#syslog_log_facility = LOG_USER
+
+# Log output to standard error. This option is ignored if log_config_append is
+#