summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-08-06 20:30:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-08-07 18:34:46 +0300
commit27e0bc11dd18d9d55aa2b67b7303c4f7d5b74de0 (patch)
tree87bee18df3cd8fb6827dad366431b08868d1c394 /acct-group
parentacct-user/mysql: [QA] Drop keywords (diff)
downloadgentoo-27e0bc11dd18d9d55aa2b67b7303c4f7d5b74de0.tar.gz
gentoo-27e0bc11dd18d9d55aa2b67b7303c4f7d5b74de0.tar.bz2
gentoo-27e0bc11dd18d9d55aa2b67b7303c4f7d5b74de0.zip
acct-group/minecraft: add group for games-server/minecraft-server
GID 490 will be used, as its the next available. Arch and Fedora don't have a GID for the minecraft group. Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r--acct-group/minecraft/metadata.xml12
-rw-r--r--acct-group/minecraft/minecraft-0.ebuild10
2 files changed, 22 insertions, 0 deletions
diff --git a/acct-group/minecraft/metadata.xml b/acct-group/minecraft/metadata.xml
new file mode 100644
index 000000000000..54d5423c4060
--- /dev/null
+++ b/acct-group/minecraft/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/minecraft/minecraft-0.ebuild b/acct-group/minecraft/minecraft-0.ebuild
new file mode 100644
index 000000000000..4b075b5967f2
--- /dev/null
+++ b/acct-group/minecraft/minecraft-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 server"
+
+ACCT_GROUP_ID="490"