* [gentoo-commits] repo/gentoo:master commit in: acct-user/minecraft/
@ 2019-08-07 15:35 Joonas Niilola
0 siblings, 0 replies; only message in thread
From: Joonas Niilola @ 2019-08-07 15:35 UTC (permalink / raw
To: gentoo-commits
commit: c2547f538a0f3f07aad35aacee690f09c441c342
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Tue Aug 6 18:31:13 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 15:34:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2547f53
acct-user/minecraft: add user for games-server/minecraft-server
UID 490 will be used, as its available.
Arch and Fedora don't have a UID for the minecraft user.
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/minecraft/metadata.xml | 12 ++++++++++++
acct-user/minecraft/minecraft-0.ebuild | 14 ++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/acct-user/minecraft/metadata.xml b/acct-user/minecraft/metadata.xml
new file mode 100644
index 00000000000..54d5423c406
--- /dev/null
+++ b/acct-user/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-user/minecraft/minecraft-0.ebuild b/acct-user/minecraft/minecraft-0.ebuild
new file mode 100644
index 00000000000..8762fb77e5a
--- /dev/null
+++ b/acct-user/minecraft/minecraft-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the Minecraft server"
+
+ACCT_USER_GROUPS=( "minecraft" )
+ACCT_USER_HOME="/var/lib/minecraft-server"
+ACCT_USER_ID="490"
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-08-07 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-07 15:35 [gentoo-commits] repo/gentoo:master commit in: acct-user/minecraft/ Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox