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

sys-libs/musl-nscd: 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>

 sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild | 6 +++---
 sys-libs/musl-nscd/musl-nscd-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild 
b/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
index 41e38df7180..3b1942c2161 100644
--- a/sys-libs/musl-nscd/musl-nscd-1.0.2.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-1.0.2.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
+inherit systemd tmpfiles
 
 DESCRIPTION="musl-nscd is an implementation of the NSCD protocol for the musl 
libc"
 HOMEPAGE="https://github.com/pikhq/musl-nscd";
@@ -41,7 +41,7 @@ src_install() {
 
                newinitd "${FILESDIR}"/nscd.initd nscd
                systemd_dounit "${FILESDIR}"/nscd.service
-               systemd_newtmpfilesd "${FILESDIR}"/nscd.tmpfilesd nscd.conf
+               newtmpfiles "${FILESDIR}"/nscd.tmpfilesd nscd.conf
 
                dodoc README
        fi

diff --git a/sys-libs/musl-nscd/musl-nscd-9999.ebuild 
b/sys-libs/musl-nscd/musl-nscd-9999.ebuild
index 6d29e439755..e03ce6c6293 100644
--- a/sys-libs/musl-nscd/musl-nscd-9999.ebuild
+++ b/sys-libs/musl-nscd/musl-nscd-9999.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
+inherit systemd tmpfiles
 
 DESCRIPTION="musl-nscd is an implementation of the NSCD protocol for the musl 
libc"
 HOMEPAGE="https://github.com/pikhq/musl-nscd";
@@ -39,7 +39,7 @@ src_install() {
 
                newinitd "${FILESDIR}"/nscd.initd nscd
                systemd_dounit "${FILESDIR}"/nscd.service
-               systemd_newtmpfilesd "${FILESDIR}"/nscd.tmpfilesd nscd.conf
+               newtmpfiles "${FILESDIR}"/nscd.tmpfilesd nscd.conf
 
                dodoc README
        fi

Reply via email to