commit: 65f84924ca07b47f214b3e162e2f3398be0e014f Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Fri Nov 6 03:08:25 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 03:55:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f84924
acct-group/pulse: new group for PulseAudio Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> acct-group/pulse/metadata.xml | 8 ++++++++ acct-group/pulse/pulse-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/pulse/metadata.xml b/acct-group/pulse/metadata.xml new file mode 100644 index 00000000000..b79c2cda0f3 --- /dev/null +++ b/acct-group/pulse/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/pulse-0.ebuild b/acct-group/pulse/pulse-0.ebuild new file mode 100644 index 00000000000..5b0084f6f4f --- /dev/null +++ b/acct-group/pulse/pulse-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=171
