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

sys-fs/cachefilesd: 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-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild | 6 +++---
 sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild 
b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild
index 9d8411670fe..495532b754a 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.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 flag-o-matic systemd toolchain-funcs
+inherit flag-o-matic systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="Provides a caching directory on an already mounted filesystem"
 HOMEPAGE="https://people.redhat.com/~dhowells/fscache/";
@@ -46,7 +46,7 @@ src_install() {
 
        sed -i 's@ExecStart=/usr@ExecStart=@' ${PN}.service || die "failed to 
fix path"
        systemd_dounit ${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
+       newtmpfiles "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
 }
 
 pkg_postinst() {

diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild 
b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
index 2e389839aef..27984303d16 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.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 flag-o-matic systemd toolchain-funcs
+inherit flag-o-matic systemd toolchain-funcs tmpfiles
 
 DESCRIPTION="Provides a caching directory on an already mounted filesystem"
 HOMEPAGE="https://people.redhat.com/~dhowells/fscache/";
@@ -42,7 +42,7 @@ src_install() {
        newinitd "${FILESDIR}"/${PN}-3.init ${PN}
 
        systemd_dounit ${PN}.service
-       systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
+       newtmpfiles "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
 }
 
 pkg_postinst() {

Reply via email to