diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-09-17 20:10:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-12 12:09:13 +0300 |
commit | 5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b (patch) | |
tree | 25bab24cd00367de0f5febb2513d3843f81e74d0 /acct-group/steamcmd | |
parent | net-dns/ddclient: drop user eclass (diff) | |
download | gentoo-5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b.tar.gz gentoo-5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b.tar.bz2 gentoo-5f001fcc7f2accd5dbf81b7e2c02d625f8b32c3b.zip |
acct-group/steamcmd: add group for games-server/steamcmd (489)
GID 489 will be used, as its the next available.
Arch, Fedora and RHEL don't have a GID for the group.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/steamcmd')
-rw-r--r-- | acct-group/steamcmd/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/steamcmd/steamcmd-0.ebuild | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/steamcmd/metadata.xml b/acct-group/steamcmd/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/acct-group/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>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/steamcmd/steamcmd-0.ebuild b/acct-group/steamcmd/steamcmd-0.ebuild new file mode 100644 index 000000000000..a38c0e77195a --- /dev/null +++ b/acct-group/steamcmd/steamcmd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the SteamCMD server" + +ACCT_GROUP_ID="489" |