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 0F1B3138334 for ; Wed, 26 Jun 2019 10:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B3CE08EC; Wed, 26 Jun 2019 10:35:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7C2E6E08DB for ; Wed, 26 Jun 2019 10:35:47 +0000 (UTC) Received: from lasciel.localdomain (hx-dnat-253.ebi.ac.uk [193.62.194.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marecki) by smtp.gentoo.org (Postfix) with ESMTPSA id 3DF85346414 for ; Wed, 26 Jun 2019 10:35:46 +0000 (UTC) From: Marek Szuba To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 3/6] acct-group/syncthing: Add 'syncthing' group (GID 502) Date: Wed, 26 Jun 2019 11:35:03 +0100 Message-Id: <20190626103506.20087-4-marecki@gentoo.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190626103506.20087-1-marecki@gentoo.org> References: <20190626103506.20087-1-marecki@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 6af7d3a9-72c1-439f-bb89-8e6e71c54f3d X-Archives-Hash: 3395f89910df678fe6fb126739c279d4 Signed-off-by: Marek Szuba --- acct-group/syncthing/metadata.xml | 8 ++++++++ acct-group/syncthing/syncthing-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/syncthing/metadata.xml create mode 100644 acct-group/syncthing/syncthing-0.ebuild diff --git a/acct-group/syncthing/metadata.xml b/acct-group/syncthing/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/acct-group/syncthing/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/acct-group/syncthing/syncthing-0.ebuild b/acct-group/syncthing/syncthing-0.ebuild new file mode 100644 index 00000000000..a015336764f --- /dev/null +++ b/acct-group/syncthing/syncthing-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 system-wide net-p2p/syncthing server" +ACCT_GROUP_ID=502 -- 2.21.0