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 C0AD4158099 for ; Wed, 22 Nov 2023 08:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB43F2BC025; Wed, 22 Nov 2023 08:38:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BF3092BC025 for ; Wed, 22 Nov 2023 08:38:08 +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 B19EB335D97 for ; Wed, 22 Nov 2023 08:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16AEA1397 for ; Wed, 22 Nov 2023 08:38:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1700641630.240e9445327f45c38407e9ccb70fbc306e4213b1.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/sandmann/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/sandmann/metadata.xml acct-user/sandmann/sandmann-0.ebuild X-VCS-Directories: acct-user/sandmann/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 240e9445327f45c38407e9ccb70fbc306e4213b1 X-VCS-Branch: master Date: Wed, 22 Nov 2023 08:38:06 +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: 6ef5bc24-1067-4354-96f3-fc2222f9704d X-Archives-Hash: f39d87852a2c71f34d77154069635e6c commit: 240e9445327f45c38407e9ccb70fbc306e4213b1 Author: Florian Schmaus gentoo org> AuthorDate: Wed Nov 22 08:27:10 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 22 08:27:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240e9445 acct-user/sandmann: new package, add 0 Signed-off-by: Florian Schmaus gentoo.org> acct-user/sandmann/metadata.xml | 8 ++++++++ acct-user/sandmann/sandmann-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/sandmann/metadata.xml b/acct-user/sandmann/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/acct-user/sandmann/metadata.xml @@ -0,0 +1,8 @@ + + + + + Florian Schmaus + flow@gentoo.org + + diff --git a/acct-user/sandmann/sandmann-0.ebuild b/acct-user/sandmann/sandmann-0.ebuild new file mode 100644 index 000000000000..03b61c15702e --- /dev/null +++ b/acct-user/sandmann/sandmann-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID=535 +ACCT_USER_GROUPS=( ${PN} ) +ACCT_USER_HOME="/var/lib/${PN}" + +acct-user_add_deps