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-user/steamcmd/
Date: Sat, 12 Oct 2019 09:15:54
Message-Id: 1570871354.fc0bfa5280dd3705511f853bb57fa144d672c1f9.juippis@gentoo
1 commit: fc0bfa5280dd3705511f853bb57fa144d672c1f9
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Sep 17 18:11:24 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:09:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0bfa52
7
8 acct-user/steamcmd: add user for games-server/steamcmd (489)
9
10 UID 489 will be used, as its the next available.
11 Arch, Fedora and RHEL don't have a UID for the user.
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-user/steamcmd/metadata.xml | 12 ++++++++++++
18 acct-user/steamcmd/steamcmd-0.ebuild | 14 ++++++++++++++
19 2 files changed, 26 insertions(+)
20
21 diff --git a/acct-user/steamcmd/metadata.xml b/acct-user/steamcmd/metadata.xml
22 new file mode 100644
23 index 00000000000..54d5423c406
24 --- /dev/null
25 +++ b/acct-user/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-user/steamcmd/steamcmd-0.ebuild b/acct-user/steamcmd/steamcmd-0.ebuild
41 new file mode 100644
42 index 00000000000..bd63596a3b7
43 --- /dev/null
44 +++ b/acct-user/steamcmd/steamcmd-0.ebuild
45 @@ -0,0 +1,14 @@
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-user
52 +
53 +DESCRIPTION="A user for the SteamCMD server"
54 +
55 +ACCT_USER_GROUPS=( "steamcmd" )
56 +ACCT_USER_HOME="/opt/steamcmd"
57 +ACCT_USER_ID="489"
58 +
59 +acct-user_add_deps