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 95E28138351 for ; Thu, 19 Mar 2020 00:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C726CE0AB1; Thu, 19 Mar 2020 00:28:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 82518E0AB1 for ; Thu, 19 Mar 2020 00:28:42 +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 9EDC234F300 for ; Thu, 19 Mar 2020 00:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F135118A for ; Thu, 19 Mar 2020 00:28:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1584577143.96f4099394025646048bacaa0fb417ed887d0e04.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/abrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/abrt/abrt-0.ebuild acct-user/abrt/metadata.xml X-VCS-Directories: acct-user/abrt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 96f4099394025646048bacaa0fb417ed887d0e04 X-VCS-Branch: master Date: Thu, 19 Mar 2020 00:28:38 +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: c36b3673-42f8-415b-ad0e-14d798b578cc X-Archives-Hash: b314750952956cbf800db9b35adba3fc commit: 96f4099394025646048bacaa0fb417ed887d0e04 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 18 21:04:07 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 19 00:19:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f40993 acct-user/abrt: Add 'abrt' user (UID 422) Signed-off-by: Matt Turner gentoo.org> acct-user/abrt/abrt-0.ebuild | 12 ++++++++++++ acct-user/abrt/metadata.xml | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/abrt/abrt-0.ebuild b/acct-user/abrt/abrt-0.ebuild new file mode 100644 index 00000000000..ca0f60d5930 --- /dev/null +++ b/acct-user/abrt/abrt-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the automatic bug detection and reporting tool" +ACCT_USER_ID=422 +ACCT_USER_GROUPS=( abrt ) + +acct-user_add_deps diff --git a/acct-user/abrt/metadata.xml b/acct-user/abrt/metadata.xml new file mode 100644 index 00000000000..b79c2cda0f3 --- /dev/null +++ b/acct-user/abrt/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +