diff options
author | Sam James <sam@gentoo.org> | 2021-04-09 20:06:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-09 20:14:21 +0000 |
commit | 5f2a22f677501fe00ed60484765a648935f55166 (patch) | |
tree | e2eac91fac04b118e3e3073258bae978b32db0c0 /acct-group/pvpgn | |
parent | games-fps/sauerbraten: add user/group RDEPEND (diff) | |
download | gentoo-5f2a22f677501fe00ed60484765a648935f55166.tar.gz gentoo-5f2a22f677501fe00ed60484765a648935f55166.tar.bz2 gentoo-5f2a22f677501fe00ed60484765a648935f55166.zip |
acct-group/pvpgn: add group pvpgn (285) for games-server/pvpgn
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-group/pvpgn')
-rw-r--r-- | acct-group/pvpgn/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/pvpgn/pvpgn-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/pvpgn/metadata.xml b/acct-group/pvpgn/metadata.xml new file mode 100644 index 000000000000..26079e608bed --- /dev/null +++ b/acct-group/pvpgn/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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/pvpgn/pvpgn-0.ebuild b/acct-group/pvpgn/pvpgn-0.ebuild new file mode 100644 index 000000000000..0a8c0d6e5da8 --- /dev/null +++ b/acct-group/pvpgn/pvpgn-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for pvpgn (gaming server for Battle.Net compatible clients)" +ACCT_GROUP_ID=285 |