diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 00:19:15 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 00:36:36 +0200 |
commit | c31a81e30f122f74cd67f451c9a9af69573e55bd (patch) | |
tree | 4877e2d08953ce065d1b64becf41496e534c702d /acct-group | |
parent | net-proxy/dante: drop old version (diff) | |
download | gentoo-c31a81e30f122f74cd67f451c9a9af69573e55bd.tar.gz gentoo-c31a81e30f122f74cd67f451c9a9af69573e55bd.tar.bz2 gentoo-c31a81e30f122f74cd67f451c9a9af69573e55bd.zip |
acct-group/nut: add group (84) for sys-power/nut
Bug: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/nut/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/nut/nut-0.ebuild | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/nut/metadata.xml b/acct-group/nut/metadata.xml new file mode 100644 index 000000000000..4073267daf2a --- /dev/null +++ b/acct-group/nut/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>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/nut/nut-0.ebuild b/acct-group/nut/nut-0.ebuild new file mode 100644 index 000000000000..e54ff2647200 --- /dev/null +++ b/acct-group/nut/nut-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the Network-UPS Tools" + +ACCT_GROUP_ID="84" |