public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/
Date: Sun,  7 Mar 2021 11:58:25 +0000 (UTC)	[thread overview]
Message-ID: <1615118213.8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.soap@gentoo> (raw)

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
 


             reply	other threads:[~2021-03-07 11:58 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 11:58 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 23:18 [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/ Sam James
2024-09-14 17:55 Arthur Zamarin
2024-09-14 17:55 Arthur Zamarin
2024-09-14 17:55 Arthur Zamarin
2024-09-14 17:55 Arthur Zamarin
2024-04-21 13:35 Michael Orlitzky
2024-04-19 11:43 Sam James
2024-04-18 22:54 Sam James
2024-04-18 20:07 Sam James
2024-04-18 20:07 Sam James
2022-12-21 10:11 Viorel Munteanu
2022-12-05  5:30 WANG Xuerui
2022-01-15  9:00 Ionen Wolkens
2021-07-25  3:58 Sam James
2021-07-24 23:02 Marek Szuba
2021-06-18 21:07 David Seifert
2021-04-20  6:39 Sergei Trofimovich
2021-04-19  4:31 Sam James
2021-04-18 21:27 Sam James
2021-04-18 21:20 Sam James
2021-03-16 20:16 Sam James
2021-03-16 19:57 Sam James
2021-01-07 19:35 Sam James
2021-01-06  8:09 Sam James
2021-01-04  3:31 Sam James
2020-04-01  9:34 Piotr Karbowski
2020-02-02  0:09 Jonas Stein
2019-05-24 20:48 Aaron Bauman
2019-04-19 14:11 Michał Górny
2019-04-19 14:11 Michał Górny
2018-08-21  0:13 Sergei Trofimovich
2018-08-10  8:31 Michał Górny
2018-03-14 13:02 Mikle Kolyada
2018-03-11  2:16 Thomas Deutschmann
2018-03-10 22:55 Patrice Clement
2017-08-29  9:46 Patrice Clement
2017-08-13 13:28 Patrice Clement
2017-07-17  9:48 Alexis Ballier
2017-05-07 19:29 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615118213.8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox