From: Matt Turner Date: Wed, 18 Mar 2020 21:04:07 +0000 (-0700) Subject: acct-user/abrt: Add 'abrt' user (UID 422) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96f4099394025646048bacaa0fb417ed887d0e04;p=gentoo.git acct-user/abrt: Add 'abrt' user (UID 422) Signed-off-by: Matt Turner --- diff --git a/acct-user/abrt/abrt-0.ebuild b/acct-user/abrt/abrt-0.ebuild new file mode 100644 index 000000000000..ca0f60d5930c --- /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 000000000000..b79c2cda0f30 --- /dev/null +++ b/acct-user/abrt/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +