diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-15 10:41:31 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-17 12:01:28 -0500 |
commit | f6d2729464f846fb1e2a49e91b91772d0294e467 (patch) | |
tree | 30898ec16b9f397d70ad75b146f29632c16f4ba5 /acct-group/nagios | |
parent | media-libs/libjpeg-turbo: Fixed QA issues (diff) | |
download | gentoo-f6d2729464f846fb1e2a49e91b91772d0294e467.tar.gz gentoo-f6d2729464f846fb1e2a49e91b91772d0294e467.tar.bz2 gentoo-f6d2729464f846fb1e2a49e91b91772d0294e467.zip |
acct-group/nagios: new GLEP81 group for nagios packages.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'acct-group/nagios')
-rw-r--r-- | acct-group/nagios/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/nagios/nagios-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/nagios/metadata.xml b/acct-group/nagios/metadata.xml new file mode 100644 index 000000000000..45125b9b6e99 --- /dev/null +++ b/acct-group/nagios/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>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/nagios/nagios-0.ebuild b/acct-group/nagios/nagios-0.ebuild new file mode 100644 index 000000000000..4d2ee9d295ea --- /dev/null +++ b/acct-group/nagios/nagios-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=436 |