From: Sven Wegener Date: Tue, 10 Mar 2020 20:38:09 +0000 (+0100) Subject: acct-user/pdns: Initial commit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7931f83f5e5a2dc623335157236093e2935ff5be;p=gentoo.git acct-user/pdns: Initial commit Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sven Wegener --- diff --git a/acct-user/pdns/metadata.xml b/acct-user/pdns/metadata.xml new file mode 100644 index 000000000000..fbc06acbb54f --- /dev/null +++ b/acct-user/pdns/metadata.xml @@ -0,0 +1,8 @@ + + + + + Sven Wegener + swegener@gentoo.org + + diff --git a/acct-user/pdns/pdns-0.ebuild b/acct-user/pdns/pdns-0.ebuild new file mode 100644 index 000000000000..7e7272f48a8c --- /dev/null +++ b/acct-user/pdns/pdns-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=423 +ACCT_USER_GROUPS=( pdns ) + +acct-user_add_deps