Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/ftp/, profiles/
Date: Mon, 24 Jun 2019 10:30:23
Message-Id: 1561372170.4ee2449f7c0fbf7912314b04ea3ff350a7131f8a.mgorny@gentoo
1 commit: 4ee2449f7c0fbf7912314b04ea3ff350a7131f8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 12:06:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 10:29:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee2449f
7
8 acct-group/ftp: Add 'ftp' group (GID 21)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 acct-group/ftp/ftp-0.ebuild | 9 +++++++++
13 acct-group/ftp/metadata.xml | 5 +++++
14 profiles/categories | 1 +
15 3 files changed, 15 insertions(+)
16
17 diff --git a/acct-group/ftp/ftp-0.ebuild b/acct-group/ftp/ftp-0.ebuild
18 new file mode 100644
19 index 00000000000..73978ac1248
20 --- /dev/null
21 +++ b/acct-group/ftp/ftp-0.ebuild
22 @@ -0,0 +1,9 @@
23 +# Copyright 2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-group
29 +
30 +DESCRIPTION="File Transfer Protocol server user"
31 +ACCT_GROUP_ID=21
32
33 diff --git a/acct-group/ftp/metadata.xml b/acct-group/ftp/metadata.xml
34 new file mode 100644
35 index 00000000000..7a38bb90096
36 --- /dev/null
37 +++ b/acct-group/ftp/metadata.xml
38 @@ -0,0 +1,5 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 + <!-- maintainer-needed -->
43 +</pkgmetadata>
44
45 diff --git a/profiles/categories b/profiles/categories
46 index 4ff0d556200..ebfc72f7075 100644
47 --- a/profiles/categories
48 +++ b/profiles/categories
49 @@ -1,3 +1,4 @@
50 +acct-group
51 app-accessibility
52 app-admin
53 app-antivirus