On 04/08/2019 20:11, Conrad Kostecki wrote: > Package-Manager: Portage-2.3.70, Repoman-2.3.16 > Signed-off-by: Conrad Kostecki <[email protected]> > --- > acct-user/unifi/metadata.xml | 22 ++++++++++++++++++++++ > acct-user/unifi/unifi-0.ebuild | 15 +++++++++++++++ > 2 files changed, 37 insertions(+) > create mode 100644 acct-user/unifi/metadata.xml > create mode 100644 acct-user/unifi/unifi-0.ebuild > > diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml > new file mode 100644 > index 00000000000..57ba2066974 > --- /dev/null > +++ b/acct-user/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>[email protected]</email> > + <name>Ben Kohler</name> > + </maintainer> > + <maintainer type="person"> > + <email>[email protected]</email> > + <name>Conrad Kostecki</name> > + </maintainer> > + <maintainer type="project"> > + <email>[email protected]</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.
"Its purpose", I just fixed it inside the main package's metadata.xml: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefdaf99782da77ac7a8b8ada79263482b09ede2 > + 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-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild > new file mode 100644 > index 00000000000..0f750e70188 > --- /dev/null > +++ b/acct-user/unifi/unifi-0.ebuild > @@ -0,0 +1,15 @@ > +# Copyright 2019 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +EAPI=7 > + > +inherit acct-user > + > +DESCRIPTION="A user for the UniFi Controller" > + > +ACCT_USER_GROUPS=( "unifi" ) > +ACCT_USER_HOME="/var/lib/unifi" > +ACCT_USER_HOME_OWNER="unifi:unifi" > +ACCT_USER_ID="113" > + > +acct-user_add_deps
signature.asc
Description: OpenPGP digital signature
