diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-18 14:05:34 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-18 17:19:03 -0700 |
commit | c3e437ab789f8206ce6040298074d39a39f70a48 (patch) | |
tree | 33d8b038bac080f7b1135342beb8d470579b62d0 /acct-group | |
parent | acct-user/abrt: Add 'abrt' user (UID 422) (diff) | |
download | gentoo-c3e437ab789f8206ce6040298074d39a39f70a48.tar.gz gentoo-c3e437ab789f8206ce6040298074d39a39f70a48.tar.bz2 gentoo-c3e437ab789f8206ce6040298074d39a39f70a48.zip |
acct-group/abrt: Add 'abrt' group (GID 422)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/abrt/abrt-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/abrt/metadata.xml | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/abrt/abrt-0.ebuild b/acct-group/abrt/abrt-0.ebuild new file mode 100644 index 000000000000..ab6310011a09 --- /dev/null +++ b/acct-group/abrt/abrt-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the automatic bug detection and reporting tool" +ACCT_GROUP_ID=422 diff --git a/acct-group/abrt/metadata.xml b/acct-group/abrt/metadata.xml new file mode 100644 index 000000000000..b79c2cda0f30 --- /dev/null +++ b/acct-group/abrt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> +</pkgmetadata> |