commit:     4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 22:44:50 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 13 22:45:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acbb7b8

sys-auth/keystone: migrate to user eclass

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 sys-auth/keystone/keystone-16.0.1.ebuild | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/sys-auth/keystone/keystone-16.0.1.ebuild 
b/sys-auth/keystone/keystone-16.0.1.ebuild
index 4494f24111e..f1cdd22c765 100644
--- a/sys-auth/keystone/keystone-16.0.1.ebuild
+++ b/sys-auth/keystone/keystone-16.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 
-inherit distutils-r1 user
+inherit distutils-r1
 
 DESCRIPTION="The Openstack authentication, authorization, and service catalog"
 HOMEPAGE="https://launchpad.net/keystone";
@@ -97,15 +97,9 @@ RDEPEND="
                www-servers/uwsgi[python,${PYTHON_USEDEP}]
                www-apache/mod_wsgi[${PYTHON_USEDEP}]
                www-servers/gunicorn[${PYTHON_USEDEP}]
-       )"
-
-#PATCHES=(
-#)
-
-pkg_setup() {
-       enewgroup keystone
-       enewuser keystone -1 -1 /var/lib/keystone keystone
-}
+       )
+       acct-user/keystone
+       acct-group/keystone"
 
 python_prepare_all() {
        # it's in git, but not in the tarball.....

Reply via email to