Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Wed, 13 May 2020 22:45:15
Message-Id: 1589409909.4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265.prometheanfire@gentoo
1 commit: 4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 22:44:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 22:45:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acbb7b8
7
8 sys-auth/keystone: migrate to user eclass
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-auth/keystone/keystone-16.0.1.ebuild | 14 ++++----------
14 1 file changed, 4 insertions(+), 10 deletions(-)
15
16 diff --git a/sys-auth/keystone/keystone-16.0.1.ebuild b/sys-auth/keystone/keystone-16.0.1.ebuild
17 index 4494f24111e..f1cdd22c765 100644
18 --- a/sys-auth/keystone/keystone-16.0.1.ebuild
19 +++ b/sys-auth/keystone/keystone-16.0.1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22 PYTHON_COMPAT=( python3_{6,7} )
23
24 -inherit distutils-r1 user
25 +inherit distutils-r1
26
27 DESCRIPTION="The Openstack authentication, authorization, and service catalog"
28 HOMEPAGE="https://launchpad.net/keystone"
29 @@ -97,15 +97,9 @@ RDEPEND="
30 www-servers/uwsgi[python,${PYTHON_USEDEP}]
31 www-apache/mod_wsgi[${PYTHON_USEDEP}]
32 www-servers/gunicorn[${PYTHON_USEDEP}]
33 - )"
34 -
35 -#PATCHES=(
36 -#)
37 -
38 -pkg_setup() {
39 - enewgroup keystone
40 - enewuser keystone -1 -1 /var/lib/keystone keystone
41 -}
42 + )
43 + acct-user/keystone
44 + acct-group/keystone"
45
46 python_prepare_all() {
47 # it's in git, but not in the tarball.....