From: Anthony G. Basile Date: Fri, 6 Dec 2019 15:53:51 +0000 (-0500) Subject: acct-user/tor: new user package for UID 43 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa32d2556810e1391705e4a4b3474c440f0c9f75;p=gentoo.git acct-user/tor: new user package for UID 43 Signed-off-by: Anthony G. Basile --- diff --git a/acct-user/tor/metadata.xml b/acct-user/tor/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-user/tor/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/acct-user/tor/tor-0.ebuild b/acct-user/tor/tor-0.ebuild new file mode 100644 index 000000000000..6df828bb88b2 --- /dev/null +++ b/acct-user/tor/tor-0.ebuild @@ -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 tor daemon" +ACCT_USER_ID=43 +ACCT_USER_GROUPS=( tor ) + +acct-user_add_deps