commit: 339a8feeae050a939b85d8294e50b467c13a47bc Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Fri Nov 6 03:07:15 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 03:55:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339a8fee
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18141 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> acct-group/pulse-access/metadata.xml | 8 ++++++++ acct-group/pulse-access/pulse-access-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/pulse-access/metadata.xml b/acct-group/pulse-access/metadata.xml new file mode 100644 index 00000000000..b79c2cda0f3 --- /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>[email protected]</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 00000000000..700feb5f191 --- /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
