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 00AB9138334 for ; Fri, 6 Dec 2019 16:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D81EE0884; Fri, 6 Dec 2019 16:01:07 +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 B9BCCE0884 for ; Fri, 6 Dec 2019 16:01:06 +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 6D68634D841 for ; Fri, 6 Dec 2019 16:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55B697F9 for ; Fri, 6 Dec 2019 16:01:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1575648057.fa32d2556810e1391705e4a4b3474c440f0c9f75.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/tor/metadata.xml acct-user/tor/tor-0.ebuild X-VCS-Directories: acct-user/tor/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fa32d2556810e1391705e4a4b3474c440f0c9f75 X-VCS-Branch: master Date: Fri, 6 Dec 2019 16:01:03 +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: ba9c3e3d-9f5e-4681-a43f-37bf72ac3952 X-Archives-Hash: 57cf7ba449d7011f11aa6e0f91fe3f07 commit: fa32d2556810e1391705e4a4b3474c440f0c9f75 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 6 15:53:51 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 6 16:00:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa32d255 acct-user/tor: new user package for UID 43 Signed-off-by: Anthony G. Basile gentoo.org> acct-user/tor/metadata.xml | 8 ++++++++ acct-user/tor/tor-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/tor/metadata.xml b/acct-user/tor/metadata.xml new file mode 100644 index 00000000000..d920e3ba3e5 --- /dev/null +++ b/acct-user/tor/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/acct-user/tor/tor-0.ebuild b/acct-user/tor/tor-0.ebuild new file mode 100644 index 00000000000..6df828bb88b --- /dev/null +++ b/acct-user/tor/tor-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for tor daemon" +ACCT_USER_ID=43 +ACCT_USER_GROUPS=( tor ) + +acct-user_add_deps