From 12fc0b036db7d797c8a134dc1ebf203e9fc3dd2b Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 6 May 2021 22:51:41 +0200 Subject: acct-group/realtime: new group for sys-auth/realtime-base, GID 206 Bug: https://bugs.gentoo.org/777417 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- acct-group/realtime/metadata.xml | 8 ++++++++ acct-group/realtime/realtime-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 acct-group/realtime/metadata.xml create mode 100644 acct-group/realtime/realtime-0.ebuild (limited to 'acct-group/realtime') diff --git a/acct-group/realtime/metadata.xml b/acct-group/realtime/metadata.xml new file mode 100644 index 000000000000..e1df46e39c20 --- /dev/null +++ b/acct-group/realtime/metadata.xml @@ -0,0 +1,8 @@ + + + + + proaudio@gentoo.org + Gentoo ProAudio Project + + diff --git a/acct-group/realtime/realtime-0.ebuild b/acct-group/realtime/realtime-0.ebuild new file mode 100644 index 000000000000..eb80c1e91091 --- /dev/null +++ b/acct-group/realtime/realtime-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="realtime privileges group" + +ACCT_GROUP_ID=206 -- cgit v1.2.3-65-gdbad