diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-01 15:03:27 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-02 22:13:56 +0100 |
commit | b3fd9b97adfecfa1eb27f88b4c00be452bb9baeb (patch) | |
tree | 64c545ba472959a5f365d201e8ec23c374e92df1 /acct-group/openrct2 | |
parent | dev-python/boto: amd64 stable (diff) | |
download | gentoo-b3fd9b97adfecfa1eb27f88b4c00be452bb9baeb.tar.gz gentoo-b3fd9b97adfecfa1eb27f88b4c00be452bb9baeb.tar.bz2 gentoo-b3fd9b97adfecfa1eb27f88b4c00be452bb9baeb.zip |
acct-group/openrct2: add group for games-simulation/openrct2
GID 479 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.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/openrct2')
-rw-r--r-- | acct-group/openrct2/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/openrct2/openrct2-0.ebuild | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/openrct2/metadata.xml b/acct-group/openrct2/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/acct-group/openrct2/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/openrct2/openrct2-0.ebuild b/acct-group/openrct2/openrct2-0.ebuild new file mode 100644 index 000000000000..be7c40b859bc --- /dev/null +++ b/acct-group/openrct2/openrct2-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 OpenRCT2 dedicated server" + +ACCT_GROUP_ID="479" |