From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4D6A158090 for ; Sat, 14 May 2022 11:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04494E0886; Sat, 14 May 2022 11:29:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2972E0886 for ; Sat, 14 May 2022 11:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD8F4341B35 for ; Sat, 14 May 2022 11:29:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23ECD466 for ; Sat, 14 May 2022 11:29:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1652527662.41b4fdbca7e5fb94e677fa48b3d177bd372c44b8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/nginx/metadata.xml acct-user/nginx/nginx-0.ebuild X-VCS-Directories: acct-user/nginx/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 41b4fdbca7e5fb94e677fa48b3d177bd372c44b8 X-VCS-Branch: master Date: Sat, 14 May 2022 11:29:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b5be07d-6e5f-4156-a639-fc05999a6794 X-Archives-Hash: 5d21c07037cf3cdc31e504b402a4c59d commit: 41b4fdbca7e5fb94e677fa48b3d177bd372c44b8 Author: Conrad Kostecki gentoo org> AuthorDate: Sat May 14 10:52:09 2022 +0000 Commit: Conrad Kostecki gentoo 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 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 @@ + + + + + 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 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