From 69181ddeb01a39b3248e447084dbe309bdf2ee1f Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sun, 12 Jul 2020 10:00:52 +0300 Subject: [PATCH] acct-user/privoxy: new user for net-proxy/privoxy UID 392, group 392 (privoxy) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Savchenko --- acct-user/privoxy/metadata.xml | 8 ++++++++ acct-user/privoxy/privoxy-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/privoxy/metadata.xml create mode 100644 acct-user/privoxy/privoxy-0.ebuild diff --git a/acct-user/privoxy/metadata.xml b/acct-user/privoxy/metadata.xml new file mode 100644 index 0000000000000..45c8b6c75c93a --- /dev/null +++ b/acct-user/privoxy/metadata.xml @@ -0,0 +1,8 @@ + + + + + bircoph@gentoo.org + Andrew Savchenko + + diff --git a/acct-user/privoxy/privoxy-0.ebuild b/acct-user/privoxy/privoxy-0.ebuild new file mode 100644 index 0000000000000..9a3113c422969 --- /dev/null +++ b/acct-user/privoxy/privoxy-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A privoxy: privacy oriented web proxy user" +ACCT_USER_ID=392 +ACCT_USER_GROUPS=( ${PN} ) + +acct-user_add_deps