commit: f7de8f7a75104f239741a0678f56a4d351406582 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sun Mar 7 11:57:28 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 11:57:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7de8f7a
net-misc/stunnel: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans <AT> posteo.de> Signed-off-by: David Seifert <soap <AT> gentoo.org> 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(-) diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild b/net-misc/stunnel/stunnel-5.50-r1.ebuild index 7a02d027adc..462a59083c9 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 2a3a28d96e5..9744f7b8a26 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 32b76bcf26e..485343478d7 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() {
