diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-11-05 22:07:15 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-05 22:55:40 -0500 |
commit | 339a8feeae050a939b85d8294e50b467c13a47bc (patch) | |
tree | 1fac3b1626ea0f1ff0415a55dffaf956ac4a4654 /acct-group | |
parent | dev-lang/spidermonkey: skip some tests for sparc (diff) | |
download | gentoo-339a8feeae050a939b85d8294e50b467c13a47bc.tar.gz gentoo-339a8feeae050a939b85d8294e50b467c13a47bc.tar.bz2 gentoo-339a8feeae050a939b85d8294e50b467c13a47bc.zip |
acct-group/pulse-access: new group for PulseAudio
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18141
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/pulse-access/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/pulse-access/pulse-access-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/pulse-access/metadata.xml b/acct-group/pulse-access/metadata.xml new file mode 100644 index 000000000000..b79c2cda0f30 --- /dev/null +++ b/acct-group/pulse-access/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>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/pulse-access/pulse-access-0.ebuild b/acct-group/pulse-access/pulse-access-0.ebuild new file mode 100644 index 000000000000..700feb5f191b --- /dev/null +++ b/acct-group/pulse-access/pulse-access-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=172 |