From 41b4fdbca7e5fb94e677fa48b3d177bd372c44b8 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sat, 14 May 2022 12:52:09 +0200 Subject: [PATCH] acct-user/nginx: new package, add 0 Bug: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki --- acct-user/nginx/metadata.xml | 8 ++++++++ acct-user/nginx/nginx-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/nginx/metadata.xml create mode 100644 acct-user/nginx/nginx-0.ebuild diff --git a/acct-user/nginx/metadata.xml b/acct-user/nginx/metadata.xml new file mode 100644 index 0000000000000..542a8a19f0f6f --- /dev/null +++ b/acct-user/nginx/metadata.xml @@ -0,0 +1,8 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + diff --git a/acct-user/nginx/nginx-0.ebuild b/acct-user/nginx/nginx-0.ebuild new file mode 100644 index 0000000000000..959c00fdf8c4b --- /dev/null +++ b/acct-user/nginx/nginx-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID="82" +ACCT_USER_GROUPS=( "nginx" ) +ACCT_USER_HOME="/var/lib/nginx" + +acct-user_add_deps