diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-12-03 09:21:49 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-12-15 08:49:10 +0100 |
commit | 82cfcdc7e555d0d8356a2358d0c33e5ff024464e (patch) | |
tree | bc3028b59158edf68381ab4e3bfb7fafedb1b230 /acct-group/munin | |
parent | net-mail/dovecot: remove vulnerable version (diff) | |
download | gentoo-82cfcdc7e555d0d8356a2358d0c33e5ff024464e.tar.gz gentoo-82cfcdc7e555d0d8356a2358d0c33e5ff024464e.tar.bz2 gentoo-82cfcdc7e555d0d8356a2358d0c33e5ff024464e.zip |
acct-group/munin: add munin group
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'acct-group/munin')
-rw-r--r-- | acct-group/munin/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/munin/munin-0.ebuild | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/munin/metadata.xml b/acct-group/munin/metadata.xml new file mode 100644 index 000000000000..355836725eb2 --- /dev/null +++ b/acct-group/munin/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sysadmin@gentoo.org</email> + <name>Gentoo Sysadmin Project</name> + </maintainer> + <maintainer type="person"> + <email>graaff@gentoo.org</email> + <name>Hans de Graaff</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/munin/munin-0.ebuild b/acct-group/munin/munin-0.ebuild new file mode 100644 index 000000000000..1cf707546069 --- /dev/null +++ b/acct-group/munin/munin-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=177 |