Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/gamemode/
Date: Mon, 28 Sep 2020 11:34:35
Message-Id: 1601292778.9049e5f0fa1a64dcade7aaac787e3cb36d1fa639.juippis@gentoo
1 commit: 9049e5f0fa1a64dcade7aaac787e3cb36d1fa639
2 Author: Kai Krakow <kai <AT> kaishome <DOT> de>
3 AuthorDate: Sun Sep 20 17:55:35 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 11:32:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9049e5f0
7
8 acct-group/gamemode: New group
9
10 Adds a user group that is permitted to bypass standard PAM limits for
11 raising priorities of games through gamemoded.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 RepoMan-Options: --force
15 Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 acct-group/gamemode/gamemode-0.ebuild | 9 +++++++++
19 acct-group/gamemode/metadata.xml | 12 ++++++++++++
20 2 files changed, 21 insertions(+)
21
22 diff --git a/acct-group/gamemode/gamemode-0.ebuild b/acct-group/gamemode/gamemode-0.ebuild
23 new file mode 100644
24 index 00000000000..addb5e4d722
25 --- /dev/null
26 +++ b/acct-group/gamemode/gamemode-0.ebuild
27 @@ -0,0 +1,9 @@
28 +# Copyright 2020 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +inherit acct-group
34 +
35 +DESCRIPTION="Group for the system-wide games-util/gamemode resource group"
36 +ACCT_GROUP_ID=385
37
38 diff --git a/acct-group/gamemode/metadata.xml b/acct-group/gamemode/metadata.xml
39 new file mode 100644
40 index 00000000000..eea561c5517
41 --- /dev/null
42 +++ b/acct-group/gamemode/metadata.xml
43 @@ -0,0 +1,12 @@
44 +<?xml version="1.0" encoding="UTF-8"?>
45 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 +<pkgmetadata>
47 + <maintainer type="person">
48 + <email>hurikhan77+bgo@×××××.com</email>
49 + <name>Kai Krakow</name>
50 + </maintainer>
51 + <maintainer type="project">
52 + <email>proxy-maint@g.o</email>
53 + <name>Proxy Maintainers</name>
54 + </maintainer>
55 +</pkgmetadata>