diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:28 +0100 |
commit | f7de8f7a75104f239741a0678f56a4d351406582 (patch) | |
tree | 3e00e4aeb0d45e59401f99dd4fc5aba67b9e79fa /net-misc/stunnel | |
parent | net-misc/openvswitch: migrate to tmpfiles.eclass (diff) | |
download | gentoo-f7de8f7a75104f239741a0678f56a4d351406582.tar.gz gentoo-f7de8f7a75104f239741a0678f56a4d351406582.tar.bz2 gentoo-f7de8f7a75104f239741a0678f56a4d351406582.zip |
net-misc/stunnel: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.50-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.55.ebuild | 4 | ||||
-rw-r--r-- | 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 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() { |