Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/
Date: Tue, 29 Jun 2021 16:22:36
Message-Id: 1624983629.cbdb8720b4ccb27801bf542cd6b868d44b02366d.floppym@gentoo
1 commit: cbdb8720b4ccb27801bf542cd6b868d44b02366d
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 28 18:14:56 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 16:20:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdb8720
7
8 media-sound/pulseaudio: migrate to tmpfiles.eclass
9
10 The systemd_newtmpfilesd function is deprecated.
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
20 index 00a444fc3ad..71b0e7e4ba6 100644
21 --- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
22 +++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
23 @@ -6,7 +6,7 @@ EAPI="7"
24 MY_PV="${PV/_pre*}"
25 MY_P="${PN}-${MY_PV}"
26
27 -inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd udev
28 +inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd tmpfiles udev
29
30 DESCRIPTION="A networked sound server with an advanced plugin system"
31 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
32 @@ -287,7 +287,7 @@ multilib_src_install_all() {
33 systemd_dounit "${FILESDIR}"/${PN}.service
34
35 # We need /var/run/pulse, bug 442852
36 - systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfiles ${PN}.conf
37 + newtmpfiles "${FILESDIR}"/${PN}.tmpfiles ${PN}.conf
38 else
39 # Prevent warnings when system-wide is not used, bug 447694
40 if use dbus && use daemon; then