From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1007934-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2E551382C5 for <garchives@archives.gentoo.org>; Wed, 7 Mar 2018 18:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEABCE087B; Wed, 7 Mar 2018 18:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CF59E087B for <gentoo-commits@lists.gentoo.org>; Wed, 7 Mar 2018 18:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20B32335C06 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Mar 2018 18:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 694E91EB for <gentoo-commits@lists.gentoo.org>; Wed, 7 Mar 2018 18:39:11 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org> Message-ID: <1520447940.8d1de4b6a1ccbb92df72e324d5db1650c3602140.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/heat/heat-10.0.0.ebuild sys-cluster/heat/heat-2018.1.9999.ebuild X-VCS-Directories: sys-cluster/heat/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8d1de4b6a1ccbb92df72e324d5db1650c3602140 X-VCS-Branch: master Date: Wed, 7 Mar 2018 18:39:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11366782-6377-44d0-aa06-d687822ed20b X-Archives-Hash: 6f59be47549a212f2fb3f3f4331e1866 commit: 8d1de4b6a1ccbb92df72e324d5db1650c3602140 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Mar 7 18:26:39 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Mar 7 18:39:00 2018 +0000 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.9999.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.9999.ebuild b/sys-cluster/heat/heat-2018.1.9999.ebuild index 1fb77183dbd..fd03db67622 100644 --- a/sys-cluster/heat/heat-2018.1.9999.ebuild +++ b/sys-cluster/heat/heat-2018.1.9999.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