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/steamcmd/
Date: Sat, 12 Oct 2019 09:15:54
Message-Id: 1570871353.5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b.juippis@gentoo
1 commit: 5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 18:10:53 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:09:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f001fcc
7
8 acct-group/steamcmd: add group for games-server/steamcmd (489)
9
10 GID 489 will be used, as its the next available.
11 Arch, Fedora and RHEL don't have a GID for the group.
12
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 acct-group/steamcmd/metadata.xml | 12 ++++++++++++
18 acct-group/steamcmd/steamcmd-0.ebuild | 10 ++++++++++
19 2 files changed, 22 insertions(+)
20
21 diff --git a/acct-group/steamcmd/metadata.xml b/acct-group/steamcmd/metadata.xml
22 new file mode 100644
23 index 00000000000..54d5423c406
24 --- /dev/null
25 +++ b/acct-group/steamcmd/metadata.xml
26 @@ -0,0 +1,12 @@
27 +<?xml version="1.0" encoding="UTF-8"?>
28 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 +<pkgmetadata>
30 + <maintainer type="person">
31 + <email>ck+gentoo@××××××××.de</email>
32 + <name>Conrad Kostecki</name>
33 + </maintainer>
34 + <maintainer type="project">
35 + <email>proxy-maint@g.o</email>
36 + <name>Proxy Maintainers</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/acct-group/steamcmd/steamcmd-0.ebuild b/acct-group/steamcmd/steamcmd-0.ebuild
41 new file mode 100644
42 index 00000000000..a38c0e77195
43 --- /dev/null
44 +++ b/acct-group/steamcmd/steamcmd-0.ebuild
45 @@ -0,0 +1,10 @@
46 +# Copyright 2019 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=7
50 +
51 +inherit acct-group
52 +
53 +DESCRIPTION="A group for the SteamCMD server"
54 +
55 +ACCT_GROUP_ID="489"