From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A33A139335 for ; Tue, 29 Jun 2021 16:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BDAE0857; Tue, 29 Jun 2021 16:22:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50E29E0857 for ; Tue, 29 Jun 2021 16:22:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0836733BDFF for ; Tue, 29 Jun 2021 16:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 775817B3 for ; Tue, 29 Jun 2021 16:22:32 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1624983629.cbdb8720b4ccb27801bf542cd6b868d44b02366d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: cbdb8720b4ccb27801bf542cd6b868d44b02366d X-VCS-Branch: master Date: Tue, 29 Jun 2021 16:22:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: febc183f-97c1-4851-a770-0b11dedb8e4e X-Archives-Hash: af5a34853be494bdfd211fc36fef6abf commit: cbdb8720b4ccb27801bf542cd6b868d44b02366d Author: David Michael gmail com> AuthorDate: Mon Jun 28 18:14:56 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jun 29 16:20:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdb8720 media-sound/pulseaudio: migrate to tmpfiles.eclass The systemd_newtmpfilesd function is deprecated. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild index 00a444fc3ad..71b0e7e4ba6 100644 --- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild @@ -6,7 +6,7 @@ EAPI="7" MY_PV="${PV/_pre*}" MY_P="${PN}-${MY_PV}" -inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd udev +inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd tmpfiles udev DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" @@ -287,7 +287,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 && use daemon; then