commit: fc0bfa5280dd3705511f853bb57fa144d672c1f9 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Tue Sep 17 18:11:24 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 09:09:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0bfa52
acct-user/steamcmd: add user for games-server/steamcmd (489) UID 489 will be used, as its the next available. Arch, Fedora and RHEL don't have a UID for the user. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-user/steamcmd/metadata.xml | 12 ++++++++++++ acct-user/steamcmd/steamcmd-0.ebuild | 14 ++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/acct-user/steamcmd/metadata.xml b/acct-user/steamcmd/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /dev/null +++ b/acct-user/steamcmd/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>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/steamcmd/steamcmd-0.ebuild b/acct-user/steamcmd/steamcmd-0.ebuild new file mode 100644 index 00000000000..bd63596a3b7 --- /dev/null +++ b/acct-user/steamcmd/steamcmd-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the SteamCMD server" + +ACCT_USER_GROUPS=( "steamcmd" ) +ACCT_USER_HOME="/opt/steamcmd" +ACCT_USER_ID="489" + +acct-user_add_deps
