diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-10 14:55:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-10 15:23:41 +0200 |
commit | 61f6c76806d2bd6060788d9f87003873e414efca (patch) | |
tree | b03ec516a8fb8b5bce5a9123b13be98c4b225fd9 /acct-group | |
parent | dev-libs/nss: drop 3.68.2-r1 (diff) | |
download | gentoo-61f6c76806d2bd6060788d9f87003873e414efca.tar.gz gentoo-61f6c76806d2bd6060788d9f87003873e414efca.tar.bz2 gentoo-61f6c76806d2bd6060788d9f87003873e414efca.zip |
acct-group/openttd: initial import
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/openttd/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/openttd/openttd-0.ebuild | 10 |
2 files changed, 18 insertions, 0 deletions
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>games@gentoo.org</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" |