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/fax/
Date: Sat, 27 Feb 2021 23:41:35
Message-Id: 1614469282.b6a0a3b29c5ed2e6645851c283c1b081b025a175.conikost@gentoo
1 commit: b6a0a3b29c5ed2e6645851c283c1b081b025a175
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 23:27:47 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 23:41:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a0a3b2
7
8 acct-group/fax: add group for net-dialup/mgetty
9
10 While Arch uses GID 69 and Fedora 78, we can't use that, as it's already
11 taken by another group user, so we will use instead a different free
12 GID. This will be GID 320.
13
14 Package-Manager: Portage-3.0.16, Repoman-3.0.2
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 acct-group/fax/fax-0.ebuild | 10 ++++++++++
18 acct-group/fax/metadata.xml | 8 ++++++++
19 2 files changed, 18 insertions(+)
20
21 diff --git a/acct-group/fax/fax-0.ebuild b/acct-group/fax/fax-0.ebuild
22 new file mode 100644
23 index 00000000000..2e9923179f3
24 --- /dev/null
25 +++ b/acct-group/fax/fax-0.ebuild
26 @@ -0,0 +1,10 @@
27 +# Copyright 1999-2021 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +inherit acct-group
33 +
34 +DESCRIPTION="A group for net-dialup/mgetty"
35 +
36 +ACCT_GROUP_ID="320"
37
38 diff --git a/acct-group/fax/metadata.xml b/acct-group/fax/metadata.xml
39 new file mode 100644
40 index 00000000000..3e3880cf105
41 --- /dev/null
42 +++ b/acct-group/fax/metadata.xml
43 @@ -0,0 +1,8 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <maintainer type="person">
48 + <email>conikost@g.o</email>
49 + <name>Conrad Kostecki</name>
50 + </maintainer>
51 +</pkgmetadata>