commit:     bb79af5372f9fa226345afbd7bea3fe9f1891069
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 12:41:58 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 13:49:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb79af53

acct-user/unbound: new user for net-dns/unbound, UID 391

Bug: https://bugs.gentoo.org/701254
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 acct-user/unbound/metadata.xml     | 12 ++++++++++++
 acct-user/unbound/unbound-0.ebuild | 16 ++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/acct-user/unbound/metadata.xml b/acct-user/unbound/metadata.xml
new file mode 100644
index 00000000000..c9701593d29
--- /dev/null
+++ b/acct-user/unbound/metadata.xml
@@ -0,0 +1,12 @@
+<?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>Marc Schiffbauer</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Thomas Deutschmann</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/acct-user/unbound/unbound-0.ebuild 
b/acct-user/unbound/unbound-0.ebuild
new file mode 100644
index 00000000000..13a6f407ad8
--- /dev/null
+++ b/acct-user/unbound/unbound-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="unbound program user"
+
+ACCT_USER_ID=391
+ACCT_USER_HOME="/etc/${PN}"
+ACCT_USER_HOME_OWNER="root:${PN}"
+ACCT_USER_HOME_PERMS=0750
+ACCT_USER_GROUPS=( ${PN} )
+
+acct-user_add_deps

Reply via email to