commit: 29077d5750f32243f7706f7b31d335b6098cdf9d Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com> AuthorDate: Sat Oct 12 20:15:36 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 21:34:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29077d57
acct-group/minetest: Add 'minetest' group (GID 480) Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13272 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> acct-group/minetest/metadata.xml | 16 ++++++++++++++++ acct-group/minetest/minetest-0.ebuild | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/acct-group/minetest/metadata.xml b/acct-group/minetest/metadata.xml new file mode 100644 index 00000000000..2c5233e954a --- /dev/null +++ b/acct-group/minetest/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>William Breathitt Gray</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/minetest/minetest-0.ebuild b/acct-group/minetest/minetest-0.ebuild new file mode 100644 index 00000000000..32a395f2208 --- /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"
