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 v4 17/19] acct-group/ftp: Add 'ftp' group (GID 21)
Date: Tue, 11 Jun 2019 16:29:48
Message-Id: 20190611162347.2989-18-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v4 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 | 9 +++++++++
4 acct-group/ftp/metadata.xml | 5 +++++
5 profiles/categories | 1 +
6 3 files changed, 15 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..73978ac12484
13 --- /dev/null
14 +++ b/acct-group/ftp/ftp-0.ebuild
15 @@ -0,0 +1,9 @@
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 +DESCRIPTION="File Transfer Protocol server user"
24 +ACCT_GROUP_ID=21
25 diff --git a/acct-group/ftp/metadata.xml b/acct-group/ftp/metadata.xml
26 new file mode 100644
27 index 000000000000..7a38bb900964
28 --- /dev/null
29 +++ b/acct-group/ftp/metadata.xml
30 @@ -0,0 +1,5 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <!-- maintainer-needed -->
35 +</pkgmetadata>
36 diff --git a/profiles/categories b/profiles/categories
37 index 4ff0d5562001..ebfc72f70759 100644
38 --- a/profiles/categories
39 +++ b/profiles/categories
40 @@ -1,3 +1,4 @@
41 +acct-group
42 app-accessibility
43 app-admin
44 app-antivirus
45 --
46 2.22.0