commit: 8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sun Mar 7 11:56:53 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 11:56:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be159b9
net-dialup/xl2tpd: migrate to tmpfiles.eclass Closes: https://bugs.gentoo.org/740608 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-dialup/xl2tpd/xl2tpd-1.3.10.ebuild | 6 +++--- net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild | 6 +++--- net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild | 6 +++--- net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild | 6 +++--- net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild index dce7282294d..4f97f86be8e 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/" @@ -49,7 +49,7 @@ src_install() { newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf + dotmpfiles "${FILESDIR}"/xl2tpd.conf einstalldocs } diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild index 0c4c41e9011..ff66464ce64 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/" @@ -49,7 +49,7 @@ src_install() { newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf + dotmpfiles "${FILESDIR}"/xl2tpd.conf einstalldocs } diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild index 61674701153..3e7e2ce70f4 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="https://github.com/xelerance/xl2tpd" @@ -34,7 +34,7 @@ src_install() { newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf + dotmpfiles "${FILESDIR}"/xl2tpd.conf einstalldocs diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild index 0fefbeec078..a383fd15cbf 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="https://github.com/xelerance/xl2tpd" @@ -37,7 +37,7 @@ src_install() { newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf + dotmpfiles "${FILESDIR}"/xl2tpd.conf einstalldocs diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild index 0374ece638e..43814cccdc9 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE="https://github.com/xelerance/xl2tpd" @@ -37,7 +37,7 @@ src_install() { newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd systemd_dounit "${FILESDIR}"/xl2tpd.service - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf + dotmpfiles "${FILESDIR}"/xl2tpd.conf einstalldocs
