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 7/9] group/ftp: Add 'ftp' group (GID 21)
Date: Thu, 30 May 2019 12:53:19
Message-Id: 20190530125039.15591-8-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] User/group package draft implementation by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 group/ftp/ftp-0.ebuild | 8 ++++++++
4 group/ftp/metadata.xml | 5 +++++
5 profiles/categories | 1 +
6 3 files changed, 14 insertions(+)
7 create mode 100644 group/ftp/ftp-0.ebuild
8 create mode 100644 group/ftp/metadata.xml
9
10 diff --git a/group/ftp/ftp-0.ebuild b/group/ftp/ftp-0.ebuild
11 new file mode 100644
12 index 000000000000..e9fc60499b9a
13 --- /dev/null
14 +++ b/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 sys-group
22 +
23 +SYS_GROUP_ID=21
24 diff --git a/group/ftp/metadata.xml b/group/ftp/metadata.xml
25 new file mode 100644
26 index 000000000000..7a38bb900964
27 --- /dev/null
28 +++ b/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..acbade9601ea 100644
37 --- a/profiles/categories
38 +++ b/profiles/categories
39 @@ -76,6 +76,7 @@ gnome-extra
40 gnustep-apps
41 gnustep-base
42 gnustep-libs
43 +group
44 gui-apps
45 gui-libs
46 gui-wm
47 --
48 2.22.0.rc1