Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/gamestat/
Date: Tue, 25 Jun 2019 07:46:42
Message-Id: 1561447651.d3f10bdd036fb7cc8671c1977f6d8c22b9494283.ulm@gentoo
1 commit: d3f10bdd036fb7cc8671c1977f6d8c22b9494283
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 25 07:27:31 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 25 07:27:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f10bdd
7
8 acct-group/gamestat: Initial import.
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 acct-group/gamestat/gamestat-0.ebuild | 9 +++++++++
14 acct-group/gamestat/metadata.xml | 11 +++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/acct-group/gamestat/gamestat-0.ebuild b/acct-group/gamestat/gamestat-0.ebuild
18 new file mode 100644
19 index 00000000000..4c1adef5695
20 --- /dev/null
21 +++ b/acct-group/gamestat/gamestat-0.ebuild
22 @@ -0,0 +1,9 @@
23 +# Copyright 2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit acct-group
29 +
30 +DESCRIPTION="Group for shared high-score and game state files"
31 +ACCT_GROUP_ID=36
32
33 diff --git a/acct-group/gamestat/metadata.xml b/acct-group/gamestat/metadata.xml
34 new file mode 100644
35 index 00000000000..1caeb780975
36 --- /dev/null
37 +++ b/acct-group/gamestat/metadata.xml
38 @@ -0,0 +1,11 @@
39 +<?xml version="1.0" encoding="UTF-8"?>
40 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 +<pkgmetadata>
42 +<maintainer type="person">
43 + <email>ulm@g.o</email>
44 +</maintainer>
45 +<maintainer type="project">
46 + <email>games@g.o</email>
47 + <name>Gentoo Games Project</name>
48 +</maintainer>
49 +</pkgmetadata>