Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/unifi/
Date: Tue, 17 Sep 2019 18:39:13
Message-Id: 1568745005.3d95aaace8611167e938a6f44e42a18754a53020.bkohler@gentoo
1 commit: 3d95aaace8611167e938a6f44e42a18754a53020
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 17:08:34 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 18:30:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d95aaac
7
8 acct-user/unifi: add user for net-wireless/unifi
9
10 UID 113 will be used, as Arch also uses this one.
11 Fedora and RHEL don't have a reserved UID.
12
13 Bug: https://bugs.gentoo.org/694684
14 Package-Manager: Portage-2.3.76, Repoman-2.3.17
15 Manifest-Sign-Key: 5646E9134B279879CD890EB80910C5FCDF5469A3
16 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
17 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
18
19 acct-user/unifi/metadata.xml | 22 ++++++++++++++++++++++
20 acct-user/unifi/unifi-0.ebuild | 15 +++++++++++++++
21 2 files changed, 37 insertions(+)
22
23 diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml
24 new file mode 100644
25 index 00000000000..57ba2066974
26 --- /dev/null
27 +++ b/acct-user/unifi/metadata.xml
28 @@ -0,0 +1,22 @@
29 +<?xml version="1.0" encoding="UTF-8"?>
30 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 +<pkgmetadata>
32 + <maintainer type="person">
33 + <email>bkohler@g.o</email>
34 + <name>Ben Kohler</name>
35 + </maintainer>
36 + <maintainer type="person">
37 + <email>ck+gentoo@××××××××.de</email>
38 + <name>Conrad Kostecki</name>
39 + </maintainer>
40 + <maintainer type="project">
41 + <email>proxy-maint@g.o</email>
42 + <name>Proxy Maintainers</name>
43 + </maintainer>
44 + <longdescription>
45 + UniFi is a management controller software for Ubiquiti UniFi APs.
46 + It's purpose is to configure and monitor all those APs.
47 + Also all kind of statistics are collected, which can be accessed through UniFi.
48 + There is also an internal RADIUS server, which can be used for WPA2-Enterprise.
49 + </longdescription>
50 +</pkgmetadata>
51
52 diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
53 new file mode 100644
54 index 00000000000..0f750e70188
55 --- /dev/null
56 +++ b/acct-user/unifi/unifi-0.ebuild
57 @@ -0,0 +1,15 @@
58 +# Copyright 2019 Gentoo Authors
59 +# Distributed under the terms of the GNU General Public License v2
60 +
61 +EAPI=7
62 +
63 +inherit acct-user
64 +
65 +DESCRIPTION="A user for the UniFi Controller"
66 +
67 +ACCT_USER_GROUPS=( "unifi" )
68 +ACCT_USER_HOME="/var/lib/unifi"
69 +ACCT_USER_HOME_OWNER="unifi:unifi"
70 +ACCT_USER_ID="113"
71 +
72 +acct-user_add_deps