acct-user/avahi: add 'avahi' user (UID 61)
authorAnthony G. Basile <blueness@gentoo.org>
Sun, 8 Dec 2019 18:18:14 +0000 (13:18 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 8 Dec 2019 18:20:09 +0000 (13:20 -0500)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
acct-user/avahi/avahi-0.ebuild [new file with mode: 0644]
acct-user/avahi/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/avahi/avahi-0.ebuild b/acct-user/avahi/avahi-0.ebuild
new file mode 100644 (file)
index 0000000..196115d
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for avahi"
+ACCT_USER_ID=61
+ACCT_USER_GROUPS=( avahi )
+
+acct-user_add_deps
diff --git a/acct-user/avahi/metadata.xml b/acct-user/avahi/metadata.xml
new file mode 100644 (file)
index 0000000..d920e3b
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>blueness@gentoo.org</email>
+               <name>Anthony G. Basile</name>
+       </maintainer>
+</pkgmetadata>