diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-06-25 09:27:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-06-25 09:27:31 +0200 |
commit | d3f10bdd036fb7cc8671c1977f6d8c22b9494283 (patch) | |
tree | a1f359510a8adb53ebeabf66692507af89cec820 /acct-group | |
parent | app-emacs/mu-cite: Depend on app-emacs/bbdb. (diff) | |
download | gentoo-d3f10bdd036fb7cc8671c1977f6d8c22b9494283.tar.gz gentoo-d3f10bdd036fb7cc8671c1977f6d8c22b9494283.tar.bz2 gentoo-d3f10bdd036fb7cc8671c1977f6d8c22b9494283.zip |
acct-group/gamestat: Initial import.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/gamestat/gamestat-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/gamestat/metadata.xml | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/gamestat/gamestat-0.ebuild b/acct-group/gamestat/gamestat-0.ebuild new file mode 100644 index 000000000000..4c1adef56951 --- /dev/null +++ b/acct-group/gamestat/gamestat-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for shared high-score and game state files" +ACCT_GROUP_ID=36 diff --git a/acct-group/gamestat/metadata.xml b/acct-group/gamestat/metadata.xml new file mode 100644 index 000000000000..1caeb780975a --- /dev/null +++ b/acct-group/gamestat/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>ulm@gentoo.org</email> +</maintainer> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +</pkgmetadata> |