summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-09-17 19:07:10 +0200
committerBen Kohler <bkohler@gentoo.org>2019-09-17 13:28:54 -0500
commitbfc8dd0620a4b4e2d94d36149897a411bc7a568a (patch)
tree71ca14567d192f902bf05a3224c251d7c696afb7 /acct-group/unifi
parentnet-wireless/unifi: 5.11.46 stable, drop old (diff)
downloadgentoo-bfc8dd0620a4b4e2d94d36149897a411bc7a568a.tar.gz
gentoo-bfc8dd0620a4b4e2d94d36149897a411bc7a568a.tar.bz2
gentoo-bfc8dd0620a4b4e2d94d36149897a411bc7a568a.zip
acct-group/unifi: add group for net-wireless/unifi
GID 113 will be used, as Arch also uses this one. Fedora and RHEL don't have a reserved GID. Bug: https://bugs.gentoo.org/694684 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Manifest-Sign-Key: 5646E9134B279879CD890EB80910C5FCDF5469A3 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'acct-group/unifi')
-rw-r--r--acct-group/unifi/metadata.xml22
-rw-r--r--acct-group/unifi/unifi-0.ebuild10
2 files changed, 32 insertions, 0 deletions
diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml
new file mode 100644
index 000000000000..57ba2066974e
--- /dev/null
+++ b/acct-group/unifi/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ UniFi is a management controller software for Ubiquiti UniFi APs.
+ It's purpose is to configure and monitor all those APs.
+ Also all kind of statistics are collected, which can be accessed through UniFi.
+ There is also an internal RADIUS server, which can be used for WPA2-Enterprise.
+ </longdescription>
+</pkgmetadata>
diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild
new file mode 100644
index 000000000000..c95cd4f4b1b4
--- /dev/null
+++ b/acct-group/unifi/unifi-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the UniFi controller"
+
+ACCT_GROUP_ID="113"