commit: 61f6c76806d2bd6060788d9f87003873e414efca Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 12:55:00 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 13:23:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f6c768
acct-group/openttd: initial import Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-group/openttd/metadata.xml | 8 ++++++++ acct-group/openttd/openttd-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/openttd/metadata.xml b/acct-group/openttd/metadata.xml new file mode 100644 index 000000000000..7c730d47817a --- /dev/null +++ b/acct-group/openttd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/openttd/openttd-0.ebuild b/acct-group/openttd/openttd-0.ebuild new file mode 100644 index 000000000000..1d9a13b5160b --- /dev/null +++ b/acct-group/openttd/openttd-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for games-simulation/openttd" + +ACCT_GROUP_ID="513"
