diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-08-23 16:46:20 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-08-23 16:46:20 -0500 |
commit | 428ab5297f61d8083b0fe7ebe240d92227e543c9 (patch) | |
tree | 02b96a3411a706a0c03cb96d341bdd2a108603a3 /acct-user/spire | |
parent | acct-group/spire: add "spire" group (diff) | |
download | gentoo-428ab5297f61d8083b0fe7ebe240d92227e543c9.tar.gz gentoo-428ab5297f61d8083b0fe7ebe240d92227e543c9.tar.bz2 gentoo-428ab5297f61d8083b0fe7ebe240d92227e543c9.zip |
acct-user/spire: add the spire user
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-user/spire')
-rw-r--r-- | acct-user/spire/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/spire/spire-0.ebuild | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-user/spire/metadata.xml b/acct-user/spire/metadata.xml new file mode 100644 index 000000000000..65da3dd78299 --- /dev/null +++ b/acct-user/spire/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/spire/spire-0.ebuild b/acct-user/spire/spire-0.ebuild new file mode 100644 index 000000000000..1008ac8fc8be --- /dev/null +++ b/acct-user/spire/spire-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for spiffe runtime environment" +ACCT_USER_ID=271 +ACCT_USER_GROUPS=( spire ) + +acct-user_add_deps |