From d6f77956c627f98ca9151b317834094bd8a364fa Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sun, 7 Mar 2021 12:55:54 +0100 Subject: [PATCH] app-admin/puppet-agent: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson Signed-off-by: David Seifert --- app-admin/puppet-agent/puppet-agent-6.19.1-r1.ebuild | 6 +++--- app-admin/puppet-agent/puppet-agent-7.3.0.ebuild | 4 ++-- app-admin/puppet-agent/puppet-agent-7.4.0.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-admin/puppet-agent/puppet-agent-6.19.1-r1.ebuild b/app-admin/puppet-agent/puppet-agent-6.19.1-r1.ebuild index 7537a83b6293e..650df2144535a 100644 --- a/app-admin/puppet-agent/puppet-agent-6.19.1-r1.ebuild +++ b/app-admin/puppet-agent/puppet-agent-6.19.1-r1.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=7 -inherit eutils systemd unpacker +inherit eutils systemd unpacker tmpfiles DESCRIPTION="general puppet client utils along with hiera and facter" HOMEPAGE="https://puppetlabs.com/" @@ -64,7 +64,7 @@ src_install() { newinitd "${FILESDIR}/puppet.initd2" puppet systemd_dounit lib/systemd/system/puppet.service systemd_dounit lib/systemd/system/pxp-agent.service - systemd_newtmpfilesd usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf + newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf # symlinks chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" chmod 0755 "${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper" diff --git a/app-admin/puppet-agent/puppet-agent-7.3.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.3.0.ebuild index c5679f7b83b62..69c3c3eda8ba4 100644 --- a/app-admin/puppet-agent/puppet-agent-7.3.0.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils systemd unpacker +inherit eutils systemd unpacker tmpfiles DESCRIPTION="general puppet client utils along with hiera and facter" HOMEPAGE="https://puppetlabs.com/" @@ -64,7 +64,7 @@ src_install() { newinitd "${FILESDIR}/puppet.initd2" puppet systemd_dounit lib/systemd/system/puppet.service systemd_dounit lib/systemd/system/pxp-agent.service - systemd_newtmpfilesd usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf + newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf # symlinks chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter diff --git a/app-admin/puppet-agent/puppet-agent-7.4.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.4.0.ebuild index 8a6e3a65de405..d48586e2c6e43 100644 --- a/app-admin/puppet-agent/puppet-agent-7.4.0.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils systemd unpacker +inherit eutils systemd unpacker tmpfiles DESCRIPTION="general puppet client utils along with hiera and facter" HOMEPAGE="https://puppetlabs.com/" @@ -64,7 +64,7 @@ src_install() { newinitd "${FILESDIR}/puppet.initd2" puppet systemd_dounit lib/systemd/system/puppet.service systemd_dounit lib/systemd/system/pxp-agent.service - systemd_newtmpfilesd usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf + newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf # symlinks chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter