diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-19 21:30:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-19 21:50:31 -0600 |
commit | 6926c0c0eb1ed8289f2173441ca218c23963a632 (patch) | |
tree | 3a7b6578906333072a555263fe838d069b5d35b5 /acct-group/cinder | |
parent | acct-group/glance: add glance group (diff) | |
download | gentoo-6926c0c0eb1ed8289f2173441ca218c23963a632.tar.gz gentoo-6926c0c0eb1ed8289f2173441ca218c23963a632.tar.bz2 gentoo-6926c0c0eb1ed8289f2173441ca218c23963a632.zip |
acct-group/cinder: add cinder 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/cinder')
-rw-r--r-- | acct-group/cinder/cinder-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/cinder/metadata.xml | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/cinder/cinder-0.ebuild b/acct-group/cinder/cinder-0.ebuild new file mode 100644 index 000000000000..d57b97378c77 --- /dev/null +++ b/acct-group/cinder/cinder-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=442 diff --git a/acct-group/cinder/metadata.xml b/acct-group/cinder/metadata.xml new file mode 100644 index 000000000000..1301fb3341bc --- /dev/null +++ b/acct-group/cinder/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> |