From abb2adc509b119b3d7b56980d40c7fb382af0132 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 17 Dec 2019 10:07:44 -0500 Subject: [PATCH] acct-user/stunnel: New user for net-misc/stunnel (GID 341) Signed-off-by: Anthony G. Basile --- acct-user/stunnel/metadata.xml | 8 ++++++++ acct-user/stunnel/stunnel-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/stunnel/metadata.xml create mode 100644 acct-user/stunnel/stunnel-0.ebuild diff --git a/acct-user/stunnel/metadata.xml b/acct-user/stunnel/metadata.xml new file mode 100644 index 000000000000..d920e3ba3e56 --- /dev/null +++ b/acct-user/stunnel/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/acct-user/stunnel/stunnel-0.ebuild b/acct-user/stunnel/stunnel-0.ebuild new file mode 100644 index 000000000000..e50cafbf3bbc --- /dev/null +++ b/acct-user/stunnel/stunnel-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 stunnel" +ACCT_USER_ID=341 +ACCT_USER_GROUPS=( stunnel ) + +acct-user_add_deps -- 2.26.2