From 741fac84b06a818ee912bb4f09fca51d0b02d7a0 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 6 Dec 2019 11:00:35 -0500 Subject: [PATCH] acct-group/tor: new group package for UID 43 Signed-off-by: Anthony G. Basile --- acct-group/tor/metadata.xml | 8 ++++++++ acct-group/tor/tor-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/tor/metadata.xml create mode 100644 acct-group/tor/tor-0.ebuild diff --git a/acct-group/tor/metadata.xml b/acct-group/tor/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-group/tor/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/acct-group/tor/tor-0.ebuild b/acct-group/tor/tor-0.ebuild new file mode 100644 index 000000000000..7a5eb5f7d7df --- /dev/null +++ b/acct-group/tor/tor-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="group for tor daemon" +ACCT_GROUP_ID=43 -- 2.26.2