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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 290F71382C5 for ; Fri, 12 Jun 2020 11:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 472CEE0996; Fri, 12 Jun 2020 11:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26E98E0996 for ; Fri, 12 Jun 2020 11:07:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A735E34F165 for ; Fri, 12 Jun 2020 11:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDA4286 for ; Fri, 12 Jun 2020 11:07:21 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1591959976.52f0c43fa2ade59f04712cfbcabc2ea2bbac6f1a.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/znc/metadata.xml acct-user/znc/znc-0.ebuild X-VCS-Directories: acct-user/znc/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 52f0c43fa2ade59f04712cfbcabc2ea2bbac6f1a X-VCS-Branch: master Date: Fri, 12 Jun 2020 11:07:21 +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: b15bb784-6196-4e5f-9f68-a66a70962c84 X-Archives-Hash: f2d40460bfafa3b9233cb848f70bc173 commit: 52f0c43fa2ade59f04712cfbcabc2ea2bbac6f1a Author: Louis Sautier gentoo org> AuthorDate: Wed May 13 18:32:58 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Jun 12 11:06:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f0c43f acct-user/znc: new user for net-irc/znc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Louis Sautier gentoo.org> acct-user/znc/metadata.xml | 8 ++++++++ acct-user/znc/znc-0.ebuild | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-user/znc/metadata.xml b/acct-user/znc/metadata.xml new file mode 100644 index 00000000000..44039e87f44 --- /dev/null +++ b/acct-user/znc/metadata.xml @@ -0,0 +1,8 @@ + + + + + sbraz@gentoo.org + Louis Sautier + + diff --git a/acct-user/znc/znc-0.ebuild b/acct-user/znc/znc-0.ebuild new file mode 100644 index 00000000000..9848611f21f --- /dev/null +++ b/acct-user/znc/znc-0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for net-irc/znc" +ACCT_USER_ID=421 +ACCT_USER_GROUPS=( ${PN} ) +# The systemd unit needs HOME to be set +# https://bugs.gentoo.org/521916 +ACCT_USER_HOME=/var/lib/znc +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps