diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-09 22:24:22 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-09 23:05:15 +0100 |
commit | 5b6060194df0ef1c72ab57c357a45123486a7acb (patch) | |
tree | 23ec13bf3d1caa6b79ad9824bf9b28d6685c88a9 /acct-group/bedrock | |
parent | dev-db/percona-server: re-add USE=pam (diff) | |
download | gentoo-5b6060194df0ef1c72ab57c357a45123486a7acb.tar.gz gentoo-5b6060194df0ef1c72ab57c357a45123486a7acb.tar.bz2 gentoo-5b6060194df0ef1c72ab57c357a45123486a7acb.zip |
acct-group/bedrock: add group for games-server/bedrock-server
GID 485 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.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/bedrock')
-rw-r--r-- | acct-group/bedrock/bedrock-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/bedrock/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/bedrock/bedrock-0.ebuild b/acct-group/bedrock/bedrock-0.ebuild new file mode 100644 index 000000000000..168280db355e --- /dev/null +++ b/acct-group/bedrock/bedrock-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 Minecraft Bedrock server" + +ACCT_GROUP_ID="485" diff --git a/acct-group/bedrock/metadata.xml b/acct-group/bedrock/metadata.xml new file mode 100644 index 000000000000..3e3880cf1051 --- /dev/null +++ b/acct-group/bedrock/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> +</pkgmetadata> |