diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 10:45:10 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 11:10:59 -0600 |
commit | b6aa3f48b710c936cdefac9f6c90d8e28f19f937 (patch) | |
tree | eb74bbfd3844b006c880cc74b9a6b90869fa86a1 /acct-group/icinga | |
parent | dev-python/oslo-utils: 3.41.5 bump (diff) | |
download | gentoo-b6aa3f48b710c936cdefac9f6c90d8e28f19f937.tar.gz gentoo-b6aa3f48b710c936cdefac9f6c90d8e28f19f937.tar.bz2 gentoo-b6aa3f48b710c936cdefac9f6c90d8e28f19f937.zip |
acct-group/icinga: add icinga group
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-group/icinga')
-rw-r--r-- | acct-group/icinga/icinga-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/icinga/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/icinga/icinga-0.ebuild b/acct-group/icinga/icinga-0.ebuild new file mode 100644 index 000000000000..f14f8c10b01a --- /dev/null +++ b/acct-group/icinga/icinga-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=457 diff --git a/acct-group/icinga/metadata.xml b/acct-group/icinga/metadata.xml new file mode 100644 index 000000000000..3ffdeb4af3b5 --- /dev/null +++ b/acct-group/icinga/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> |