Gentoo Archives: gentoo-dev

From: Conrad Kostecki <conrad@××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 2/2] acct-user/unifi: New user for net-wireless/unifi
Date: Sun, 04 Aug 2019 18:12:14
Message-Id: 20190804181131.16402-2-conrad@kostecki.com
In Reply to: [gentoo-dev] [PATCH 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 | 22 ++++++++++++++++++++++
5 acct-user/unifi/unifi-0.ebuild | 15 +++++++++++++++
6 2 files changed, 37 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..57ba2066974
13 --- /dev/null
14 +++ b/acct-user/unifi/metadata.xml
15 @@ -0,0 +1,22 @@
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 + <longdescription>
32 + UniFi is a management controller software for Ubiquiti UniFi APs.
33 + It's purpose is to configure and monitor all those APs.
34 + Also all kind of statistics are collected, which can be accessed through UniFi.
35 + There is also an internal RADIUS server, which can be used for WPA2-Enterprise.
36 + </longdescription>
37 +</pkgmetadata>
38 diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
39 new file mode 100644
40 index 00000000000..0f750e70188
41 --- /dev/null
42 +++ b/acct-user/unifi/unifi-0.ebuild
43 @@ -0,0 +1,15 @@
44 +# Copyright 2019 Gentoo Authors
45 +# Distributed under the terms of the GNU General Public License v2
46 +
47 +EAPI=7
48 +
49 +inherit acct-user
50 +
51 +DESCRIPTION="A user for the UniFi Controller"
52 +
53 +ACCT_USER_GROUPS=( "unifi" )
54 +ACCT_USER_HOME="/var/lib/unifi"
55 +ACCT_USER_HOME_OWNER="unifi:unifi"
56 +ACCT_USER_ID="113"
57 +
58 +acct-user_add_deps
59 --
60 2.22.0

Replies