Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/
Date: Fri, 07 Oct 2016 14:34:28
Message-Id: 1475850795.fae265b3c907717cb3d8f5e61988e7d7f261f681.prometheanfire@gentoo
1 commit: fae265b3c907717cb3d8f5e61988e7d7f261f681
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 14:31:31 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 14:33:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae265b3
7
8 sys-cluster/heat: use diropts for installed dirs
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/heat/heat-2016.2.9999.ebuild | 1 +
13 sys-cluster/heat/heat-7.0.0.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild b/sys-cluster/heat/heat-2016.2.9999.ebuild
17 index 160e63a..2c7bda0 100644
18 --- a/sys-cluster/heat/heat-2016.2.9999.ebuild
19 +++ b/sys-cluster/heat/heat-2016.2.9999.ebuild
20 @@ -129,6 +129,7 @@ python_prepare_all() {
21
22 python_install() {
23 distutils-r1_python_install
24 + diropts -m0750 -o heat -g heat
25 keepdir /etc/heat
26 dodir /etc/heat/environment.d
27 dodir /etc/heat/templates
28
29 diff --git a/sys-cluster/heat/heat-7.0.0.ebuild b/sys-cluster/heat/heat-7.0.0.ebuild
30 index 9fccc60..9477a14 100644
31 --- a/sys-cluster/heat/heat-7.0.0.ebuild
32 +++ b/sys-cluster/heat/heat-7.0.0.ebuild
33 @@ -128,6 +128,7 @@ python_prepare_all() {
34
35 python_install() {
36 distutils-r1_python_install
37 + diropts -m0750 -o heat -g heat
38 keepdir /etc/heat
39 dodir /etc/heat/environment.d
40 dodir /etc/heat/templates