diff options
Diffstat (limited to 'acct-group/unifi')
-rw-r--r-- | acct-group/unifi/Manifest | 2 | ||||
-rw-r--r-- | acct-group/unifi/metadata.xml | 22 | ||||
-rw-r--r-- | acct-group/unifi/unifi-0.ebuild | 10 |
3 files changed, 34 insertions, 0 deletions
diff --git a/acct-group/unifi/Manifest b/acct-group/unifi/Manifest new file mode 100644 index 000000000000..3d11cfdb8717 --- /dev/null +++ b/acct-group/unifi/Manifest @@ -0,0 +1,2 @@ +EBUILD unifi-0.ebuild 196 BLAKE2B 0be4a902a715e2c0e4e37beec4372f866bbf3cbed6d470dcec52252aa592cc3842b59a3a5f0b77dbd96ad9aada3bbadd4bc4dd9c79bf02221b859be5cec8782f SHA512 79baf82cd13281acae66603f06d3d01c336e0bec76ae2f2a408b89abf14ff4244ea20873ee2b73d0bdadf5de85ce35bb54207d8258ef9e183006ecd0aa93f7ab +MISC metadata.xml 803 BLAKE2B 5d50d4d0c8353661b471d243682812f77cc9a969d3117c6cf1fff60ecef4e83767b8e235cb0e010383bf1f754a7f1a1261a73427b3bfc1446f7ef08ba837ab36 SHA512 2588b43cf7049379def1b487815c317377e8e04293e54dd6035c50ce612f0ce3ac2039c3802eb7b9b6be172c49aef68f28a547fec5f565e42acaf0d2fdac8abe 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" |