acct-group/rtkit: Add 'rtkit' group (GID 133)
authorMarek Szuba <marecki@gentoo.org>
Wed, 26 Jun 2019 10:01:11 +0000 (11:01 +0100)
committerMarek Szuba <marecki@gentoo.org>
Mon, 1 Jul 2019 09:38:50 +0000 (10:38 +0100)
Same GID as in Arch Linux.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
acct-group/rtkit/metadata.xml [new file with mode: 0644]
acct-group/rtkit/rtkit-0.ebuild [new file with mode: 0644]

diff --git a/acct-group/rtkit/metadata.xml b/acct-group/rtkit/metadata.xml
new file mode 100644 (file)
index 0000000..3e5026e
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>marecki@gentoo.org</email>
+               <name>Marek Szuba</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/acct-group/rtkit/rtkit-0.ebuild b/acct-group/rtkit/rtkit-0.ebuild
new file mode 100644 (file)
index 0000000..9361f86
--- /dev/null
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for the Realtime Policy and Watchdog Daemon"
+ACCT_GROUP_ID=133