diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:29 +0100 |
commit | f9242af120e764a717303b56105f86027617153f (patch) | |
tree | b226edbe04652763022740ad382806d2fced498b /media-sound/pulseaudio | |
parent | media-sound/murmur: migrate to tmpfiles.eclass (diff) | |
download | gentoo-f9242af120e764a717303b56105f86027617153f.tar.gz gentoo-f9242af120e764a717303b56105f86027617153f.tar.bz2 gentoo-f9242af120e764a717303b56105f86027617153f.zip |
media-sound/pulseaudio: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-13.0.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild index 265a1ec32060..3c5267c13a03 100644 --- a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs udev multilib-minimal +inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs udev multilib-minimal tmpfiles DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" @@ -292,7 +292,7 @@ multilib_src_install_all() { systemd_dounit "${FILESDIR}/${PN}.service" # We need /var/run/pulse, bug #442852 - systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" + newtmpfiles "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" else # Prevent warnings when system-wide is not used, bug #447694 if use dbus ; then diff --git a/media-sound/pulseaudio/pulseaudio-13.0.ebuild b/media-sound/pulseaudio/pulseaudio-13.0.ebuild index 2e67499f79dd..7a2d34759f0e 100644 --- a/media-sound/pulseaudio/pulseaudio-13.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-13.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs user udev multilib-minimal +inherit autotools bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd toolchain-funcs user udev multilib-minimal tmpfiles DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" @@ -297,7 +297,7 @@ multilib_src_install_all() { systemd_dounit "${FILESDIR}/${PN}.service" # We need /var/run/pulse, bug #442852 - systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" + newtmpfiles "${FILESDIR}/${PN}.tmpfiles" "${PN}.conf" else # Prevent warnings when system-wide is not used, bug #447694 if use dbus ; then |