diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-13 20:16:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-13 22:54:48 +0200 |
commit | c66ced63cb9d75d1ccc3a0179c2a17f91286db2e (patch) | |
tree | 4c051409f9b7812736511b015f706f3d95f0907a /acct-group | |
parent | acct-group/redsocks: add group (155) redsocks (diff) | |
download | gentoo-c66ced63cb9d75d1ccc3a0179c2a17f91286db2e.tar.gz gentoo-c66ced63cb9d75d1ccc3a0179c2a17f91286db2e.tar.bz2 gentoo-c66ced63cb9d75d1ccc3a0179c2a17f91286db2e.zip |
acct-group/gnump3d: add group (160) gnump3d
Bug: https://bugs.gentoo.org/781332
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/gnump3d/gnump3d-0.ebuild | 10 | ||||
-rw-r--r-- | acct-group/gnump3d/metadata.xml | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/gnump3d/gnump3d-0.ebuild b/acct-group/gnump3d/gnump3d-0.ebuild new file mode 100644 index 000000000000..3c4504e2ac75 --- /dev/null +++ b/acct-group/gnump3d/gnump3d-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for media-sound/gnump3d" + +ACCT_GROUP_ID="160" diff --git a/acct-group/gnump3d/metadata.xml b/acct-group/gnump3d/metadata.xml new file mode 100644 index 000000000000..ee7258ac28eb --- /dev/null +++ b/acct-group/gnump3d/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>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> +</pkgmetadata> |