Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/keystone/
Date: Mon, 20 Jan 2020 03:50:53
Message-Id: 1579492236.e320819321ddfdf7eb731fd2a0b8c56b9eeba22f.prometheanfire@gentoo
1 commit: e320819321ddfdf7eb731fd2a0b8c56b9eeba22f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 03:42:36 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 03:50:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3208193
7
8 acct-user/keystone: add keystone user
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --force
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 acct-user/keystone/keystone-0.ebuild | 14 ++++++++++++++
15 acct-user/keystone/metadata.xml | 10 ++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/acct-user/keystone/keystone-0.ebuild b/acct-user/keystone/keystone-0.ebuild
19 new file mode 100644
20 index 00000000000..1519aa941e9
21 --- /dev/null
22 +++ b/acct-user/keystone/keystone-0.ebuild
23 @@ -0,0 +1,14 @@
24 +# Copyright 2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +inherit acct-user
30 +
31 +DESCRIPTION="user for the keystone openstack service"
32 +ACCT_USER_ID=445
33 +ACCT_USER_HOME=/var/lib/keystone
34 +ACCT_USER_HOME_PERMS=0770
35 +ACCT_USER_GROUPS=( keystone )
36 +
37 +acct-user_add_deps
38
39 diff --git a/acct-user/keystone/metadata.xml b/acct-user/keystone/metadata.xml
40 new file mode 100644
41 index 00000000000..1301fb3341b
42 --- /dev/null
43 +++ b/acct-user/keystone/metadata.xml
44 @@ -0,0 +1,10 @@
45 +<?xml version="1.0" encoding="UTF-8"?>
46 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 +<pkgmetadata>
48 + <maintainer type="person">
49 + <email>prometheanfire@g.o</email>
50 + <name>Matthew Thode</name>
51 + </maintainer>
52 + <longdescription lang="en">
53 + </longdescription>
54 +</pkgmetadata>