Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/nut/
Date: Fri, 09 Jul 2021 22:37:01
Message-Id: 1625870196.c31a81e30f122f74cd67f451c9a9af69573e55bd.conikost@gentoo
1 commit: c31a81e30f122f74cd67f451c9a9af69573e55bd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 22:19:15 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 22:36:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a81e3
7
8 acct-group/nut: add group (84) for sys-power/nut
9
10 Bug: https://bugs.gentoo.org/781509
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 acct-group/nut/metadata.xml | 8 ++++++++
15 acct-group/nut/nut-0.ebuild | 10 ++++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/acct-group/nut/metadata.xml b/acct-group/nut/metadata.xml
19 new file mode 100644
20 index 00000000000..4073267daf2
21 --- /dev/null
22 +++ b/acct-group/nut/metadata.xml
23 @@ -0,0 +1,8 @@
24 +<?xml version="1.0" encoding="UTF-8"?>
25 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 +<pkgmetadata>
27 + <maintainer type="person">
28 + <email>robbat2@g.o</email>
29 + <name>Robin H. Johnson</name>
30 + </maintainer>
31 +</pkgmetadata>
32
33 diff --git a/acct-group/nut/nut-0.ebuild b/acct-group/nut/nut-0.ebuild
34 new file mode 100644
35 index 00000000000..e54ff264720
36 --- /dev/null
37 +++ b/acct-group/nut/nut-0.ebuild
38 @@ -0,0 +1,10 @@
39 +# Copyright 1999-2021 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +inherit acct-group
45 +
46 +DESCRIPTION="A group for the Network-UPS Tools"
47 +
48 +ACCT_GROUP_ID="84"