acct-group/bedrock: add group for games-server/bedrock-server
authorConrad Kostecki <conikost@gentoo.org>
Mon, 9 Dec 2019 21:24:22 +0000 (22:24 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Mon, 9 Dec 2019 22:05:15 +0000 (23:05 +0100)
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>
acct-group/bedrock/bedrock-0.ebuild [new file with mode: 0644]
acct-group/bedrock/metadata.xml [new file with mode: 0644]

diff --git a/acct-group/bedrock/bedrock-0.ebuild b/acct-group/bedrock/bedrock-0.ebuild
new file mode 100644 (file)
index 0000000..168280d
--- /dev/null
@@ -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 (file)
index 0000000..3e3880c
--- /dev/null
@@ -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>