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 4BDA1138334 for ; Fri, 27 Dec 2019 13:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9305DE09BF; Fri, 27 Dec 2019 13:40:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7D8B3E09BF for ; Fri, 27 Dec 2019 13:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8928534DC01 for ; Fri, 27 Dec 2019 13:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED5D3B for ; Fri, 27 Dec 2019 13:40:10 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1577454003.162a4f3cbefde03dd22728cef773472b6cc79e8e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/xrootd/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/xrootd/metadata.xml acct-user/xrootd/xrootd-0.ebuild X-VCS-Directories: acct-user/xrootd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 162a4f3cbefde03dd22728cef773472b6cc79e8e X-VCS-Branch: master Date: Fri, 27 Dec 2019 13:40:10 +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: 0407baf1-da2c-4880-9bf1-0c4239e6afdf X-Archives-Hash: 895d8bcd5cac5753c42e6c7a0770b5ab commit: 162a4f3cbefde03dd22728cef773472b6cc79e8e Author: Marek Szuba gentoo org> AuthorDate: Fri Dec 20 13:24:55 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Dec 27 13:40:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162a4f3c acct-user/xrootd: new user for UID 469 enewuser in net-libs/xrootd ebuilds has set the home directory to "${EPREFIX}"/var/spool/xrootd but as far as I can recall from my personal experience or see in the documentation, it isn't really necessary for that user to have a home directory. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba gentoo.org> acct-user/xrootd/metadata.xml | 8 ++++++++ acct-user/xrootd/xrootd-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml new file mode 100644 index 00000000000..46a304a17de --- /dev/null +++ b/acct-user/xrootd/metadata.xml @@ -0,0 +1,8 @@ + + + + + sci-physics@gentoo.org + Gentoo Physics Project + + diff --git a/acct-user/xrootd/xrootd-0.ebuild b/acct-user/xrootd/xrootd-0.ebuild new file mode 100644 index 00000000000..7b0eaaf9584 --- /dev/null +++ b/acct-user/xrootd/xrootd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for the XRootD server" +ACCT_USER_ID=469 +ACCT_USER_GROUPS=( "${PN}" ) + +acct-user_add_deps