diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-10-12 16:15:36 -0400 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-12 21:34:37 +0000 |
commit | 29077d5750f32243f7706f7b31d335b6098cdf9d (patch) | |
tree | ea0bf471ee05a6b4ca00d8c8426d295aeac2ab60 /acct-group/minetest | |
parent | sys-firmware/intel-microcode: bump (diff) | |
download | gentoo-29077d5750f32243f7706f7b31d335b6098cdf9d.tar.gz gentoo-29077d5750f32243f7706f7b31d335b6098cdf9d.tar.bz2 gentoo-29077d5750f32243f7706f7b31d335b6098cdf9d.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13272
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'acct-group/minetest')
-rw-r--r-- | acct-group/minetest/metadata.xml | 16 | ||||
-rw-r--r-- | acct-group/minetest/minetest-0.ebuild | 10 |
2 files changed, 26 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>vilhelm.gray@gmail.com</email> + <name>William Breathitt Gray</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>games@gentoo.org</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 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" |