commit: f1a840046298d2290e02d62bc61dd01714d06864
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 15:26:57 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 15:26:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a84004
sys-auth/keystone: add uwsgi fun
Package-Manager: portage-2.2.26
sys-auth/keystone/keystone-2015.2.9999.ebuild | 5 +++--
sys-auth/keystone/keystone-2016.1.9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild
b/sys-auth/keystone/keystone-2015.2.9999.ebuild
index 881e444..6e3237e 100644
--- a/sys-auth/keystone/keystone-2015.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild
@@ -159,7 +159,8 @@ RDEPEND="
>=dev-python/python-ldap-2.4[$(python_gen_usedep 'python2_7')]
<=dev-python/python-ldap-2.4.20[$(python_gen_usedep
'python2_7')]
~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')]
- )"
+ )
+ www-servers/uwsgi[${PYTHON_USEDEP}]"
PATCHES=(
)
@@ -200,7 +201,7 @@ python_install() {
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
+ doins httpd/*
fowners keystone:keystone /etc/keystone /var/log/keystone
}
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild
b/sys-auth/keystone/keystone-2016.1.9999.ebuild
index b5fefc0..127ce12 100644
--- a/sys-auth/keystone/keystone-2016.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild
@@ -92,7 +92,8 @@ RDEPEND="
>=dev-python/python-ldap-2.4[$(python_gen_usedep 'python2_7')]
<=dev-python/python-ldap-2.4.20[$(python_gen_usedep
'python2_7')]
~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')]
- )"
+ )
+ www-servers/uwsgi[${PYTHON_USEDEP}]"
#PATCHES=(
#)
@@ -133,7 +134,7 @@ python_install() {
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
+ doins httpd/*
fowners keystone:keystone /etc/keystone /etc/keystone/httpd
/var/log/keystone
}