commit:     9ee8eb64c92f4ce8fc82a757e87076eab1fb813f
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:57:22 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:57:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee8eb64

net-misc/lldpd: 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/lldpd/lldpd-1.0.3.ebuild    | 6 +++---
 net-misc/lldpd/lldpd-1.0.4.ebuild    | 6 +++---
 net-misc/lldpd/lldpd-1.0.5-r1.ebuild | 6 +++---
 net-misc/lldpd/lldpd-1.0.6.ebuild    | 6 +++---
 net-misc/lldpd/lldpd-1.0.7.ebuild    | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/net-misc/lldpd/lldpd-1.0.3.ebuild 
b/net-misc/lldpd/lldpd-1.0.3.ebuild
index 2ecf7a75569..7a948e636cc 100644
--- a/net-misc/lldpd/lldpd-1.0.3.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.3.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 eutils user systemd bash-completion-r1 autotools ltprune
+inherit eutils user systemd bash-completion-r1 autotools ltprune tmpfiles
 
 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
 HOMEPAGE="https://vincentbernat.github.com/lldpd/";
@@ -102,5 +102,5 @@ src_install() {
        keepdir /etc/${PN}.d
 
        systemd_dounit "${FILESDIR}"/${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
 }

diff --git a/net-misc/lldpd/lldpd-1.0.4.ebuild 
b/net-misc/lldpd/lldpd-1.0.4.ebuild
index 92e05bbf144..1619bcba506 100644
--- a/net-misc/lldpd/lldpd-1.0.4.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.4.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=7
 
-inherit eutils user systemd bash-completion-r1 autotools
+inherit eutils user systemd bash-completion-r1 autotools tmpfiles
 
 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
 HOMEPAGE="https://vincentbernat.github.com/lldpd/";
@@ -101,5 +101,5 @@ src_install() {
        keepdir /etc/${PN}.d
 
        systemd_dounit "${FILESDIR}"/${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
 }

diff --git a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild 
b/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
index 78bc6d770a6..1151f58a48b 100644
--- a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.5-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=7
 
-inherit systemd bash-completion-r1 autotools
+inherit systemd bash-completion-r1 autotools tmpfiles
 
 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
 HOMEPAGE="https://vincentbernat.github.com/lldpd/";
@@ -99,5 +99,5 @@ src_install() {
        keepdir /etc/${PN}.d
 
        systemd_dounit "${FILESDIR}"/${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
 }

diff --git a/net-misc/lldpd/lldpd-1.0.6.ebuild 
b/net-misc/lldpd/lldpd-1.0.6.ebuild
index 68d592e5451..b202dbd60a5 100644
--- a/net-misc/lldpd/lldpd-1.0.6.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.6.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=7
 
-inherit systemd bash-completion-r1 autotools
+inherit systemd bash-completion-r1 autotools tmpfiles
 
 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
 HOMEPAGE="https://vincentbernat.github.com/lldpd/";
@@ -98,5 +98,5 @@ src_install() {
        keepdir /etc/${PN}.d
 
        systemd_dounit "${FILESDIR}"/${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
 }

diff --git a/net-misc/lldpd/lldpd-1.0.7.ebuild 
b/net-misc/lldpd/lldpd-1.0.7.ebuild
index dce1189ca42..13a686c29d3 100644
--- a/net-misc/lldpd/lldpd-1.0.7.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.7.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=7
 
-inherit systemd bash-completion-r1 autotools
+inherit systemd bash-completion-r1 autotools tmpfiles
 
 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
 HOMEPAGE="https://vincentbernat.github.com/lldpd/";
@@ -94,5 +94,5 @@ src_install() {
        keepdir /etc/${PN}.d
 
        systemd_dounit "${FILESDIR}"/${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
 }

Reply via email to