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 EAEED138334 for ; Fri, 20 Sep 2019 08:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3453BE0858; Fri, 20 Sep 2019 08:47:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 17C50E0858 for ; Fri, 20 Sep 2019 08:47:43 +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 EAFC334B55B for ; Fri, 20 Sep 2019 08:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C47A7EF for ; Fri, 20 Sep 2019 08:47:39 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1568969187.9b80bb3683a62d6534373fdd864faf738c2fa72d.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/spectrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/spectrum/metadata.xml acct-user/spectrum/spectrum-0.ebuild X-VCS-Directories: acct-user/spectrum/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 9b80bb3683a62d6534373fdd864faf738c2fa72d X-VCS-Branch: master Date: Fri, 20 Sep 2019 08:47:39 +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: ea4e5616-7ce3-42f9-abc6-baed69ef5a55 X-Archives-Hash: 961765f67b19641b19a19d521b41ac2d commit: 9b80bb3683a62d6534373fdd864faf738c2fa72d Author: Conrad Kostecki kostecki com> AuthorDate: Tue Sep 17 17:59:05 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Fri Sep 20 08:46:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b80bb36 acct-user/spectrum: add user for net-im/spectrum2 UID 486 will be used, as its the next available. Arch, Fedora and RHEL don't have a UID for the user. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Andrey Utkin gentoo.org> acct-user/spectrum/metadata.xml | 12 ++++++++++++ acct-user/spectrum/spectrum-0.ebuild | 14 ++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/acct-user/spectrum/metadata.xml b/acct-user/spectrum/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /dev/null +++ b/acct-user/spectrum/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/spectrum/spectrum-0.ebuild b/acct-user/spectrum/spectrum-0.ebuild new file mode 100644 index 00000000000..47560fb7af7 --- /dev/null +++ b/acct-user/spectrum/spectrum-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the Spectrum messaging transport" + +ACCT_USER_GROUPS=( "spectrum" ) +ACCT_USER_HOME="/var/lib/spectrum2" +ACCT_USER_ID="486" + +acct-user_add_deps