Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Conrad Kostecki <[email protected]> --- acct-group/unifi/metadata.xml | 16 ++++++++++++++++ acct-group/unifi/unifi-0.ebuild | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 acct-group/unifi/metadata.xml create mode 100644 acct-group/unifi/unifi-0.ebuild
diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml new file mode 100644 index 00000000000..9d243bd924c --- /dev/null +++ b/acct-group/unifi/metadata.xml @@ -0,0 +1,16 @@ +<?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> +</pkgmetadata> diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild new file mode 100644 index 00000000000..c95cd4f4b1b --- /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" -- 2.22.0
