Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v3 17/19] acct-group/ftp: Add 'ftp' group (GID 21)
Date: Sun, 09 Jun 2019 11:34:26
Message-Id: 20190609112814.15907-18-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 00/19] User/group packages by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 acct-group/ftp/ftp-0.ebuild | 8 ++++++++
4 acct-group/ftp/metadata.xml | 5 +++++
5 profiles/categories | 1 +
6 3 files changed, 14 insertions(+)
7 create mode 100644 acct-group/ftp/ftp-0.ebuild
8 create mode 100644 acct-group/ftp/metadata.xml
9
10 diff --git a/acct-group/ftp/ftp-0.ebuild b/acct-group/ftp/ftp-0.ebuild
11 new file mode 100644
12 index 000000000000..d0912739a2fe
13 --- /dev/null
14 +++ b/acct-group/ftp/ftp-0.ebuild
15 @@ -0,0 +1,8 @@
16 +# Copyright 2019 Gentoo Authors
17 +# Distributed under the terms of the GNU General Public License v2
18 +
19 +EAPI=7
20 +
21 +inherit acct-group
22 +
23 +ACCT_GROUP_ID=21
24 diff --git a/acct-group/ftp/metadata.xml b/acct-group/ftp/metadata.xml
25 new file mode 100644
26 index 000000000000..7a38bb900964
27 --- /dev/null
28 +++ b/acct-group/ftp/metadata.xml
29 @@ -0,0 +1,5 @@
30 +<?xml version="1.0" encoding="UTF-8"?>
31 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 +<pkgmetadata>
33 + <!-- maintainer-needed -->
34 +</pkgmetadata>
35 diff --git a/profiles/categories b/profiles/categories
36 index 4ff0d5562001..ebfc72f70759 100644
37 --- a/profiles/categories
38 +++ b/profiles/categories
39 @@ -1,3 +1,4 @@
40 +acct-group
41 app-accessibility
42 app-admin
43 app-antivirus
44 --
45 2.22.0.rc3