From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BC8613835B for ; Sun, 7 Mar 2021 11:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 833B6E0843; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52A06E0843 for ; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10408340C96 for ; Sun, 7 Mar 2021 11:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2F4C579 for ; Sun, 7 Mar 2021 11:58:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615118213.8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/xl2tpd/xl2tpd-1.3.10.ebuild net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild net-dialup/xl2tpd/xl2tpd-1.3.12.ebuild net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild X-VCS-Directories: net-dialup/xl2tpd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134 X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 767e52d4-e599-42c4-a6f3-9ab9ada76aed X-Archives-Hash: 87c61f39b9e2ef51c5a2e5f28118b75e commit: 8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134 Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:56:53 2021 +0000 Commit: David Seifert gentoo 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 posteo.de> Signed-off-by: David Seifert 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