From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4278C13888F for ; Mon, 19 Oct 2015 19:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E88C21C01E; Mon, 19 Oct 2015 19:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AACC21C01E for ; Mon, 19 Oct 2015 19:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E367134073B for ; Mon, 19 Oct 2015 19:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9775C1089 for ; Mon, 19 Oct 2015 19:11:07 +0000 (UTC) From: "Matt Thode" 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" Message-ID: <1445281841.6db2609f7b24384091c7f686717fa2e9d10351ec.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-2015.2.9999.ebuild sys-auth/keystone/keystone-8.0.0.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 6db2609f7b24384091c7f686717fa2e9d10351ec X-VCS-Branch: master Date: Mon, 19 Oct 2015 19:11:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7998d45b-f3f4-4ed5-836f-157e5d6019ea X-Archives-Hash: b873d13c4de460d903a2c2c5e492a300 commit: 6db2609f7b24384091c7f686717fa2e9d10351ec Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 19 19:10:41 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Oct 19 19:10:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db2609f sys-auth/keystone: install wsgi files Package-Manager: portage-2.2.20.1 sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 ++ sys-auth/keystone/keystone-8.0.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild index 73e406d..a79e3ab 100644 --- a/sys-auth/keystone/keystone-2015.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild @@ -185,6 +185,8 @@ python_install() { doins etc/keystone.conf.sample etc/logging.conf.sample doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini + insinto /etc/keystone/httpd + doins httpd/keystone.py httpd/wsgi-keystone.conf fowners keystone:keystone /etc/keystone /var/log/keystone } diff --git a/sys-auth/keystone/keystone-8.0.0.ebuild b/sys-auth/keystone/keystone-8.0.0.ebuild index dd5ac25..3eecc03 100644 --- a/sys-auth/keystone/keystone-8.0.0.ebuild +++ b/sys-auth/keystone/keystone-8.0.0.ebuild @@ -184,6 +184,8 @@ python_install() { doins etc/keystone.conf.sample etc/logging.conf.sample doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini + insinto /etc/keystone/httpd + doins httpd/keystone.py httpd/wsgi-keystone.conf fowners keystone:keystone /etc/keystone /var/log/keystone }