Gentoo Archives: gentoo-dev

From: Conrad Kostecki <conrad@××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 1/2] acct-group/unifi: New group for net-wireless/unifi
Date: Sun, 04 Aug 2019 19:40:08
Message-Id: 20190804193935.26745-1-conrad@kostecki.com
1 Package-Manager: Portage-2.3.70, Repoman-2.3.16
2 Signed-off-by: Conrad Kostecki <conrad@××××××××.com>
3 ---
4 acct-group/unifi/metadata.xml | 16 ++++++++++++++++
5 acct-group/unifi/unifi-0.ebuild | 10 ++++++++++
6 2 files changed, 26 insertions(+)
7 create mode 100644 acct-group/unifi/metadata.xml
8 create mode 100644 acct-group/unifi/unifi-0.ebuild
9
10 diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml
11 new file mode 100644
12 index 00000000000..9d243bd924c
13 --- /dev/null
14 +++ b/acct-group/unifi/metadata.xml
15 @@ -0,0 +1,16 @@
16 +<?xml version="1.0" encoding="UTF-8"?>
17 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 +<pkgmetadata>
19 + <maintainer type="person">
20 + <email>bkohler@g.o</email>
21 + <name>Ben Kohler</name>
22 + </maintainer>
23 + <maintainer type="person">
24 + <email>ck+gentoo@××××××××.de</email>
25 + <name>Conrad Kostecki</name>
26 + </maintainer>
27 + <maintainer type="project">
28 + <email>proxy-maint@g.o</email>
29 + <name>Proxy Maintainers</name>
30 + </maintainer>
31 +</pkgmetadata>
32 diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild
33 new file mode 100644
34 index 00000000000..c95cd4f4b1b
35 --- /dev/null
36 +++ b/acct-group/unifi/unifi-0.ebuild
37 @@ -0,0 +1,10 @@
38 +# Copyright 2019 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +inherit acct-group
44 +
45 +DESCRIPTION="A group for the UniFi controller"
46 +
47 +ACCT_GROUP_ID="113"
48 --
49 2.22.0

Replies

Subject Author
[gentoo-dev] [PATCH v2 2/2] acct-user/unifi: New user for net-wireless/unifi Conrad Kostecki <conrad@××××××××.com>