diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-19 21:29:21 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-19 21:50:27 -0600 |
commit | ecc70a33864daf78579de9c3525f0c7c149fd317 (patch) | |
tree | e7e05fa4c6841d03a877315e1f9ebb9dab375db3 /acct-group/keystone | |
parent | acct-group/neutron: add neutron group (diff) | |
download | gentoo-ecc70a33864daf78579de9c3525f0c7c149fd317.tar.gz gentoo-ecc70a33864daf78579de9c3525f0c7c149fd317.tar.bz2 gentoo-ecc70a33864daf78579de9c3525f0c7c149fd317.zip |
acct-group/keystone: add keystone group
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-group/keystone')
-rw-r--r-- | acct-group/keystone/keystone-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/keystone/metadata.xml | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/keystone/keystone-0.ebuild b/acct-group/keystone/keystone-0.ebuild new file mode 100644 index 000000000000..06d95b537d6f --- /dev/null +++ b/acct-group/keystone/keystone-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=445 diff --git a/acct-group/keystone/metadata.xml b/acct-group/keystone/metadata.xml new file mode 100644 index 000000000000..1301fb3341bc --- /dev/null +++ b/acct-group/keystone/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + </longdescription> +</pkgmetadata> |