From f7de8f7a75104f239741a0678f56a4d351406582 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sun, 7 Mar 2021 12:57:28 +0100 Subject: net-misc/stunnel: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson Signed-off-by: David Seifert --- net-misc/stunnel/stunnel-5.50-r1.ebuild | 6 +++--- net-misc/stunnel/stunnel-5.55.ebuild | 4 ++-- net-misc/stunnel/stunnel-5.56-r1.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net-misc/stunnel') diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild b/net-misc/stunnel/stunnel-5.50-r1.ebuild index 7a02d027adc7..462a59083c99 100644 --- a/net-misc/stunnel/stunnel-5.50-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.50-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit ssl-cert multilib systemd user +inherit ssl-cert multilib systemd user tmpfiles DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="https://www.stunnel.org/index.html" @@ -79,7 +79,7 @@ src_install() { doenvd "${T}"/20stunnel systemd_dounit "${S}/tools/stunnel.service" - systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf + newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf } pkg_postinst() { diff --git a/net-misc/stunnel/stunnel-5.55.ebuild b/net-misc/stunnel/stunnel-5.55.ebuild index 2a3a28d96e59..9744f7b8a26f 100644 --- a/net-misc/stunnel/stunnel-5.55.ebuild +++ b/net-misc/stunnel/stunnel-5.55.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit ssl-cert multilib systemd user +inherit ssl-cert multilib systemd user tmpfiles DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="https://www.stunnel.org/index.html" @@ -75,7 +75,7 @@ src_install() { doenvd "${T}"/20stunnel systemd_dounit "${S}/tools/stunnel.service" - systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf + newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf } pkg_postinst() { diff --git a/net-misc/stunnel/stunnel-5.56-r1.ebuild b/net-misc/stunnel/stunnel-5.56-r1.ebuild index 32b76bcf26e4..485343478d77 100644 --- a/net-misc/stunnel/stunnel-5.56-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.56-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit ssl-cert multilib systemd +inherit ssl-cert multilib systemd tmpfiles DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="https://www.stunnel.org/index.html" @@ -73,7 +73,7 @@ src_install() { doenvd "${T}"/20stunnel systemd_dounit "${S}/tools/stunnel.service" - systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf + newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf } pkg_postinst() { -- cgit v1.2.3-65-gdbad