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 4F63E158087 for ; Tue, 18 Jan 2022 16:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7FC2BC02E; Tue, 18 Jan 2022 16:40:47 +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 6F5762BC02E for ; Tue, 18 Jan 2022 16:40:47 +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 3A06A342D94 for ; Tue, 18 Jan 2022 16:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A66962A0 for ; Tue, 18 Jan 2022 16:40:44 +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: <1642524034.b7387f125b88964d8746ce76356f0e11d3d54669.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/strelaysrv/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/strelaysrv/strelaysrv-0-r1.ebuild X-VCS-Directories: acct-user/strelaysrv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b7387f125b88964d8746ce76356f0e11d3d54669 X-VCS-Branch: master Date: Tue, 18 Jan 2022 16:40:44 +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: 66b3a5a5-97fa-4f60-bd66-b4891f644a23 X-Archives-Hash: 74cef3065d467229fcd5eeb4fbb3ed9c commit: b7387f125b88964d8746ce76356f0e11d3d54669 Author: Marek Szuba gentoo org> AuthorDate: Tue Jan 18 16:06:25 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jan 18 16:40:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7387f12 acct-user/strelaysrv: drop 0-r1 Signed-off-by: Marek Szuba gentoo.org> acct-user/strelaysrv/strelaysrv-0-r1.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/acct-user/strelaysrv/strelaysrv-0-r1.ebuild b/acct-user/strelaysrv/strelaysrv-0-r1.ebuild deleted file mode 100644 index d0926f0165b0..000000000000 --- a/acct-user/strelaysrv/strelaysrv-0-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="User for the Syncthing relay server" -ACCT_USER_ID=496 -ACCT_USER_HOME=/var/lib/strelaysrv -ACCT_USER_HOME_PERMS=0770 -ACCT_USER_GROUPS=( strelaysrv ) - -acct-user_add_deps