Gentoo Archives: gentoo-dev

From: Conrad Kostecki <conrad@××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 2/2] acct-user/unifi: New user for net-wireless/unifi
Date: Sun, 04 Aug 2019 19:39:49
Message-Id: 20190804193935.26745-2-conrad@kostecki.com
In Reply to: [gentoo-dev] [PATCH v2 1/2] acct-group/unifi: New group for net-wireless/unifi by Conrad Kostecki
1 Package-Manager: Portage-2.3.70, Repoman-2.3.16
2 Signed-off-by: Conrad Kostecki <conrad@××××××××.com>
3 ---
4 acct-user/unifi/metadata.xml | 16 ++++++++++++++++
5 acct-user/unifi/unifi-0.ebuild | 14 ++++++++++++++
6 2 files changed, 30 insertions(+)
7 create mode 100644 acct-user/unifi/metadata.xml
8 create mode 100644 acct-user/unifi/unifi-0.ebuild
9
10 diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml
11 new file mode 100644
12 index 00000000000..9d243bd924c
13 --- /dev/null
14 +++ b/acct-user/unifi/metadata.xml
15 @@ -0,0 +1,16 @@
16 +<?xml version="1.0" encoding="UTF-8"?>
17 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 +<pkgmetadata>
19 + <maintainer type="person">
20 + <email>bkohler@g.o</email>
21 + <name>Ben Kohler</name>
22 + </maintainer>
23 + <maintainer type="person">
24 + <email>ck+gentoo@××××××××.de</email>
25 + <name>Conrad Kostecki</name>
26 + </maintainer>
27 + <maintainer type="project">
28 + <email>proxy-maint@g.o</email>
29 + <name>Proxy Maintainers</name>
30 + </maintainer>
31 +</pkgmetadata>
32 diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
33 new file mode 100644
34 index 00000000000..a21167b15ea
35 --- /dev/null
36 +++ b/acct-user/unifi/unifi-0.ebuild
37 @@ -0,0 +1,14 @@
38 +# Copyright 2019 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +inherit acct-user
44 +
45 +DESCRIPTION="A user for the UniFi Controller"
46 +
47 +ACCT_USER_GROUPS=( "unifi" )
48 +ACCT_USER_HOME="/var/lib/unifi"
49 +ACCT_USER_ID="113"
50 +
51 +acct-user_add_deps
52 --
53 2.22.0