From: William Breathitt Gray Date: Sat, 12 Oct 2019 20:15:36 +0000 (-0400) Subject: acct-group/minetest: Add 'minetest' group (GID 480) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29077d5750f32243f7706f7b31d335b6098cdf9d;p=gentoo.git acct-group/minetest: Add 'minetest' group (GID 480) Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: William Breathitt Gray Closes: https://github.com/gentoo/gentoo/pull/13272 Signed-off-by: James Le Cuirot --- diff --git a/acct-group/minetest/metadata.xml b/acct-group/minetest/metadata.xml new file mode 100644 index 000000000000..2c5233e954a8 --- /dev/null +++ b/acct-group/minetest/metadata.xml @@ -0,0 +1,16 @@ + + + + + vilhelm.gray@gmail.com + William Breathitt Gray + + + proxy-maint@gentoo.org + Proxy Maintainers + + + games@gentoo.org + Gentoo Games Project + + diff --git a/acct-group/minetest/minetest-0.ebuild b/acct-group/minetest/minetest-0.ebuild new file mode 100644 index 000000000000..32a395f22082 --- /dev/null +++ b/acct-group/minetest/minetest-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 Minetest server" + +ACCT_GROUP_ID="480"