commit: 41b4fdbca7e5fb94e677fa48b3d177bd372c44b8 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat May 14 10:52:09 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat May 14 11:27:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b4fdbc
acct-user/nginx: new package, add 0 Bug: https://bugs.gentoo.org/701254 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/nginx/metadata.xml | 8 ++++++++ acct-user/nginx/nginx-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/nginx/metadata.xml b/acct-user/nginx/metadata.xml new file mode 100644 index 000000000000..542a8a19f0f6 --- /dev/null +++ b/acct-user/nginx/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Thomas Deutschmann</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/nginx/nginx-0.ebuild b/acct-user/nginx/nginx-0.ebuild new file mode 100644 index 000000000000..959c00fdf8c4 --- /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
