diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-09 12:50:12 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-06-09 12:51:27 -0500 |
commit | affc6dfb97dcf3c1ca0c6bd6a3f35e1bf2ac9a35 (patch) | |
tree | 60604c25d679f29bd7404764c8f4c23543a7255e /acct-group/icingaweb2 | |
parent | sys-cluster/cinder: 16.1.0 bump (diff) | |
download | gentoo-affc6dfb97dcf3c1ca0c6bd6a3f35e1bf2ac9a35.tar.gz gentoo-affc6dfb97dcf3c1ca0c6bd6a3f35e1bf2ac9a35.tar.bz2 gentoo-affc6dfb97dcf3c1ca0c6bd6a3f35e1bf2ac9a35.zip |
acct-group/icingaweb2: add icingaweb2 group
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-group/icingaweb2')
-rw-r--r-- | acct-group/icingaweb2/icingaweb2-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/icingaweb2/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/icingaweb2/icingaweb2-0.ebuild b/acct-group/icingaweb2/icingaweb2-0.ebuild new file mode 100644 index 000000000000..e2660fdb4be5 --- /dev/null +++ b/acct-group/icingaweb2/icingaweb2-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=241 diff --git a/acct-group/icingaweb2/metadata.xml b/acct-group/icingaweb2/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/acct-group/icingaweb2/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>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> +</pkgmetadata> |