From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC91C1382C5 for ; Wed, 13 May 2020 22:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31B5CE08DD; Wed, 13 May 2020 22:45:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF823E08DD for ; Wed, 13 May 2020 22:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB3FA34FEE2 for ; Wed, 13 May 2020 22:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422611D6 for ; Wed, 13 May 2020 22:45:12 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1589409909.4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265.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-16.0.1.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265 X-VCS-Branch: master Date: Wed, 13 May 2020 22:45:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bafb8c5c-6d80-4123-b128-86ad741bb01c X-Archives-Hash: aa015f76896d050ebd2e1d3811e1be09 commit: 4acbb7b82d6221eef5f46b4b7d7772cfe6f4a265 Author: Matthew Thode gentoo org> AuthorDate: Wed May 13 22:44:50 2020 +0000 Commit: Matthew Thode gentoo 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 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.....