commit:     0b60e16eb34bd1e0788293b3f8dad00ef8c10fd2
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 17:39:37 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 17:39:37 2017 +0000
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..0000000000
--- 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}]
-       >=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}]
-       >=dev-python/python-neutronclient-5.1.0[${PYTHON_USEDEP}]
-       >=dev-python/python-novaclient-2.29.0[${PYTHON_USEDEP}]
-       !~dev-python/python-novaclient-2.33.0[${PYTHON_USEDEP}]
-       >=dev-python/python-openstackclient-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/python-senlinclient-0.3.0[${PYTHON_USEDEP}]
-       >=dev-python/python-swiftclient-2.2.0[${PYTHON_USEDEP}]
-       >=dev-python/python-troveclient-2.2.0[${PYTHON_USEDEP}]
-       >=dev-python/python-zaqarclient-1.0.0[${PYTHON_USEDEP}]
-       >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-       >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
-       !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
-       >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
-       !~dev-python/routes-2.0[${PYTHON_USEDEP}]
-       !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
-       !~dev-python/routes-2.3[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       sqlite? (
-               >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-               <dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
-       )
-       mysql? (
-               >=dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
-               !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
-               >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-               <dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
-       )
-       postgres? (
-               >=dev-python/psycopg-2.5.0
-               >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-               <dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
-       )
-       >=dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}]
-       >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
-
-       >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
-       >=dev-python/yaql-1.1.0[${PYTHON_USEDEP}]"
-
-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
-}
-
-python_install() {
-       distutils-r1_python_install
-       diropts -m0750 -o heat -g heat
-       keepdir /etc/heat
-       dodir /etc/heat/environment.d
-       dodir /etc/heat/templates
-
-       for svc in api api-cfn engine; do
-               newinitd "${FILESDIR}/heat.initd" heat-${svc}
-       done
-
-       insinto /etc/heat
-       insopts -m0640 -o heat -g heat
-       newins "${FILESDIR}/newton-heat.conf.sample" "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
-       doins "etc/heat/environment.d/default.yaml"
-
-       dodir /var/log/heat
-       fowners heat:heat /var/log/heat
-}

Reply via email to