commit: 9049e5f0fa1a64dcade7aaac787e3cb36d1fa639 Author: Kai Krakow <kai <AT> kaishome <DOT> de> AuthorDate: Sun Sep 20 17:55:35 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Sep 28 11:32:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9049e5f0
acct-group/gamemode: New group Adds a user group that is permitted to bypass standard PAM limits for raising priorities of games through gamemoded. Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Kai Krakow <kai <AT> kaishome.de> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-group/gamemode/gamemode-0.ebuild | 9 +++++++++ acct-group/gamemode/metadata.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/acct-group/gamemode/gamemode-0.ebuild b/acct-group/gamemode/gamemode-0.ebuild new file mode 100644 index 00000000000..addb5e4d722 --- /dev/null +++ b/acct-group/gamemode/gamemode-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="Group for the system-wide games-util/gamemode resource group" +ACCT_GROUP_ID=385 diff --git a/acct-group/gamemode/metadata.xml b/acct-group/gamemode/metadata.xml new file mode 100644 index 00000000000..eea561c5517 --- /dev/null +++ b/acct-group/gamemode/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Kai Krakow</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
