summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-18 14:04:07 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-18 17:19:03 -0700
commit96f4099394025646048bacaa0fb417ed887d0e04 (patch)
treeaaa04142f61541248afad368cb42777a235ddce4 /acct-user/abrt
parentdev-libs/satyr: Version bump to 0.30 (diff)
downloadgentoo-96f4099394025646048bacaa0fb417ed887d0e04.tar.gz
gentoo-96f4099394025646048bacaa0fb417ed887d0e04.tar.bz2
gentoo-96f4099394025646048bacaa0fb417ed887d0e04.zip
acct-user/abrt: Add 'abrt' user (UID 422)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-user/abrt')
-rw-r--r--acct-user/abrt/abrt-0.ebuild12
-rw-r--r--acct-user/abrt/metadata.xml8
2 files changed, 20 insertions, 0 deletions
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 @@
+<?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>