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 B10AF138334 for ; Wed, 3 Jul 2019 10:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95669E086D; Wed, 3 Jul 2019 10:00:49 +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 77F08E086D for ; Wed, 3 Jul 2019 10:00:49 +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 21956346E9E for ; Wed, 3 Jul 2019 10:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B71699 for ; Wed, 3 Jul 2019 10:00:46 +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: <1562147958.8583f7f049344e421d9e3c8767bf101c7be6b35d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/strelaysrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/strelaysrv/metadata.xml acct-group/strelaysrv/strelaysrv-0.ebuild X-VCS-Directories: acct-group/strelaysrv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8583f7f049344e421d9e3c8767bf101c7be6b35d X-VCS-Branch: master Date: Wed, 3 Jul 2019 10:00:46 +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: b710ae2e-a7e3-4eef-b387-fa55b1c8a8b4 X-Archives-Hash: abf42fea5d63114e72bc1d0e60b378c1 commit: 8583f7f049344e421d9e3c8767bf101c7be6b35d Author: Marek Szuba gentoo org> AuthorDate: Mon Jul 1 10:18:22 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 3 09:59:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8583f7f0 acct-group/strelaysrv: Add 'strelaysrv' group (GID 496) Signed-off-by: Marek Szuba gentoo.org> acct-group/strelaysrv/metadata.xml | 8 ++++++++ acct-group/strelaysrv/strelaysrv-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/strelaysrv/metadata.xml b/acct-group/strelaysrv/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/acct-group/strelaysrv/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-group/strelaysrv/strelaysrv-0.ebuild b/acct-group/strelaysrv/strelaysrv-0.ebuild new file mode 100644 index 00000000000..ddb60b5ea64 --- /dev/null +++ b/acct-group/strelaysrv/strelaysrv-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for the Syncthing relay server" +ACCT_GROUP_ID=496